You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The styles and the utils package are requiring each other, so we duplicate code inside at the moment. Moving forward we want to use the styles from the ui5-webcomponents, so there is no need to keep those packages separate.
--> Merge the styles and the utils package into a new package base.
ToDos:
Move Packages into new package base
Adjust Readme
Adjust npm release scripts
Deprecate styles and utils on npm
Delete old styles sap_belize, sap_belize_plus and sap_belize_hcb
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE `@ui5-webcomponents-react/styles` and `@ui5-webcomponents-react/utils` are replaced by ``@ui5-webcomponents-react/base`
BREAKING CHANGE Deleted Themes `sap_belize`, `sap_belize_plus` and `sap_belize_hcb`
BREAKING CHANGE Removed `createThemeMap` from base
BREAKING CHANGE Removed `getThemeClassFor` from base
BREAKING CHANGE Removed `getThemeOverwrite` from base
BREAKING CHANGE Deleted `Themes` from base
Closes#34
Uh oh!
There was an error while loading. Please reload this page.
The styles and the utils package are requiring each other, so we duplicate code inside at the moment. Moving forward we want to use the styles from the ui5-webcomponents, so there is no need to keep those packages separate.
--> Merge the
styles
and theutils
package into a new packagebase
.ToDos:
base
styles
andutils
on npmsap_belize
,sap_belize_plus
andsap_belize_hcb
The text was updated successfully, but these errors were encountered: