@platejs/core@52.0.17
- #4806 by @felixfeng33 – skip react-compiler for static rendering
v1.146.2
Version 1.146.2 - 1/8/26, 11:49 PM
- hardening (#6337) (e5fd28b) by Manuel Schiller
- @tanstack/router-core@1.146.2
- @tanstack/solid-router@1.146.2
- @tanstack/react-router@1.146.2
- @tanstack/vue-router@1.146.2
- @tanstack/start-plugin-core@1.146.2
- @tanstack/solid-router-ssr-query@1.146.2
- @tanstack/react-router-ssr-query@1.146.2
- @tanstack/vue-router-ssr-query@1.146.2
- @tanstack/router-ssr-query-core@1.146.2
- @tanstack/zod-adapter@1.146.2
- @tanstack/valibot-adapter@1.146.2
- @tanstack/arktype-adapter@1.146.2
- @tanstack/router-devtools@1.146.2
- @tanstack/solid-router-devtools@1.146.2
- @tanstack/react-router-devtools@1.146.2
- @tanstack/vue-router-devtools@1.146.2
- @tanstack/router-devtools-core@1.146.2
- @tanstack/router-generator@1.146.2
- @tanstack/router-cli@1.146.2
- @tanstack/router-plugin@1.146.2
- @tanstack/router-vite-plugin@1.146.2
- @tanstack/solid-start@1.146.2
- @tanstack/solid-start-client@1.146.2
- @tanstack/solid-start-server@1.146.2
- @tanstack/vue-start@1.146.2
- @tanstack/vue-start-client@1.146.2
- @tanstack/vue-start-server@1.146.2
- @tanstack/start-client-core@1.146.2
- @tanstack/start-server-core@1.146.2
- @tanstack/start-storage-context@1.146.2
- @tanstack/react-start@1.146.2
- @tanstack/react-start-client@1.146.2
- @tanstack/react-start-server@1.146.2
- @tanstack/start-static-server-functions@1.146.2
v16.1.1-canary.19
- next/image: support custom cache handlers: #88248
- feat: add Claude Code plugin marketplace with Cache Components skill: #87993
- Turbopack: remove unused code: #88274
- Turbopack: escape colon in output names: #88273
- [test] Add a failing test for cycle serialization in segment prefetches: #88287
- Turbopack: scope hoisting bug with reexport-self-star: #86131
- Turbopack: Add #[automatically_derived] to proc macros: #88281
- Update Rspack development test manifest: #88260
Huge thanks to @mischnic, @ztanner, @unstubbable, @bgw, @vercel-release-bot, and @wyattjoh for helping!
v1.146.1
Version 1.146.1 - 1/8/26, 10:52 PM
- navigate() with href containing basepath (#6335) (a1324bb) by Jakob Norlin
- make basic runnable with nitro (#6336) (e93a4c3) by Manuel Schiller
- @tanstack/router-core@1.146.1
- @tanstack/solid-router@1.146.1
- @tanstack/react-router@1.146.1
- @tanstack/vue-router@1.146.1
- @tanstack/solid-router-ssr-query@1.146.1
- @tanstack/react-router-ssr-query@1.146.1
- @tanstack/vue-router-ssr-query@1.146.1
- @tanstack/router-ssr-query-core@1.146.1
- @tanstack/zod-adapter@1.146.1
- @tanstack/valibot-adapter@1.146.1
- @tanstack/arktype-adapter@1.146.1
- @tanstack/router-devtools@1.146.1
- @tanstack/solid-router-devtools@1.146.1
- @tanstack/react-router-devtools@1.146.1
- @tanstack/vue-router-devtools@1.146.1
- @tanstack/router-devtools-core@1.146.1
- @tanstack/router-generator@1.146.1
- @tanstack/router-cli@1.146.1
- @tanstack/router-plugin@1.146.1
- @tanstack/router-vite-plugin@1.146.1
- @tanstack/solid-start@1.146.1
- @tanstack/solid-start-client@1.146.1
- @tanstack/solid-start-server@1.146.1
- @tanstack/vue-start@1.146.1
- @tanstack/vue-start-client@1.146.1
- @tanstack/vue-start-server@1.146.1
- @tanstack/start-client-core@1.146.1
- @tanstack/start-server-core@1.146.1
- @tanstack/start-storage-context@1.146.1
- @tanstack/react-start@1.146.1
- @tanstack/react-start-client@1.146.1
- @tanstack/react-start-server@1.146.1
- @tanstack/start-plugin-core@1.146.1
- @tanstack/start-static-server-functions@1.146.1
v16.1.1-canary.18
- Fix relative same host redirects in node middleware: #88253
- Remove loadConfig from main development process, pass value from child process: #88230
- Update deploy adapters outputs and handler interfaces for node and edge: #88247
- Move Ready in time before handler initialization: #88235
- ci: fix javascript-urls test to account for React 18: #88249
- Turbopack: Remove tokio and turbo-task handles from Invalidator: #88242
- Turbopack: remove Stateful flag: #88196
- Upgrade to rustc 2026-01-04: #88095
- Turbopack: include children count in "task execution completed" span: #87318
- Turbopack: avoid blocking tasks for I/O work: #87661
- Turbopack: flatten trace when it reaches cut off depth: #88118
Huge thanks to @ztanner, @bgw, @ijjk, @sokra, @mischnic, and @timneutkens for helping!
electron v40.0.0-beta.6
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.6.
- Fixed drag regions in child windows. #49312
- Fixed visual artifacts while resizing a window on Windows. #49191
- Requests sent via
netare now capable of having their headers modified to use reserved headers viawebRequest. #49241 (Also in 39)
- Updated Chromium to 144.0.7559.31. #48958