Skip to content

Commit

Permalink
docs: add changelog for 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 30, 2023
1 parent 759756f commit e82f2e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ All notable changes to this project will be documented in this file.

See the [Changesets](./.changeset) for the latest changes.

## [0.27.0] - 2023-10-30

### Fixed

- **ColorPicker**:
- Fix issue where entering empty value in alpha sets value to `NaN`. Now, it reverts back to the previous alpha value
- Fix issue where channel inputs within control and content have similar ids, violating the accessibility tree
- **Select**: Fix issue where `collection` is not returned in the `api`
- **React**: Refactor types to reference react `use` directly
- **DatePicker**: Fix issue where `api.isOpen` returned `undefined` in some cases

### Added

- **RadioGroup**: Set default orientation to `vertical`

### Changed

- **Slider**: Rename `output` part to `valueText` to match naming convention
- **DatePicker**
- Remove support for `inline` in datepicker and replace with `closeOnSelect` for API consistency.
- Add `data-placement` to trigger and content parts for position-aware styling.

## [0.25.0] - 2023-10-17

### Fixed
Expand Down

4 comments on commit e82f2e7

@vercel
Copy link

@vercel vercel bot commented on e82f2e7 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-nextjs – ./examples/next-ts

zag-nextjs-chakra-ui.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app
zag-two.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e82f2e7 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-vue – ./examples/vue-ts

zag-vue-chakra-ui.vercel.app
zag-vue-git-main-chakra-ui.vercel.app
zag-vue.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e82f2e7 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-solid – ./examples/solid-ts

zag-solid-git-main-chakra-ui.vercel.app
zag-solid.vercel.app
zag-solid-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e82f2e7 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.