From 57622c58c0c1370562ea317ce68f5d40a8229d8d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lafleur Date: Mon, 8 Jul 2024 14:56:26 -0400 Subject: [PATCH] chore: update changelog (#933) --- packages/storybook/stories/3-changelog.mdx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/storybook/stories/3-changelog.mdx b/packages/storybook/stories/3-changelog.mdx index ff923d33c4..6066d8d796 100644 --- a/packages/storybook/stories/3-changelog.mdx +++ b/packages/storybook/stories/3-changelog.mdx @@ -4,8 +4,19 @@ import { Meta } from '@storybook/blocks'; # Changelog +## v7.1.0 Latest (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 Latest (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. @@ -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)