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

chore: rename theme-base to theming #4133

Merged
merged 3 commits into from
Oct 20, 2021
Merged

chore: rename theme-base to theming #4133

merged 3 commits into from
Oct 20, 2021

Conversation

vladitasev
Copy link
Contributor

@vladitasev vladitasev commented Oct 20, 2021

The theme-base package has been renamed to theming to better indicate its purpose.

Changes:

  • @ui5/webcomponents-theming: new package
  • @ui5/webcomponents-theme-base: deprecated, removed from the yarn workspace, and will be deleted from the source code with the next public release.

Note: theme-base is still the package used in 1.0.0-rc.15, therefore it has not been removed from the main README.md file. However, with the next release, it will be removed from there as well.

BREAKING CHANGE: Third-party UI5 Web Components authors must change their dependencies and assets imports from "theme-base" to "theming" in their UI5 Web Components packages.

For example, if using yarn:

yarn remove @ui5/webcomponents-theme-base
yarn add @ui5/webcomponents-theming

And change:

import "@ui5/webcomponents-theme-base/dist/Assets.js"; // Theming

to

import "@ui5/webcomponents-theming/dist/Assets.js"; // Theming

@vladitasev vladitasev merged commit f00ab4b into master Oct 20, 2021
@vladitasev vladitasev deleted the rename-theme-base branch October 20, 2021 10:40
Todor-ads pushed a commit that referenced this pull request Oct 28, 2021
Todor-ads added a commit that referenced this pull request Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants