3 hours ago
downshift

v9.0.12

9.0.12 (2025-12-02)

Bug Fixes

  • update element ids when related props change (#1656) (c2f79b4)
4 hours ago
plate

@platejs/yjs@52.0.7

Patch Changes

4 hours ago
ant-design
4 hours ago
downshift

v9.0.11

9.0.11 (2025-12-02)

Bug Fixes

  • read elements from refs directly instead of keeping stale values in closure (#1662) (0d0ecc5)
6 hours ago
rspack

v1.6.6

Highlights 💡

Compact module factories

Rspack now generates a more compact module factory format that trims the wrapper function. Benchmarks show this reduces bundle size by about 1% before gzip.

image

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.6.5...v1.6.6

6 hours ago
react-chrono

3.3.1

What's Changed

Full Changelog: https://github.com/prabhuignoto/react-chrono/compare/3.3.0...3.3.1

6 hours ago
plate

@platejs/ai@52.0.6

Patch Changes

9 hours ago
shiki

v3.18.0

   🚀 Features

   🐞 Bug Fixes

14 hours ago
electron

electron v40.0.0-beta.1

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

Release Notes for v40.0.0-beta.1

Fixes

  • Fixed crash when attempting to resolve modules during process exit. #49104
15 hours ago
next.js

v16.1.0-canary.10

Core Changes

  • Handle cross-page client reference contamination in development: #86591
  • Match behavior of baseline-browser-mapping with caniuse-lite: #86653
  • Turbopack: don't generateBuildId in dev: #86581
  • [devtool] unify the bundler field: #86514
  • Turbopack: normalize distDir separators: #86697
  • Cover org package external in externals-transitive test: #86691

Misc Changes

  • Update Rspack development test manifest: #86657
  • Update Rspack production test manifest: #86658
  • [test] Deflake use-cache-router-handler-only in deploy tests: #86678
  • Allow exporting object and array literals in 'use cache' files again: #86655
  • Turbopack: use tracing context for config watching: #86576
  • Turbopack: align chunk loading error name: #86593
  • docs: update prefix two-digit number in routing section: #77758
  • [bundle-analyzer] Disable revalidateOnFocus and revalidateOnReconnect: #86688
  • Turbopack: improve eventual consistency: #86682
  • [test] Enable Playwright traces in deploy tests: #86683
  • [test] Deflake app-dir-prevent-304-caching: #86693
  • Bump to swc 49: #86689
  • Turbopack: process.env.TURBOPACK should be a string: #86680

Credits

Huge thanks to @vercel-release-bot, @eps1lon, @unstubbable, @mischnic, @Marukome0743, @devjiwonchoi, @timneutkens, and @huozhi for helping!