v16.1.1-canary.20
- refactor: consolidate PPR into cacheComponents architecture: #88243
- Turbopack: include fewer traced files for standalone: #88322
- feat(turbopack): add resolve plugin condition variant of Always and Never: #88190
- perf: use length = 0 to clear the logging array: #88244
- Time logs: Show full millisecond instead of 1 decimal: #88313
- [turbopack] Enable inferring module side effects by default: #87216
- Turbopack: Use
format!instead ofanyhow!inside ofanyhow::Context::with_contextcalls: #88293 - Turbopack: pull in updated vercel/nft tests: #88162
- Fix pack-next script for next-swc: #88126
- Turbopack: use correct flags in tests: #88307
- Turbopack: fix task category on reading cells: #88309
- agent.md: Explain where the Next.js core code lives: #88314
- Turbopack: improve next-server.nft.json tests: #88320
- Turbopack: add family to database read span: #88323
- Tests: Reduce loglines from apply patch delay: #88224
- Turbopack: prefetch children too: #88324
- Turbopack: more stale details for tracing: #88306
- Turbopack: make GraphTraversal deterministically calling all nodes before erroring: #88119
- Turbopack: improve error message for incompatible swc plugins: #86346
- Update Rspack development test manifest: #88301
- Update Rspack production test manifest: #88300
Huge thanks to @bgw, @wyattjoh, @mischnic, @sokra, @timneutkens, @xusd320, @huozhi, @lukesandberg, and @vercel-release-bot for helping!
8.45.3
- #17640: Fix localVariableBlock
- #17642: [GeospatialCamera] Update pinchToZoom to zoom towards center of pinch and be more forgiving of slow gestures
- #17641: Do not attempt fallback when audio parameter
setValueCurveAtTimefails - #17635: [NPE] Billboard support
- #4: Enable High DPI display support.
- #3: Add Color tint support to Sprite and Layer
- #1: Object has no method 'createSphere'
- #17639: [NPE] Adds blocks for Pow and Dot operations
This list of changes was auto generated.
@platejs/markdown@52.1.0
-
#4800 by @felixfeng33 – Enhanced table cell serialization to support multiple blocks within cells:
- Table cells (td/th) now insert
<br/>separators between multiple blocks when serializing to markdown - This allows markdown tables to better represent complex cell content that contains multiple paragraphs or other block elements
- Table cells (td/th) now insert
@platejs/ai@52.1.0
-
#4800 by @felixfeng33 – Upgraded AI SDK from v5 to v6:
- Updated
aipeer dependency to^6.0.0 - Updated
@ai-sdk/reactpeer dependency to^3.0.0
Enhanced AI capabilities with better table cell handling:
- Added
applyTableCellSuggestionutility for handling single-cell table operations - Added
nestedContainerUtilsfor managing nested containers in table cells - Enhanced
getMarkdownwith improved table structure handling and better cell content serialization - Improved
applyAISuggestionswith more robust cell manipulation support - Added comprehensive tests for markdown generation from complex table structures
- Updated
8.45.2
- #17629: Update WebXR controllers to use physics V2
- #13852: [XR] Port XR's physics support to Physics architecture v2
- #17637: Engine: Fix crash when debug marker functions are not defined
- #17636: Fix npe package dependencies
- #17562: Inspector V2: fully support PBR materials
- #17633: [NPE] Add support for remap color and alpha
- #3: Add Color tint support to Sprite and Layer
- #17632: Prevent ParticleCondition to use particle flow
- #17631: [GeospatialCamera] Export geospatialcamerakeyboardinput
- #17611: Remove concurrently package
See More
- #17630: [NPE] Adding sprite cell change speed
- #2: trying to run babylon.js from jsfiddle results in error
- #17626: [Fluent/InspectorV2] Fix nullable ColorPropertyLine and BoundProperty rerender breaking shared component updates
- #17608: [NPE] Add support for migrating ramp
- #7: FPS Drops from 60 FPS to 30 FPS
- #17623: Prevent scene events during babylon file container loading
This list of changes was auto generated.
8.3.12
[@mantine/core]Popover: Fix flip logic being calculated after shift (#8590)[@mantine/tiptap]Fix bubble menu being overlapped by the toolbar (#8589)[@mantine/core]ScrollArea: Fix incorrect overscroll behavior whenscrollbarexplicitly set on one side (#8591)[@mantine/core]AppShell: Add static mode support for nested app shells
- @Hosung99 made their first contribution in https://github.com/mantinedev/mantine/pull/8591
- @kykim00 made their first contribution in https://github.com/mantinedev/mantine/pull/8590
Full Changelog: https://github.com/mantinedev/mantine/compare/8.3.11...8.3.12
astro-vscode@2.16.8
- #15156
9cc2c71Thanks @Princesseuh! - Fixes TypeScript plugin not working
astro@5.16.8
-
#15124
81db3c0Thanks @leonace924! - Fixes an issue where requests with query parameters to thebasepath would return a 404 if trailingSlash was not'ignore'in development -
#15152
39ee41fThanks @rururux! - Fixes a case wherecontext.cookies.set()would be overriden when setting cookies via response headers in development -
#15140
6f6f8f8Thanks @cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module -
#15127
2cff904Thanks @Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases -
#15149
34f84c2Thanks @rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)
astro-vscode@2.16.7
- #15131
d40ff7dThanks @Princesseuh! - Fixes extension asking for the wrong version of VS Code
2.13.1
2026-01-09
-
Components [color-picker] add
clearableprop andclearevent (#22999 by @keeplearning66) -
Components [calendar] add
controller-typeandformatterprops (#23045 by @keeplearning66) -
Components [message-box] add
confirmButtonTypeandcancelButtonTypeprops (#23193 by @keeplearning66) -
Components [virtual-list] support horizontal scrolling with mouse wheel on Windows/ubuntu (#22168 by @keeplearning66)
-
Components [avatar-group] new component (#23211 by @keeplearning66)
-
Components [upload] add
directoryprop (#23265 by @rzzf) -
Components [form] add
setInitialValuesandsetInitialValuefunction (#23013 by @lw56777) -
Components [dropdown-item] add
iconslot (#23300 by @ZacharyBear) -
Components [timeline] support
modeprop (#22929 by @keeplearning66)
-
Docs missing contributors (#23170 by @btea)
-
Components [date-picker] trigger clear evt in footer slot (#23174 by @Dsaquel)
-
Theme-chalk update dark theme color variables for consistency (#23064 by @tolking)
-
Hooks [use-lockscreen] body width was not restored correctly (#22972 by @rzzf)
-
Components [cascader] scrolls to the wrong active node (#23203 by @rzzf)
-
Components [table] prevent
showOverflowTooltipoverwrite (#23215 by @zhixiaotong) -
Components [timeline] normal rendering default slot (#23217 by @btea)
-
Components [cascader] the prefix slot content is covered by tags (#23236 by @btea)
-
Components [dialog] clear the lingering
closingstate (#23249 by @rzzf) -
Components [select/select-v2] apply popper-options to tag tooltip (#22255 by @keeplearning66)
-
Components [select/select-v2] show empty slot when remote search empty (#23195 by @YXY-cell)
-
Components [table-v2] respect column flexShrink configuration (#22914 by @yicheny)
-
Components [virtual-list] incorrect scroll boundary check (#23289 by @rzzf)
-
Components [virtual-list] incorrect scroll boundary check (#20766 by @hutengyue)
-
Components [table]
current-changeevent exposes the old row object (#23237 by @cassie-ye) -
Components [alert] fix empty slot incorrectly detected as hasDesc (#23312 by @E66Crisp)
-
Components [table-v2] correct the indentation of sub-row (#23306 by @keeplearning66)
-
Components [tour] avoid Teleport inheriting attribute (#23336 by @rzzf)
-
Components [autocomplete] fix incorrect aria-controls value (#23350 by @E66Crisp)
-
Components [table-v2] keep scrollToRow from changing horiz offset (#22930 by @yicheny)
-
Style(components): separate sub component styles (#23153 by @rzzf)
-
Revert "fix(components): [select/select-v2] prevent dropdown closing on mixed input (#22869 by @rzzf)" (#23224)
-
Test-utils remove redundant code in tick.ts (#21903 by @micaiguai)
-
Components [table] remove unnecessary reactivity (#23254 by @web3Worker-x)
-
Improvement(components): [virtual-list] preventDefault only when the scroll directions match (#22989 by @rzzf)