Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo authored and colinlienard committed Jun 18, 2024
1 parent 7aef847 commit c690354
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.39.0](./#0.39.0) - 2024-03-19

### Fixed

- **Select**: Fix issue where multiple select doesn't work correctly in forms.
- **DatePicker**: Remove unused `parse` function
- **TagsInput**: Fix issue where setting `addOnPaste` to `false` and pasting text prevents subsequent tags from being
added
- **Progress**: Fix issue where progress throws when value is initially set to `null`
- **Popper**: Fix issue where `crossAxis` positioning property doesn't work in some cases.
- **Combobox**: Fix issue where clear trigger remains hidden when initial value is set.

### Added

- **Slider**: Add support for custom `name` attribute on the thumb element
- **Splitter**: Add `data-orientation` attribute to splitter panel
- **Menu**: Expose `onEscapeKeyDown` event handler

### Changed

> 💥 Breaking changes
- **Tabs**: Rename `api.tablistProps` to `api.listProps` to match naming convention
- **Dismissable**: Use capture phase for escape keydown handling

## [0.38.1](./#0.38.1) - 2024-03-08

### Fixed
Expand Down

0 comments on commit c690354

Please sign in to comment.