Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@velune/react-internal": "0.0.0"
},
"changesets": [
"modernize-component-library"
"modernize-component-library",
"release-pending-library-updates"
]
}
12 changes: 12 additions & 0 deletions packages/velune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/velune/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down