diff --git a/.changeset/pre.json b/.changeset/pre.json index d505f20..14d45b1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "@velune/react-internal": "0.0.0" }, "changesets": [ - "modernize-component-library" + "modernize-component-library", + "release-pending-library-updates" ] } diff --git a/packages/velune/CHANGELOG.md b/packages/velune/CHANGELOG.md index d8c33e3..091f68c 100644 --- a/packages/velune/CHANGELOG.md +++ b/packages/velune/CHANGELOG.md @@ -1,5 +1,17 @@ # velune +## 0.1.0-beta.2 + +### Minor Changes + +- 379d8b5: Ship the pending library updates as one release: + - Add Sidebar navigation rail (Provider, collapse modes, menu slots, mobile Drawer) with a11y polish: nav landmark, mobile `aria-controls`, offcanvas inert + focus escape, icon-rail layout, Badge/Action spacing, quieter MenuItem defaults, and `enableKeyboardShortcut`. + - Extend Table with column `sortValue`/`sorter`, sticky `fixed` columns, and expandable `tree` rows (shared with VirtualTable). + - Add `"use client"` directives to built component entries for React Server Components. + - Improve theme provider coordination across portals, high-contrast native controls, generated theme CSS imports, ThemeToggle (sun/moon icons + accessible names), and generated AAA contrast on muted surfaces. + - Normalize design-system naming and shared recipes (Alert/Toast accents, dismiss chrome, Select/Combobox/Input control surfaces); refine Alert tone bars, badge icons, and Action slot. + - Collapse foundation/component token duplicates; unify Tailwind to one utility per role; remove deprecated compatibility aliases (`error-tint`, Alert `neutral`, Button `danger` variant, Table `virtualized` bridge, and related legacy props/utilities). + ## 0.1.0-beta.1 ### Minor Changes diff --git a/packages/velune/package.json b/packages/velune/package.json index 94706aa..58e2172 100644 --- a/packages/velune/package.json +++ b/packages/velune/package.json @@ -1,6 +1,6 @@ { "name": "velune", - "version": "0.1.0-beta.1", + "version": "0.1.0-beta.2", "description": "Accessible React components and semantic Tailwind CSS utilities", "license": "MIT", "repository": {