Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 2, 2023
1 parent 61f82f2 commit 8abe1cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ All notable changes to this project will be documented in this file.

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

## [0.23.0] - 2023-10-02

### Fixed

- **All Machines**: Ensure `dir` is applied to all positioner elements
- **FileUpload**: Fix reopening the system file picker in file-upload on browsers other than Chrome
- **PinInput**: Fix issue where multiple values can be entered in a single input

### Changed

> Breaking changes
- **FileUpload**:

- Redesign the file-upload component to include new parts:
- `Item`: The element that represents a file
- `ItemSizeText`: The element that represents the size of a file
- `ItemName`: The element that represents the name of a file
- `ItemDeleteTrigger`: The buttonelement used to delete a file
- Added new `api.getFileSize` method to get the size of a file in a human readable format

- **RatingGroup**:
- Rename `api.sizeArray` to `api.items`
- Rename `max` to `count`

## [0.22.0] - 2023-09-26

### Fixed
Expand Down

4 comments on commit 8abe1cb

@vercel
Copy link

@vercel vercel bot commented on 8abe1cb Oct 2, 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 8abe1cb Oct 2, 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 8abe1cb Oct 2, 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 8abe1cb Oct 2, 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-git-main-chakra-ui.vercel.app
zag-vue.vercel.app
zag-vue-chakra-ui.vercel.app

Please sign in to comment.