10.2.0
- add rotateAnchorAngle to Transformer for customizable rotation anchor positioning (Anton Lavrevov)
- simplify rectangle drawing code in Transformer class (Anton Lavrevov)
- 05a93b7: update CHANGELOG with new version (Anton Lavrevov)
- af16d92: build for 10.2.0 (Anton Lavrevov)
- 067dd7b: update cdn link (Anton Lavrevov)
8.46.0
- #17684: [InspectorV2] Add missing Cameras to QuickCreate extension. Add geospatialCamera properties
- #17683: [InspectorV2] Add spriteManager, renderPipelines, and frameGraphs to Quick Create extension
- #17682: Expose embedded properties on property page too
- #17681: [InspectorV2] CopyProperty propertyPath for nested properties
- #17677: [InspectorV2/Fluent] Copy property
- #17678: Change ES version to match the usage of String.replaceAll()
This list of changes was auto generated.
3.18.0-next.1
3.18.0-next.1 (2026-01-15)
- color: Fix color update on gradient (9d6d392), closes #4048
- data: Handle undefined values in total calculation (18a5b9b), closes #4073
- interaction: Fix data.onover call in touch event (5fe448c), closes #4076
- load: Update call sequence to be after data are unloaded (f9f4a86), closes #4052
- text: Fix multiline data labels vertial position (6b5580a), closes #4062
- text: Fix text alignment to center (9f2960d), closes #4081
v1.4.1
- fix: react import error #310
v8.0.0-beta.8
Please refer to CHANGELOG.md for details.
v16.1.1-canary.28
- Turbopack: more dead code: #88505
- fix(build): prevent route handler manifests from inheriting unrelated client components: #88419
- Upgrade React from
65eec428-20251218to3e1abcc8-20260113: #88530 - Better typesafety for
interopDefault: #88486 - keep next-env.d.s unchanged between dev and build: #88428
- Remove sibling caches from CacheNode tree: #87991
- Upgrade React from
3e1abcc8-20260113to4a3d993e-20260114: #88547 - Finish deleting Mutable from router implementation: #88046
- Remove
lerna bootstrapfrom thecleanscript in package.json: #88527 - docs: add useSearchParams and useParams documentation for Pages Router: #88429
- Turbopack: Clean up
VcRead::Reprassociated type: #88456 - [cna] Avoid error with out-of-box Netlify config: #88546
- [turbopack] Move some of the logic for issue filtering into the rust layer: #88511
- Update Rspack production test manifest: #88469
- Update Rspack development test manifest: #88470
Huge thanks to @mischnic, @timneutkens, @unstubbable, @huozhi, @acdlite, @bgw, @karlhorky, @lukesandberg, and @vercel-release-bot for helping!
v16.1.2
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
- Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
- Fixes a crash when processing mdx files with multibyte characters. (#87713)
- Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
- Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
- Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.
Huge thanks to @mischnic for helping!
v1.150.0
Version 1.150.0 - 1/14/26, 9:09 PM
- add Route.redirect and getRouteApi.redirect (#6373) (5299f0b) by Manuel Schiller
- (d10e3e8) by Tanner Linsley
- @tanstack/router-core@1.150.0
- @tanstack/solid-router@1.150.0
- @tanstack/react-router@1.150.0
- @tanstack/vue-router@1.150.0
- @tanstack/solid-router-ssr-query@1.150.0
- @tanstack/react-router-ssr-query@1.150.0
- @tanstack/vue-router-ssr-query@1.150.0
- @tanstack/router-ssr-query-core@1.150.0
- @tanstack/zod-adapter@1.150.0
- @tanstack/valibot-adapter@1.150.0
- @tanstack/arktype-adapter@1.150.0
- @tanstack/router-devtools@1.150.0
- @tanstack/solid-router-devtools@1.150.0
- @tanstack/react-router-devtools@1.150.0
- @tanstack/vue-router-devtools@1.150.0
- @tanstack/router-devtools-core@1.150.0
- @tanstack/router-generator@1.150.0
- @tanstack/router-cli@1.150.0
- @tanstack/router-plugin@1.150.0
- @tanstack/router-vite-plugin@1.150.0
- @tanstack/solid-start@1.150.0
- @tanstack/solid-start-client@1.150.0
- @tanstack/solid-start-server@1.150.0
- @tanstack/vue-start@1.150.0
- @tanstack/vue-start-client@1.150.0
- @tanstack/vue-start-server@1.150.0
- @tanstack/start-client-core@1.150.0
- @tanstack/start-server-core@1.150.0
- @tanstack/start-storage-context@1.150.0
- @tanstack/react-start@1.150.0
- @tanstack/react-start-client@1.150.0
- @tanstack/react-start-server@1.150.0
- @tanstack/start-plugin-core@1.150.0
- @tanstack/start-static-server-functions@1.150.0
electron v40.0.0-beta.9
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@40.0.0-beta.9.
- Fixed the cookie encryption logic to use the old os_crypt sync implementation present in M142. #49384
- Updated Chromium to 144.0.7559.60. #49380