Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 9, 2023
1 parent 855a3e0 commit 1e50fe2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ All notable changes to this project will be documented in this file.

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

## [0.28.0] - 2023-11-08

### Fixed

- **Menu**: Fix issue issue where link is not clickable on mobile
- **Accordion**: Fix issue where `onValueChange` is not called when `multiple` is set to `true`
- **NumberInput**
- Fix issue where "." cannot be entered due to virtual dom timing between frameworks
- Fix issue where decrement and increment triggers don't work for touch devices
- **ColorPicker, DatePicker**: Fix issue where `aria-controls` was not added to trigger
- **Combobox**: Fix autocomplete input behavior not working in Vue.js
- **Select**: Fix issue where the `loop` property is not respected
- **Slider**: Fix issue where slider thumb throws if index is not provided. We now set `0` as the default index.

### Added

- **Menu**: Add support for controlling menu's open state via the `open` context property

## [0.27.0] - 2023-10-30

### Fixed
Expand Down

4 comments on commit 1e50fe2

@vercel
Copy link

@vercel vercel bot commented on 1e50fe2 Nov 9, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 1e50fe2 Nov 9, 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 1e50fe2 Nov 9, 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-git-main-chakra-ui.vercel.app
zag-nextjs-chakra-ui.vercel.app
zag-two.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1e50fe2 Nov 9, 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-chakra-ui.vercel.app
zag-solid.vercel.app
zag-solid-git-main-chakra-ui.vercel.app

Please sign in to comment.