1 hours ago
vite

v8.0.0-beta.8

Please refer to CHANGELOG.md for details.

3 hours ago
next.js

v16.1.1-canary.28

Core Changes

  • Turbopack: more dead code: #88505
  • fix(build): prevent route handler manifests from inheriting unrelated client components: #88419
  • Upgrade React from 65eec428-20251218 to 3e1abcc8-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-20260113 to 4a3d993e-20260114: #88547
  • Finish deleting Mutable from router implementation: #88046

Misc Changes

  • Remove lerna bootstrap from the clean script in package.json: #88527
  • docs: add useSearchParams and useParams documentation for Pages Router: #88429
  • Turbopack: Clean up VcRead::Repr associated 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

Credits

Huge thanks to @mischnic, @timneutkens, @unstubbable, @huozhi, @acdlite, @bgw, @karlhorky, @lukesandberg, and @vercel-release-bot for helping!

4 hours ago
next.js

v16.1.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • 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.

Credits

Huge thanks to @mischnic for helping!

5 hours ago
router

v1.150.0

Version 1.150.0 - 1/14/26, 9:09 PM

Changes

Feat

  • add Route.redirect and getRouteApi.redirect (#6373) (5299f0b) by Manuel Schiller

Other

  • (d10e3e8) by Tanner Linsley

Packages

  • @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
8 hours ago
ionic-framework

v8.7.17

8.7.17 (2026-01-14)

Bug Fixes

  • input: prevent Android TalkBack from focusing label separately (#30895) (ab733b7)
  • input: prevent placeholder from overlapping start slot during scroll assist (#30896) (3b3318d)
  • tab-bar: prevent keyboard controller memory leak on rapid mount/unmount (#30906) (f99d000)
8 hours ago
electron

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.

Release Notes for v40.0.0-beta.9

Fixes

  • Fixed the cookie encryption logic to use the old os_crypt sync implementation present in M142. #49384

Other Changes

  • Updated Chromium to 144.0.7559.60. #49380
11 hours ago
konva

10.1.0

Features

  • add optional nodes array to TransformerConfig interface. Close #2017 (Anton Lavrevov)

Bug Fixes

  • correct requestAnimationFrame fallback timing from 60ms to 16ms #2007 (张俊祥)
  • revert to master latest #2013 (wenxingluo)
  • update canvas release logic to reduce memory usage by releasing buffer canvas immediately. close #2000 (Anton Lavrevov)

Performance Improvements

  • optimize proto listener perf, considering that the same node type shares the same listners #2013 (wenxingluo)

Chores

Commits

  • 1d41a22: Fix bounding box calculation for bezier lines. (Daniel Bruce) #2001
  • 6f23eea: added underline offset option and related test for Text Annotation (Husnain Taj) #2012
  • 84152d6: fix formating (Husnain Taj) #2012
  • 2e963ad: remove unnecessary console log statements from Text tests (Husnain Taj) #2012
  • c462815: fix inconsistent docs (Anton Lavrevov)
  • a4441c6: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
  • 64d62f3: add build (Anton Lavrevov)
  • 36081d8: Fixed cached render with buffer canvas is used. close #2002 (Anton Lavrevov)
  • 7fbf772: update CHANGELOG with new version (Anton Lavrevov)
  • 1d54586: build for 10.1.0 (Anton Lavrevov)
  • ccaa2f6: update cdn link (Anton Lavrevov)
19 hours ago
neutralinojs

Neutralinojs nightly release

⚠️ Nightly build: This nighly-release may contain experimental features and breaking changes.

What's new

Core: events

  • New window events: windowMinimize, windowRestore, windowMaximize, windowFullScreenEnter, and windowFullScreenExit

Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀

19 hours ago
neutralinojs

Neutralinojs nightly release

⚠️ Nightly build: This nighly-release may contain experimental features and breaking changes.

What's new

Core: events

  • New window events: windowMinimize, windowRestore, windowMaximize, windowFullScreenEnter, and windowFullScreenExit

Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀

19 hours ago
next.js

v16.1.1-canary.26

Misc Changes

  • Turbopack: fix bad performance edge case in production chunking: #88508

Credits

Huge thanks to @sokra for helping!