From 01576268850325d54598d7e8b7f70fdd0a4c4671 Mon Sep 17 00:00:00 2001 From: Haider Alshamma Date: Mon, 25 Nov 2024 15:39:49 -0500 Subject: [PATCH] feat: release v11 changes --- CHANGELOG.md | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab72af59..fdd026a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,5 @@ -# [10.4.0](https://github.com/nulogy/design-system/compare/v10.3.0...v10.4.0) (2024-11-25) - - -### Features - -* type the icon prop to improve DX ([4f215fa](https://github.com/nulogy/design-system/commit/4f215fac4f5e85bd45eda76a3589f2b84fd5becb)) - -# [10.3.0](https://github.com/nulogy/design-system/compare/v10.2.13...v10.3.0) (2024-11-12) - - -### Bug Fixes - -* do not shrink the toggle when put in a small container ([#1450](https://github.com/nulogy/design-system/issues/1450)) ([6b3b63f](https://github.com/nulogy/design-system/commit/6b3b63ffa6f201da721748344cc571c0523fce88)) -* make the icons and indicators in the select accessible ([#1462](https://github.com/nulogy/design-system/issues/1462)) ([3b6d900](https://github.com/nulogy/design-system/commit/3b6d900c212df12801228ebc9b4e7a221770a552)) -* remove underlines from breadcrumbs ([#1451](https://github.com/nulogy/design-system/issues/1451)) ([6a68084](https://github.com/nulogy/design-system/commit/6a6808417460dc2e97837ba14447d6521fdc8b88)) - # [11.1.0](https://github.com/nulogy/design-system/compare/v11.0.0...v11.1.0) (2024-11-15) - -### Bug Fixes - -* cypress global scope const declaration ([029fb35](https://github.com/nulogy/design-system/commit/029fb35186616a34bde7fd2844e07a1cab174b09)) -* minor format/copy corrections ([e4b8458](https://github.com/nulogy/design-system/commit/e4b8458d19addd22ced78f54407e5499712eded2)) -* unused parameter ([9959206](https://github.com/nulogy/design-system/commit/99592060dc5da4881eca903c9e6f9b74ba8e9a6b)) - - ### Features * add a BottomSheet component ([9f6eddd](https://github.com/nulogy/design-system/commit/9f6eddd7d0aa3e6038cb9fc6d70640fa20dcb7dd)) @@ -34,6 +10,12 @@ * improve BottomSheet API and types ([fe42f8b](https://github.com/nulogy/design-system/commit/fe42f8b3b4232ad44f89c5ad1e663747d4e758aa)) * test the BottomSheet interactivity ([463fd2d](https://github.com/nulogy/design-system/commit/463fd2d252342208ade5e89edcf805e6ab2ab04d)) +### Bug Fixes + +* cypress global scope const declaration ([029fb35](https://github.com/nulogy/design-system/commit/029fb35186616a34bde7fd2844e07a1cab174b09)) +* minor format/copy corrections ([e4b8458](https://github.com/nulogy/design-system/commit/e4b8458d19addd22ced78f54407e5499712eded2)) +* unused parameter ([9959206](https://github.com/nulogy/design-system/commit/99592060dc5da4881eca903c9e6f9b74ba8e9a6b)) + # [11.0.0](https://github.com/nulogy/design-system/compare/v10.2.13...v11.0.0) (2024-11-07) @@ -143,6 +125,20 @@ function Component(props: Props) { } ``` +# [10.4.0](https://github.com/nulogy/design-system/compare/v10.3.0...v10.4.0) (2024-11-25) + +### Features + +* type the icon prop to improve DX ([4f215fa](https://github.com/nulogy/design-system/commit/4f215fac4f5e85bd45eda76a3589f2b84fd5becb)) + +# [10.3.0](https://github.com/nulogy/design-system/compare/v10.2.13...v10.3.0) (2024-11-12) + +### Bug Fixes + +* do not shrink the toggle when put in a small container ([#1450](https://github.com/nulogy/design-system/issues/1450)) ([6b3b63f](https://github.com/nulogy/design-system/commit/6b3b63ffa6f201da721748344cc571c0523fce88)) +* make the icons and indicators in the select accessible ([#1462](https://github.com/nulogy/design-system/issues/1462)) ([3b6d900](https://github.com/nulogy/design-system/commit/3b6d900c212df12801228ebc9b4e7a221770a552)) +* remove underlines from breadcrumbs ([#1451](https://github.com/nulogy/design-system/issues/1451)) ([6a68084](https://github.com/nulogy/design-system/commit/6a6808417460dc2e97837ba14447d6521fdc8b88)) + ## [10.2.14](https://github.com/nulogy/design-system/compare/v10.2.13...v10.2.14) (2024-10-16)