v16.1.0-canary.11
- [turbopack] Enable filesystem cache by default for development: #85975
- Log generate params duration in dev: #86726
- [CC] Fix hanging dynamic promise when abandoning render: #86690
- Convert Windows paths as well when reading sourcemap: #86723
- Deterministic functions-config-manifest.json: #86736
- Abstract deployment id access into module: #86727
- Deterministically order pages in the
MappedPagesstructure: #86744
- Turbopack: arrange empty space in trace viewer correctly: #86612
- [turbopack] Remove the docs on the bundle size gap: #86707
- [test] Improve app-basepath assertion error: #86725
- fix(next-custom-transforms): preserve all declarators in multi-declarator export statements: #86552
- Turbopack: avoid snapshotting while continuously idle, fix spans : #86611
- Turbopack: fix fuzz command: #86732
- [test] Ensure CI uses configured Node.js version: #86720
- Turbopack: improve eventual consistency: #86724
- Update Rspack development test manifest: #86715
- Update Rspack production test manifest: #86716
- Turbopack: don't read binding_usage in dev: #86722
- [test] app-basepath less agressive request reading: #86740
- Stop apps/bundle-analyzer/next-env.d.ts from changing: #86743
- [turbopack] Move turbo-tasks-testing to dev-dependencies: #86745
- Turbopack: chore: Remove re-exports from turbopack crate: #85791
Huge thanks to @lukesandberg, @sokra, @mischnic, @pyrytakala, @devjiwonchoi, @lubieowoce, @eps1lon, @vercel-release-bot, and @bgw for helping!
v1.139.14
Version 1.139.14 - 12/2/25, 10:59 PM
- router-core: matching competing optional routes uses proper fullPath for params extraction (#6015) (a40f7aa) by @Sheraff
- @tanstack/router-core@1.139.14
- @tanstack/solid-router@1.139.14
- @tanstack/react-router@1.139.14
- @tanstack/solid-router-ssr-query@1.139.14
- @tanstack/react-router-ssr-query@1.139.14
- @tanstack/router-ssr-query-core@1.139.14
- @tanstack/zod-adapter@1.139.14
- @tanstack/valibot-adapter@1.139.14
- @tanstack/arktype-adapter@1.139.14
- @tanstack/router-devtools@1.139.14
- @tanstack/solid-router-devtools@1.139.14
- @tanstack/react-router-devtools@1.139.14
- @tanstack/router-devtools-core@1.139.14
- @tanstack/router-generator@1.139.14
- @tanstack/router-cli@1.139.14
- @tanstack/router-plugin@1.139.14
- @tanstack/router-vite-plugin@1.139.14
- @tanstack/solid-start@1.139.14
- @tanstack/solid-start-client@1.139.14
- @tanstack/solid-start-server@1.139.14
- @tanstack/start-client-core@1.139.14
- @tanstack/start-server-core@1.139.14
- @tanstack/start-storage-context@1.139.14
- @tanstack/react-start@1.139.14
- @tanstack/react-start-client@1.139.14
- @tanstack/react-start-server@1.139.14
- @tanstack/start-plugin-core@1.139.14
- @tanstack/start-static-server-functions@1.139.14
Heat.js v4.5.3 - UI improvements, and a new checkbox style!
- The "Chart", "Days", and "Color Ranges" views now use a right margin for the last bar line shown, so it does not stack right to the edge.
- Decreased the right margin used for the day names in the "Map" view.
- The right margin used for the Y-Labels in the "Chart", "Days", and "Color Ranges" views has been increased to double the size.
- The X Labels on the "Days" and "Color Ranges" views are now aligned more accurately.
- Redesigned the checkboxes (in the Configuration dialog) to resemble a toggle-like button, which is much cleaner, mobile-friendly, and more modern, and fixes sizing issues.
- Added a new CSS variable called "--heat-js-y-label-spacing", which states the right margin/padding that all Y Labels should use.
- Increase the title bar text to 1.3rem, and added a new vertical alignment rule so that everything lines up.
- Added a new CSS variable called "--heat-js-checkbox-border-radius", which states the border radius to use for the checkboxes.
v3.12.0
-
Implement position mapping using the
MappablePositionclass. This enables position mapping in collaborative editing scenarios.- Introduce
MappablePositionclass in core withposition,fromJSON, andtoJSONmethods - Add
editor.utilsproperty withgetUpdatedPosition(position, transaction)andcreateMappablePosition()methods - Create
CollaborationMappablePositionsubclass that extendsMappablePositionwith Y.js relative position support
- Introduce
-
Implement position mapping using the
MappablePositionclass. This enables position mapping in collaborative editing scenarios.- Introduce
MappablePositionclass in core withposition,fromJSON, andtoJSONmethods - Add
editor.utilsproperty withgetUpdatedPosition(position, transaction)andcreateMappablePosition()methods - Create
CollaborationMappablePositionsubclass that extendsMappablePositionwith Y.js relative position support
- Introduce
- Avoid mutating
this.optionsin theupdateUsercommand.this.optionscan be a getter and is not writable; the command now updates the provider awareness directly so user updates are applied correctly.
- Replaced unmaintained
fast-deep-equaldependency with maintainedfast-equals
- Fix a bug where React node views could receive invalid positions from
this.getPos()when ProseMirror and React render cycles got out of sync, which could cause errors during updates.
v1.139.13
Version 1.139.13 - 12/2/25, 4:41 PM
- router-core: correctly resolve custom params from declarative masks when building the masked url (#5756) (24ff895) by Hakan Shehu
- @tanstack/router-core@1.139.13
- @tanstack/solid-router@1.139.13
- @tanstack/react-router@1.139.13
- @tanstack/solid-router-ssr-query@1.139.13
- @tanstack/react-router-ssr-query@1.139.13
- @tanstack/router-ssr-query-core@1.139.13
- @tanstack/zod-adapter@1.139.13
- @tanstack/valibot-adapter@1.139.13
- @tanstack/arktype-adapter@1.139.13
- @tanstack/router-devtools@1.139.13
- @tanstack/solid-router-devtools@1.139.13
- @tanstack/react-router-devtools@1.139.13
- @tanstack/router-devtools-core@1.139.13
- @tanstack/router-generator@1.139.13
- @tanstack/router-cli@1.139.13
- @tanstack/router-plugin@1.139.13
- @tanstack/router-vite-plugin@1.139.13
- @tanstack/solid-start@1.139.13
- @tanstack/solid-start-client@1.139.13
- @tanstack/solid-start-server@1.139.13
- @tanstack/start-client-core@1.139.13
- @tanstack/start-server-core@1.139.13
- @tanstack/start-storage-context@1.139.13
- @tanstack/react-start@1.139.13
- @tanstack/react-start-client@1.139.13
- @tanstack/react-start-server@1.139.13
- @tanstack/start-plugin-core@1.139.13
- @tanstack/start-static-server-functions@1.139.13
mermaid@11.12.2
- #7200
de7ed10Thanks @shubhamparikh2704! - fix: validate dates and tick interval to prevent UI freeze/crash in gantt diagramtype
v7.10.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7100
@platejs/yjs@52.0.7
- #4765 by @felixfeng33 – Revert previous fixes