Skip to content

Commit

Permalink
New accordion component + some improvements (#713)
Browse files Browse the repository at this point in the history
* Select: display option’s help on the selected value when provided in options list.

* New accordion component

* npm audit

* Add an option spaceBetweenLabelAndToggle to toggle.

Option allowing to display label and toggle properly aligned on the left and on the right of the container.

* Fix toggle and accordion

* Improve control model to allow better management of option’s icon when passed programmatically

* Fix label color when toggle is disabled + add toggleAccordion event
  • Loading branch information
mpellerin42 authored Jun 7, 2024
1 parent 19ab923 commit f2014aa
Show file tree
Hide file tree
Showing 31 changed files with 737 additions and 282 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2.66.0 (2024-06-07)

### Feature

- **Accordion**: new accordion component

### Improvements

- **Select**:
- Display option’s help on the selected value when provided in `options` list.
- Improve control model to allow better management of option’s icon when passed programmatically
- **Toggle**: Add an option `spaceBetweenLabelAndToggle` allowing to display label and toggle properly aligned on the left and on the right of the container.

### Bug fix

- **Toggle**:
- Trigger the click event when clicking anywhere on the toggle container
- Fix label color when toggle is disabled

# 2.65.20 (2024-05-30)

### Improvements
Expand Down
Loading

0 comments on commit f2014aa

Please sign in to comment.