Skip to content

Commit

Permalink
chore: update changelog (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylafleur committed Jul 8, 2024
1 parent 882c11e commit 57622c5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/storybook/stories/3-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ import { Meta } from '@storybook/blocks';

# Changelog

## v7.1.0 <mark>Latest</mark> (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))

### Bug Fixes
* **Datepicker:** change backdrop color ([#932](https://github.com/kronostechnologies/design-elements/issues/932)) ([882c11e](https://github.com/kronostechnologies/design-elements/commit/882c11eaa62f5998fa4f5e525dfe65b9dbcf50a3))
* **Icon:** fix defaultProps deprecation warning ([#926](https://github.com/kronostechnologies/design-elements/issues/926)) ([30cfed7](https://github.com/kronostechnologies/design-elements/commit/30cfed72338de93232d2495b6065fe1ed6687e30))
* **PasswordCreationInput, PasswordInput:** change button size ([#914](https://github.com/kronostechnologies/design-elements/issues/914)) ([10f7821](https://github.com/kronostechnologies/design-elements/commit/10f782135523c32f091759f6f3b99e9327ab50fc))
* **SectionalBanner:** fix isMobile prop warnings ([#925](https://github.com/kronostechnologies/design-elements/issues/925)) ([24348c2](https://github.com/kronostechnologies/design-elements/commit/24348c2114ca774f740823aa4b41ea64c119f0c8))

## v7.0.0 <mark>Latest</mark> (Jun 14, 2024)

## v7.0.0 (Jun 14, 2024)
### ⚠ BREAKING CHANGES
This release includes a complete refactor of theming and introduces design tokens. If you are using custom themes, you need to recreate them to use the new mapping instead. To create a theme you need to provide a `ThemeCustomization` to the `buildTheme` function and pass the result to the `DesignSystem` provider.

Expand Down Expand Up @@ -349,7 +360,7 @@ This release includes a complete refactor of theming and introduces design token


## v5.0.1 (Nov 15, 2022)
### Bug Fixes
### Bug Fixes
* **Icon:** fix duplicate ids yielding wrong render ([16dcda4](https://github.com/kronostechnologies/design-elements/commit/16dcda4055a7378c11ad51ee58333bf6046b31de))

**Full Changelog**: [v5.0.0...v5.0.1](https://github.com/kronostechnologies/design-elements/compare/v5.0.0...v5.0.1)
Expand Down

0 comments on commit 57622c5

Please sign in to comment.