diff --git a/CHANGELOG_COMPONENTS.md b/CHANGELOG_COMPONENTS.md index 3d2b3dfa..9fc432ec 100644 --- a/CHANGELOG_COMPONENTS.md +++ b/CHANGELOG_COMPONENTS.md @@ -1,3 +1,17 @@ +## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.0...components-18.0.1) (2024-10-03) + + +### Bug Fixes + +* **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. + + # [18.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-17.0.0...components-18.0.0) (2024-05-31) diff --git a/CHANGELOG_COMPONENTS_LATEST.md b/CHANGELOG_COMPONENTS_LATEST.md index 65b28439..b876e5e7 100644 --- a/CHANGELOG_COMPONENTS_LATEST.md +++ b/CHANGELOG_COMPONENTS_LATEST.md @@ -1,30 +1,15 @@ -# [18.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-17.0.0...components-18.0.0) (2024-05-31) +## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.0...components-18.0.1) (2024-10-03) -### Dependencies +### Bug Fixes -* **components:** update @scion/components to Angular 18 ([dc202c4](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/dc202c44d6657fcad254946b4574bf9df7769950)) +* **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:** Updating `@scion/components` to Angular 18 introduced a breaking change. - - To migrate: - - Update your application to Angular 18; for detailed migration instructions, refer to https://v18.angular.dev/update-guide; - - Deprecations introduced in version 16.2.0 have been removed: - - SCION components now require the SCSS module `@scion/components` to be imported in `styles.scss`. See [SCION Design Tokens](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/blob/master/docs/site/scion-design-tokens.md) for more information. Note that this step is not required if using `@scion/workbench` as imported by the SCION Workbench. - - CSS variables of `sci-splitter` and `sci-sashbox` components have been replaced as follows: - - `--sci-splitter-bgcolor` ➜ `--sci-splitter-background-color` - - `--sci-splitter-bgcolor_hover` ➜ `--sci-splitter-background-color-hover` - - `--sci-splitter-size_hover` ➜ `--sci-splitter-size-hover` - - `--sci-splitter-opacity_active` ➜ `--sci-splitter-opacity-active` - - `--sci-splitter-opacity_hover` ➜ `--sci-splitter-opacity-hover` - - `--sci-sashbox-splitter-bgcolor` ➜ `--sci-sashbox-splitter-background-color` - - `--sci-sashbox-splitter-size_hover` ➜ `--sci-sashbox-splitter-size-hover` - - `--sci-sashbox-splitter-opacity_hover` ➜ `--sci-sashbox-splitter-opacity-hover` - - `--sci-sashbox-splitter-bgcolor_hover` ➜ `--sci-sashbox-splitter-background-color-hover` - - `--sci-sashbox-splitter-opacity_active` ➜ `--sci-sashbox-splitter-opacity-active` +* **components:** SCION Components requires `@scion/toolkit` version `1.5.0` or later. diff --git a/docs/site/changelog-components/changelog.md b/docs/site/changelog-components/changelog.md index 9f54782c..fc2cd1bb 100644 --- a/docs/site/changelog-components/changelog.md +++ b/docs/site/changelog-components/changelog.md @@ -6,6 +6,20 @@ ## [Changelog][menu-changelog] > @scion/components +## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-18.0.0...components-18.0.1) (2024-10-03) + + +### Bug Fixes + +* **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. + + # [18.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-17.0.0...components-18.0.0) (2024-05-31) diff --git a/projects/scion/components/package.json b/projects/scion/components/package.json index 8d21414a..1ceb42c9 100644 --- a/projects/scion/components/package.json +++ b/projects/scion/components/package.json @@ -1,6 +1,6 @@ { "name": "@scion/components", - "version": "18.0.0", + "version": "18.0.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, @@ -32,7 +32,7 @@ "@angular/common": "^18.0.0", "@angular/core": "^18.0.0", "@angular/cdk": "^18.0.0", - "@scion/toolkit": "^1.0.0", + "@scion/toolkit": "^1.5.0", "rxjs": "^7.8.0" }, "repository": {