Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnMarieW committed Oct 11, 2024
1 parent 4f79897 commit 3f1d007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

### Added


- Added `autoplay` prop to the `Carousel` component #316 by @mmarfat
- Added the `ChipGroup` component and updated `Chip` to work with it. #327 by @AnnMarieW and @BSd3v
Note: `Chip` was available before but not documented. If you used `Chip` in dmc>=0.14.0 to dmc<=0.14.5, you’ll now need to add `controlled=True` for it to work properly on its own.
Note: `Chip` was available before but not documented. If you used `Chip` in dmc<=0.14.5, you’ll now need to add `controlled=True` for it to work properly on its own.
- Added GitHub actions workflow for automated tests on PRs by @BSd3v


Expand All @@ -16,6 +15,9 @@ Note: `Chip` was available before but not documented. If you used `Chip` in dmc>
- Excluded the `loading_state` prop from being passed to the DOM. Added `data-dash-is-loading` attribute to
components during callback execution, allowing custom CSS styling for loading states. #325 by @AnnMarieW

### Changed

- Reduced the package size by minifying the metadata.json file #345 by @AnnMarieW

# 0.14.5

Expand Down

0 comments on commit 3f1d007

Please sign in to comment.