v2.22.0
Full Changelog: https://github.com/zumerlab/snapdom/compare/v2.18.0...v2.22.0
- @dylan1951 made their first contribution in https://github.com/zumerlab/snapdom/pull/464
- @hjl12345 made their first contribution in https://github.com/zumerlab/snapdom/pull/471
v3.16.0
Features
- Added a
filteredCountgetter to the tree API, reporting how many nodes match the currentsearchTermacross 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 viaisFiltered && filteredCount === 0instead of inspectingvisibleNodes(issues #112 and #256). (#383)
Fixes
- The default
searchMatchno longer searches a node's children. It previously stringified every value of the node's data, thechildrenarray included, so each ancestor of a match counted as a match itself, and terms likeidornamematched 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 — buttree.filteredCountnow reports real matches. (#383)
shadcn@4.15.0
- #11276
7d90dfc0a5ec70cdc3bd08b741a42440041907acThanks @cmpadden! - Add a publicaddRegistryItemsAPI for installing registry items programmatically without invoking the CLI.
Release 2026-07-25 13:41
Release 2026-07-25 13:41
- No changelog entries
- @tanstack/solid-router@2.0.0-beta.27
- @tanstack/solid-router-devtools@2.0.0-beta.22
- @tanstack/solid-router-ssr-query@2.0.0-beta.28
- @tanstack/solid-start@2.0.0-beta.28
- @tanstack/solid-start-client@2.0.0-beta.27
- @tanstack/solid-start-server@2.0.0-beta.27