Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #273

Merged
merged 1 commit into from
Jan 9, 2024
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
5 changes: 0 additions & 5 deletions .changeset/bright-gorillas-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-tigers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-carrots-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-bees-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-items-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-ears-brush.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @huntabyte/primitives

## 0.14.0

### Minor Changes

- Progress: update `value` type to include `null` for `'indeterminate'` state ([#272](https://github.com/huntabyte/bits-ui/pull/272))

- Menubar: move `preventScroll` prop from `Menubar.Menu` to `Menubar.Root` ([#272](https://github.com/huntabyte/bits-ui/pull/272))

- Date Field: add `readonlySegments` prop to specify certain segments as readonly ([#272](https://github.com/huntabyte/bits-ui/pull/272))

### Patch Changes

- Date Range Field: add `readonlySegments` prop to specify certain segments as 'readonly' to the user ([#272](https://github.com/huntabyte/bits-ui/pull/272))

- chore: array comparison perf improvements ([#229](https://github.com/huntabyte/bits-ui/pull/229))

- Alert Dialog: Fix bug with exit transitions ([#272](https://github.com/huntabyte/bits-ui/pull/272))

## 0.13.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bits-ui",
"version": "0.13.6",
"version": "0.14.0",
"license": "MIT",
"repository": "github:huntabyte/bits-ui",
"scripts": {
Expand Down