12 hours ago
rari
13 hours ago
rari

v0.15.6

See CHANGELOG.md for details.

Full Changelog: https://github.com/rari-build/rari/compare/v0.15.5...v0.15.6

15 hours ago
next.js

v16.3.0-canary.97

Misc Changes

  • fix(sandbox): release one-shot timeout ids after they run: #96161
  • Fix dev overlay symbolication for project paths needing percent-encoding: #96221
  • [internal] Add a skill for benching changes in a sandbox: #95943
  • Run dev validation in process when using Webpack: #96219
  • Read chunk source maps from disk in the dev validation worker: #96218
  • Retry the source map lookup with a plain path: #96215
  • Pass fallback params to the dev validation worker as maps: #96210
  • [sourcemaps] Reuse source map payloads and consumers across stack frames: #96198
  • fix: release compression stream when client disconnects mid-response: #96173
  • Run Cache Components dev validation on a worker thread: #96153
  • Add a benchmark for dev Cache Components validation on a worker thread: #96152
  • [test] Unflake the enabled-features-trace test suite: #96175
  • [refactor] Prepare dev validation for running on a worker thread: #96151
  • Add the experimental.devValidationWorker config flag: #96150
  • [refactor] Model dev validation render outputs as a discriminated union: #96149
  • Forward dev invalid dynamic usage errors from the render, not validation: #96148
  • Optimize implicit cache tag derivation: #96120
  • Avoid quadratic HMR queue shifts: #96137

Credits

Huge thanks to @petehunt, @gaearon, @unstubbable, and @marcoshernanz for helping!

19 hours ago
snapdom

v2.22.0

This is an important version, lot of improvements.

Full Changelog: https://github.com/zumerlab/snapdom/compare/v2.18.0...v2.22.0

New Contributors

19 hours ago
react-arborist

v3.16.0

Features

  • Added a filteredCount getter to the tree API, reporting how many nodes match the current searchTerm across the whole tree (regardless of which folders are open), or 0 when there is no active search. Consumers can now render a match count or a "no results" message via isFiltered && filteredCount === 0 instead of inspecting visibleNodes (issues #112 and #256). (#383)

Fixes

  • The default searchMatch no longer searches a node's children. It previously stringified every value of the node's data, the children array included, so each ancestor of a match counted as a match itself, and terms like id or name matched every folder by hitting keys nested in the children data. The filtered list is unchanged — parents of a match are still shown to keep the tree's structure — but tree.filteredCount now reports real matches. (#383)
20 hours ago
next.js

v16.2.12

What's Changed

Full Changelog: https://github.com/vercel/next.js/compare/v16.2.11...v16.2.12

20 hours ago
next.js

v15.5.22

What's Changed

Full Changelog: https://github.com/vercel/next.js/compare/v15.5.21...v15.5.22

20 hours ago
ui

shadcn@4.15.0

Minor Changes