Skip to content

Commit

Permalink
chore: update changelog (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma authored Jul 31, 2024
1 parent 21f88c4 commit eee7f32
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion packages/storybook/stories/3-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,36 @@ import { Meta } from '@storybook/blocks';

# Changelog

## v7.1.0 <mark>Latest</mark> (Jul 8, 2024)
## v8.0.0 <mark>Latest</mark> (Jul 30, 2024)
### ⚠ BREAKING CHANGES

* **Table:** fix error background + add large size ([#954](https://github.com/kronostechnologies/design-elements/issues/954)) ([8576501](https://github.com/kronostechnologies/design-elements/commit/8576501d68985cbfb10a9b7af8a5249b09754548))
* Removed `table-row-error-border-color` design token

### Features

* **Disclosure:** implement disclosure component ([#931](https://github.com/kronostechnologies/design-elements/issues/931)) ([8232a62](https://github.com/kronostechnologies/design-elements/commit/8232a62219a3e858a625e5914c89a4f92fe6c357))
* **RadioButton:** standalone radio button component ([#903](https://github.com/kronostechnologies/design-elements/issues/903)) ([6ed27f3](https://github.com/kronostechnologies/design-elements/commit/6ed27f379841d2297ef6d92c208f9dd21bca96b6))

### Bug Fixes

* **Button:** replace disabled by attribute aria-disabled ([#950](https://github.com/kronostechnologies/design-elements/issues/950)) ([b724b3f](https://github.com/kronostechnologies/design-elements/commit/b724b3f09102bdda7120fd40ef151204e182f737))
* **GlobalBanner** allow secondary action in alert banner ([#942](https://github.com/kronostechnologies/design-elements/issues/942)) ([9cc7e22](https://github.com/kronostechnologies/design-elements/commit/9cc7e220fda161d2bc11246a3d5c65a05bbed844))
* **ModalDialog:** align text with icon ([#943](https://github.com/kronostechnologies/design-elements/issues/943)) ([8d11142](https://github.com/kronostechnologies/design-elements/commit/8d111422168f081dac16f4dbea47e57e186ac287))
* **SegmentedControl:** hover style on pressed btn ([#944](https://github.com/kronostechnologies/design-elements/issues/944)) ([9d6069f](https://github.com/kronostechnologies/design-elements/commit/9d6069f865cff475e0a1f126c0f929b277994d19))
* **Table:** sortable column headers focus state ([#939](https://github.com/kronostechnologies/design-elements/issues/939)) ([3a07774](https://github.com/kronostechnologies/design-elements/commit/3a0777439ac5807746cdebfb7aac98a2ab14d018))

### Dependencies
* **deps:** update dependency i18next ([#938](https://github.com/kronostechnologies/design-elements/issues/938)) ([f779790](https://github.com/kronostechnologies/design-elements/commit/f7797906dfac606ca0918cc8d93bd1241c57f5bc))
* **deps:** update dependency react-i18next ([#948](https://github.com/kronostechnologies/design-elements/issues/948)) ([1f0103d](https://github.com/kronostechnologies/design-elements/commit/1f0103d28453ce53ed7d96aaf71fd5088e7bd135))
* **deps:** update react-router ([#946](https://github.com/kronostechnologies/design-elements/issues/946)) ([a4c1519](https://github.com/kronostechnologies/design-elements/commit/a4c1519c9c8e18e896170e366851dbbba50e18cd))

### Docs

* **Storybook:** ajout doc bug report ([#941](https://github.com/kronostechnologies/design-elements/issues/941)) ([fc7fef9](https://github.com/kronostechnologies/design-elements/commit/fc7fef9aa764494b5f80ac3950b2244f84e57599))
* **Storybook:** update modal dialog and modal ([#783](https://github.com/kronostechnologies/design-elements/issues/783)) ([21f88c4](https://github.com/kronostechnologies/design-elements/commit/21f88c49236094c2d386c9e2f1425e4c97d18be0))

## v7.1.0 (Jul 8, 2024)
### Features
* **StepperInput:** continuous increment/decrement using pointer ([#902](https://github.com/kronostechnologies/design-elements/issues/902)) ([af8dea7](https://github.com/kronostechnologies/design-elements/commit/af8dea76268a7c8195495cf56c3e6e81dadab9cd))
* **Toggletip:** add icon button size and minor visual fixes ([#913](https://github.com/kronostechnologies/design-elements/issues/913)) ([46c70be](https://github.com/kronostechnologies/design-elements/commit/46c70be7bfb1ac17862c373a1f9bd7c5d3573d37))
Expand Down

0 comments on commit eee7f32

Please sign in to comment.