Skip to content

refactor: removed deprecated items #179

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

Merged
merged 3 commits into from
Nov 17, 2022
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
9 changes: 9 additions & 0 deletions docs/migrationGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Especially the following aspects have changed through the various different rele

== DB UI Core 3.0.0 Migration Guide

=== Using SCSS/SASS sources

==== Compiler

We've removed the following files, that we already deprecated within the previous major version:
- `@db-ui/core/sources/css/enterprise/db-ui-core-include.scss`
- `@db-ui/core/sources/css/enterprise/db-ui-core-rollup.scss`
- `@db-ui/core/sources/css/enterprise/db-ui-core-webpack.scss`

=== progress

We've remove the deprecated previous HTML implementation of the label by an `output` element and replaced it by an actual `label` element. Necessary changes:
Expand Down
3 changes: 0 additions & 3 deletions source/css/enterprise/db-ui-core-include.scss

This file was deleted.

4 changes: 0 additions & 4 deletions source/css/enterprise/db-ui-core-rollup.scss

This file was deleted.

4 changes: 0 additions & 4 deletions source/css/enterprise/db-ui-core-webpack.scss

This file was deleted.