-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(components): update @scion/components to Angular 17
closes #174 BREAKING CHANGE: Updating `@scion/components` to Angular 17 introduced a breaking change. To migrate: - Update your application to Angular 17; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version; - Scrollbar-related mixins have been moved to the `@scion/components/scrollbar` SCSS module; migrate as follows: Before migration: ``` @use '@scion/components' as sci-components; @include sci-components.scrollbar-hide-when-inactive(); @include sci-components.scrollbar-position(); ``` After migration: ``` @use '@scion/components/scrollbar' as sci-scrollbar; @include sci-scrollbar.scrollbar-hide-when-inactive(); @include sci-scrollbar.scrollbar-position(); ```
- Loading branch information
1 parent
f00686c
commit ac7f284
Showing
26 changed files
with
129,858 additions
and
23,134 deletions.
There are no files selected for viewing
23,695 changes: 23,399 additions & 296 deletions
23,695
.github/actions/equality-checker/dist/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
34,581 changes: 25,873 additions & 8,708 deletions
34,581
.github/actions/tag-release-commit/dist/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.