Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(components): v18.1.1 #232

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG_COMPONENTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [18.1.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.1.0...components-18.1.1) (2024-10-28)


### Performance Improvements

* **components/dimension:** avoid unnecessary change detection cycles ([948061e](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/948061e2382f48fb697b2f639875b1ddc167483c))


### Dependencies

* **components:** SCION Components requires `@scion/toolkit` version `1.6.0` or later.


# [18.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.1...components-18.1.0) (2024-10-22)


Expand Down
12 changes: 8 additions & 4 deletions CHANGELOG_COMPONENTS_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# [18.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.1...components-18.1.0) (2024-10-22)
## [18.1.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.1.0...components-18.1.1) (2024-10-28)


### Features
### Performance Improvements

* **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))
* **components/dimension:** avoid unnecessary change detection cycles ([948061e](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/948061e2382f48fb697b2f639875b1ddc167483c))


### Dependencies

* **components:** SCION Components requires `@scion/toolkit` version `1.6.0` or later.



13 changes: 13 additions & 0 deletions docs/site/changelog-components/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
## [Changelog][menu-changelog] > @scion/components


## [18.1.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.1.0...components-18.1.1) (2024-10-28)


### Performance Improvements

* **components/dimension:** avoid unnecessary change detection cycles ([948061e](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/948061e2382f48fb697b2f639875b1ddc167483c))


### Dependencies

* **components:** SCION Components requires `@scion/toolkit` version `1.6.0` or later.


# [18.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.1...components-18.1.0) (2024-10-22)


Expand Down
4 changes: 2 additions & 2 deletions projects/scion/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/components",
"version": "18.1.0",
"version": "18.1.1",
"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 Expand Up @@ -32,7 +32,7 @@
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@scion/toolkit": "^1.5.0",
"@scion/toolkit": "^1.6.0",
"rxjs": "^7.8.0"
},
"repository": {
Expand Down
Loading