diff --git a/.changeset/pre.json b/.changeset/pre.json index 10a9752..eed83d4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,27 +12,6 @@ "@velune/utils": "0.0.0" }, "changesets": [ - "add-date-picker", - "add-date-range-picker", - "add-dropdown", - "add-skeleton", - "add-table-virtualization", - "add-theme-toggle-hook", - "animate-relief-card", - "calm-buttons-load", - "compose-container-content", - "core-components-p0", - "fix-textarea-subpath", - "harden-radix-interactions", - "internalize-tailwind-source", - "lazy-heavy-overlays", - "migrate-layout-to-tailwind", - "neutral-default-surfaces", - "on-demand-entries", - "polish-core-surfaces", - "porcelain-design-system", - "refine-input-surface", - "strengthen-release-quality", - "strict-quality-gates" + "modernize-component-library" ] } diff --git a/packages/velune/CHANGELOG.md b/packages/velune/CHANGELOG.md index d5045fd..d8c33e3 100644 --- a/packages/velune/CHANGELOG.md +++ b/packages/velune/CHANGELOG.md @@ -1,5 +1,30 @@ # velune +## 0.1.0-beta.1 + +### Minor Changes + +- 64a1323: Modernize the component library with new components, responsive layouts, and + consistent public APIs: + - Add Alert, Breadcrumb, Slider, and Combobox, including accessible compound + slots, controlled state, keyboard support, and customizable presentation. + - Add Standard Schema validation to Form and share Modal/Drawer dialog + behavior through an internal primitive. + - Add breakpoint-responsive props to Box, Container, Flex, Grid, and Stack. + - Standardize polymorphic elements on `as`, including Container support. + - Add Button `asChild`, `tone="danger"`, and `buttonClasses()`; add style + recipes for Tag and Input. + - Add Combobox.NoMatches, controlled Alert visibility, Checkbox group slots, + Switch `lg`, TextArea `resize`, Pagination `hideOnSinglePage`, + `toast.promise`, Stack dividers, and Spinner labels. + - Remove the deprecated Stack `spacing` prop; use `gap`, including responsive + values, as the sole spacing API. + - Replace react-aria-components and @internationalized/date with in-house + Slider, Dropdown, and DateRangePicker implementations, reducing consumer + bundle sizes while preserving documented behavior. + - Improve floating-layer and modal motion, and show selection checks in + Select and Combobox. + ## 0.1.0-beta.0 ### Minor Changes diff --git a/packages/velune/package.json b/packages/velune/package.json index 4156b6a..94706aa 100644 --- a/packages/velune/package.json +++ b/packages/velune/package.json @@ -1,6 +1,6 @@ { "name": "velune", - "version": "0.1.0-beta.0", + "version": "0.1.0-beta.1", "description": "Accessible React components and semantic Tailwind CSS utilities", "license": "MIT", "repository": {