-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(workbench): update @scion/workbench to Angular 17
closes #485 BREAKING CHANGE: Updating `@scion/workbench` to Angular 17 introduced a breaking change. To migrate: - update your application to Angular 17.x; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version; - update @scion/components to version 17; for detailed migration instructions, refer to https://github.com/SchweizerischeBundesbahnen/scion-toolkit/blob/master/CHANGELOG_COMPONENTS.md; - `WorkbenchModule#forChild` was deprecated and has been removed; import `WorkbenchModule` or standalone directives directly; - If deploying the application in a subdirectory, you now need to configure the icon font directory as follows: Using `@angular-devkit/build-angular:application`: ```scss @use '@scion/workbench' with ( $icon-font: ( directory: 'path/to/font' ) ); ``` And add the paths to the `externalDependencies` build option: ```json "externalDependencies": [ "path/to/font/scion-workbench-icons.*" ] ``` Using `@angular-devkit/build-angular:browser`: ```scss @use '@scion/workbench' with ( $icon-font: ( directory: '^path/to/font' ) ); ```
- Loading branch information
1 parent
ad5eded
commit 23617e4
Showing
25 changed files
with
10,489 additions
and
12,199 deletions.
There are no files selected for viewing
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.