v0.10.17
- e56890bc feat(rari): add client directive to error boundary and improve component ID generation
- aa1c9c9a refactor(rari): optimize routing and middleware with extracted utilities
- ba58d873 feat(rari): improve error boundary handling and static file serving
- be3b7601 feat(rari): add error boundary support and expand e2e test coverage
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.16...v0.10.17
v16.2.0-canary.97
- Expose edge runtime fields in build-complete: #91239
- [turbopack] Remove
turbo_tasks::functionfrom ModuleReference getters: #91229 - [Turbopack] write route bundle stats to .next/diagnostics/route-bundle-stats.json: #90949
- re-enable RDC deployment tests: #91327
- Use keyed cells for used_exports and export_circuit_breakers in BindingUsageInfo: #91306
- [test] Show decoded binary WebSocket messages in traces: #91308
- Docs skills: guide and api-reference: #90992
- Turbopack: switch chunk/asset hashes from hex to base40 encoding: #91137
- Turbopack: don't emit polyfill chunk for API routes: #91331
- [test] Current behavior for request APIs in
generateStaticParams: #91188 - Update Rspack production test manifest: #91301
- Update Rspack development test manifest: #91300
Huge thanks to @ztanner, @ijjk, @sokra, @lukesandberg, @eps1lon, @delbaoliveira, @mischnic, @unstubbable, @vercel-release-bot, and @wbinnssmith for helping!
Release 2026-03-13 20:27
Release 2026-03-13 20:27
- hoist inline component definitions for proper React HMR (#6919) (6069eba643) by @schiller-manuel
- @tanstack/react-router@1.166.8
- @tanstack/react-start@1.166.9
- @tanstack/react-start-client@1.166.8
- @tanstack/react-start-server@1.166.8
- @tanstack/router-plugin@1.166.8
- @tanstack/router-vite-plugin@1.166.8
- @tanstack/solid-start@1.166.9
- @tanstack/start-plugin-core@1.166.9
- @tanstack/vue-start@1.166.9
v16.2.0-canary.96
- perf: use Buffer.from for base64 encoding of binary Flight data: #91221
- Skip dimming when
--inspectis used: #91271 - Respect
generateStaticParamsin instant navigation shell: #91316 - [Prefetch Inlining] Generate size-based hints on server: #90891
- Wire cache handlers in edge paths and add e2e regression coverage: #91236
- docs(turbopack): Move singleton pattern documentation from mdbook to rustdoc: #91175
- Docs: Split route segment config options into their own files: #90991
- Turbopack: rename CSS module structs for clarity: #91304
- [test] Deflake
instant-navs-devtools: #91256 - Expose resolved invocation targets in next-routing: #91242
- Delete blob files during compaction when entries are superseded: #91314
- [test] Resolve stale merge issues: #91329
- Turbopack: Remove the IntoTraitRef trait, make it an inherent method on Vc: #91223
Huge thanks to @bgw, @delbaoliveira, @benfavre, @unstubbable, @mischnic, @acdlite, @eps1lon, @ijjk, and @sokra for helping!
10.2.1
- prevent last char truncation in TextPath when path length equals text width #2032 (copilot-swe-agent[bot])
- TextPath: use kerning measurement diff as dynamic threshold instead of static epsilon #2032 (copilot-swe-agent[bot])
- extract GLYPH_PATH_PRECISION constant for the epsilon threshold #2032 (copilot-swe-agent[bot])
- TextPath: add ±1px tolerance to width assertion in 'check bad calculations 2' #2032 (copilot-swe-agent[bot])
- 4e86b83: Initial plan (copilot-swe-agent[bot]) #2027
- 752d4e1: Add failing test for drag button value in dragstart event (copilot-swe-agent[bot]) #2027
- 61128a6: Fix drag button always being 0 by storing start event (copilot-swe-agent[bot]) #2027
- 6830409: Add comment explaining fallback logic in startDrag (copilot-swe-agent[bot]) #2027
- 0863c42: Initial plan (copilot-swe-agent[bot]) #2028
- a43dcdf: Add TypeScript overload for Node.on event delegation pattern (copilot-swe-agent[bot]) #2028
- c3d7a40: Address code review comments: remove redundant variable and extra blank line (copilot-swe-agent[bot]) #2028
- 4a5eb5c: Initial plan (copilot-swe-agent[bot]) #2032
- 1fc6511: fix possible crash (Anton Lavrevov)
- 5364959: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
- 13c015f: update CHANGELOG with new version (Anton Lavrevov)
- bd4e3e8: build for 10.2.1 (Anton Lavrevov)
- 640a1b2: update cdn link (Anton Lavrevov)
tdesign-react@1.16.7
Progress: 当theme=plump时,当进度条填色区域大小足够容下百分比内容时,百分比内容将显示于进度条填色区域内,否则将显示于进度条填色区域的右侧,具体呈现请参考文档示例 @RSS1102 (#4154)
Affix:FormList: 修复setFieldsValue缺乏拷贝从而污染数据的问题 @RylanBot (#4155)InputNumber: 修复disabled时,hover 对应颜色异常的问题 @RylanBot (common#2402)Popconfirm: 修复className没传参时,被转为undefined字符串的问题 @RylanBot (#4159)SelectInput: 修复多选时,点击删除图标会打开Popup的问题 @RylanBot (#4158)Table:TagInput:Typography: 修复开启ellipsis时,字符串被渲染为 HTML 标签的问题 @RylanBot (#4117)
Progress: Whentheme=plump, if the colored area of the progress bar is large enough to display the percentage value, it will be shown within that area. Otherwise, it will be displayed to the right of the colored area. For details, refer to the documentation example @RSS1102 (#4154)
Affix:FormList: Fixed an issue wheresetFieldsValuedidn’t properly copy data, leading to data corruption @RylanBot (#4155)InputNumber: Fixed an issue where the hover color was incorrect whendisabledwas set @RylanBot (common#2402)Popconfirm: Fixed an issue whereclassNamebecameundefinedwhen no value was passed @RylanBot (#4159)SelectInput: Fixed an issue where clicking the delete icon in multiple-selection mode would trigger thePopup@RylanBot (#4158)Table:- Fixed an issue where merged cells disappeared during virtual scrolling @RylanBot (#4131)
- Fixed an issue where the width of empty rows exceeded that of the table during responsive layout @RylanBot (#4131)
- Fixed an issue with alignment of fixed headers, footers, and scroll bars with the table when used inside a
Dialog@RylanBot (#4131)
TagInput:Typography: Fixed an issue where strings were rendered as HTML tags whenellipsiswas enabled @RylanBot (#4117)
v5.4.0
- Change keyboard avoidance to always snap to last snap point 587c247
- Respect
prefersReducedMotionprop inSheet.Backdropee5195a
https://github.com/Temzasse/react-modal-sheet/compare/v5.3.1...v5.4.0
create-vite@9.0.2
Please refer to CHANGELOG.md for details.