1 hours ago
next.js

v16.3.0-canary.65

Misc Changes

  • docs(cache-components): clarify allow-runtime, sync-IO and instant=false, CLS fallback: #94997
  • Keep the resolved cache life for cacheMaxMemorySize: 0 caches in dev: #95100
  • Avoid mutating req.headers when stripping internal headers: #95116

Credits

Huge thanks to @aurorascharff and @unstubbable for helping!

2 hours ago
shaka-player

v5.1.11

5.1.11 (2026-06-24)

Bug Fixes

  • text: use valid CSS value 'line-through' for LINE_THROUGH (#10249) (61baa02)
  • UI: Add mute_volume composite element to fix hover jank between mute button and volume bar (#10214) (84d9fe0)
2 hours ago
shaka-player

v5.0.23

5.0.23 (2026-06-24)

Bug Fixes

  • text: use valid CSS value 'line-through' for LINE_THROUGH (#10249) (a21f501)
  • UI: Add mute_volume composite element to fix hover jank between mute button and volume bar (#10214) (93b7d5a)
2 hours ago
shaka-player

v4.16.38

4.16.38 (2026-06-24)

Bug Fixes

  • text: use valid CSS value 'line-through' for LINE_THROUGH (#10249) (c7e4c59)
  • UI: Add mute_volume composite element to fix hover jank between mute button and volume bar (#10214) (68d0e63)
3 hours ago
vue-next

v3.6.0-beta.17

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

3 hours ago
core

v3.6.0-beta.17

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

3 hours ago
penpot

2.16.1

✨ New features & Enhancements

  • Batch multiple thumbnail deletions into a single RPC call #9944 (PR: #9943)
  • Add WebSocket proxy configuration for MCP in Nginx example (by @lancatlin) #10153 (PR: #10152)
  • Add tenant prefix to MCP Redis channel names for multi-environment isolation #10277 (PR: #10276)
  • Show MCP key on Integrations page and remove non-recoverable warning from modal #10290 (PR: #10298)
  • Add MCP status button with single-tab connection control #9923 (PR: #9930)

🐛 Bugs fixed

  • Fix race condition between MCP initialization and plugin runtime #10138 (PR: #10137)
  • Filter ignorable React removeChild errors from browser extensions in error boundary #10146 (PR: #10145)
  • Show resolved values in font family token combobox when pasting comma-separated values #10212 (PR: #10215)
  • Fix MCP server status toggle persistence and missing workspace connection options #10292 (PR: #10226)
  • Allow pasting comma-separated emails in the invite members modal #10173 (PR: #10186)
  • Fix text element edit detaching applied color tokens #9255 (PR: #9525, #9814, #10340)
3 hours ago
react-spring

v11.0.0-beta.0

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.1.1...v11.0.0-beta.0

3 hours ago
react-spring

v10.1.2

Bug Fixes

  • core: PickAnimated now infers all animated keys when a partial from is provided. Previously a from prop collapsed the result type to just the from shape, dropping to keys, forward props, and the other transition phases — so useSpring({ width: 100, height: 100, from: { width: 0 } }) made styles.height a compile error even though height animates at runtime. It now merges from with the to, forward, and transition-phase values. (#2545)
  • core: The SpringValue-level onChange now receives an AnimationResult ({ value, finished: false, cancelled: false }) instead of the raw value, so result.value is no longer undefined mid-animation. This matches onStart/onRest and the Controller-level onChange. The internal change event the animated tree subscribes to still emits the raw value. (#2548)
  • animated: Fixed a cannot add a new property crash when wrapping non-extensible React Native host components. On Hermes, host components like View, Text, and Image become non-extensible after their first render, breaking the wrapper cache. createHost now attempts the direct write first (fast path, unchanged for extensible components) and falls back to a module-level WeakMap when the write is rejected. (#2535)

Performance

  • shared: Improved string interpolation performance with large amounts of data by caching output number parsing in createStringInterpolator. (#2547)

Full Changelog: https://github.com/pmndrs/react-spring/compare/v10.1.1...v10.1.2

5 hours ago
next.js

v16.3.0-canary.64

Misc Changes

  • Consider merging chunks when overlap == 1: #95102
  • [turbopack] Add support for single-entry chunks: #94727
  • Turbopack: add TURBOPACK_DEBUG_CSS_CHUNKING env var: #95080
  • [cd] publish on release tags instead of branch push: #95085

Credits

Huge thanks to @sampoder, @sokra, and @eps1lon for helping!