Skip to content

Commit

Permalink
release(components): v18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Oct 22, 2024
1 parent 6c8abcf commit a77bfd4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_COMPONENTS.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
13 changes: 4 additions & 9 deletions CHANGELOG_COMPONENTS_LATEST.md
Original file line number Diff line number Diff line change
@@ -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))



10 changes: 10 additions & 0 deletions docs/site/changelog-components/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/components/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a77bfd4

Please sign in to comment.