diff --git a/CHANGELOG_COMPONENTS.md b/CHANGELOG_COMPONENTS.md index 9fc432ec..1b00d5e1 100644 --- a/CHANGELOG_COMPONENTS.md +++ b/CHANGELOG_COMPONENTS.md @@ -1,3 +1,13 @@ +# [18.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.1...components-18.1.0) (2024-10-22) + + +### Features + +* **components/dimension:** provide signal to observe the bounding box of an element ([1d1d804](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/1d1d804c817c9536a69afd89d2f148c4da9ea104)) +* **components/dimension:** provide signal to observe the size of an element ([b817e7b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/b817e7be26ac2beb0b2e9c69d52bf53b657742ef)) + + + ## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.0...components-18.0.1) (2024-10-03) diff --git a/CHANGELOG_COMPONENTS_LATEST.md b/CHANGELOG_COMPONENTS_LATEST.md index b876e5e7..f47b9858 100644 --- a/CHANGELOG_COMPONENTS_LATEST.md +++ b/CHANGELOG_COMPONENTS_LATEST.md @@ -1,15 +1,10 @@ -## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.0...components-18.0.1) (2024-10-03) +# [18.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.1...components-18.1.0) (2024-10-22) -### Bug Fixes +### Features -* **components/sashbox:** ensure sash resizes to minimum size ([e39a347](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/e39a347b9584b077a720d6dd3f6877c4e970b887)) -* **components/sashbox:** prevent overflow when moving splitter ([c8a0b57](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/c8a0b57096c28e055cc38f23b756af824afdc424)) - - -### BREAKING CHANGES - -* **components:** SCION Components requires `@scion/toolkit` version `1.5.0` or later. +* **components/dimension:** provide signal to observe the bounding box of an element ([1d1d804](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/1d1d804c817c9536a69afd89d2f148c4da9ea104)) +* **components/dimension:** provide signal to observe the size of an element ([b817e7b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/b817e7be26ac2beb0b2e9c69d52bf53b657742ef)) diff --git a/docs/site/changelog-components/changelog.md b/docs/site/changelog-components/changelog.md index fc2cd1bb..c4ed75dc 100644 --- a/docs/site/changelog-components/changelog.md +++ b/docs/site/changelog-components/changelog.md @@ -6,6 +6,16 @@ ## [Changelog][menu-changelog] > @scion/components +# [18.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.1...components-18.1.0) (2024-10-22) + + +### Features + +* **components/dimension:** provide signal to observe the bounding box of an element ([1d1d804](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/1d1d804c817c9536a69afd89d2f148c4da9ea104)) +* **components/dimension:** provide signal to observe the size of an element ([b817e7b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/b817e7be26ac2beb0b2e9c69d52bf53b657742ef)) + + + ## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.0...components-18.0.1) (2024-10-03) diff --git a/projects/scion/components/package.json b/projects/scion/components/package.json index 1ceb42c9..b9cd364c 100644 --- a/projects/scion/components/package.json +++ b/projects/scion/components/package.json @@ -1,6 +1,6 @@ { "name": "@scion/components", - "version": "18.0.1", + "version": "18.1.0", "description": "Provides a collection of Angular components and directives primarily for use in SCION libraries such as `@scion/workbench` and `@scion/microfrontend-platform`. This library is not a comprehensive component library as its focus is on SCION requirements.", "license": "EPL-2.0", "private": false,