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
23 changes: 1 addition & 22 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
25 changes: 25 additions & 0 deletions packages/velune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0",
"version": "0.1.0-beta.1",
"description": "Accessible React components and semantic Tailwind CSS utilities",
"license": "MIT",
"repository": {
Expand Down
Loading