-
Notifications
You must be signed in to change notification settings - Fork 106
chore(base): remove deprecated components #508
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
Conversation
BREAKING CHANGE: remove deprecated `Event` BREAKING CHANGE: remove deprecated `font72` (comes with UI5 Web Components) BREAKING CHANGE: remove deprecated `HSLColor` BREAKING CHANGE: remove deprecated `Optional` (use JS optional-chaining instead) BREAKING CHANGE: remove deprecated `Scroller` library BREAKING CHANGE: remove deprecated `sap_fiori_3` theming parameters, use `ThemingParameters` instead BREAKING CHANGE: remove polyfill of old event API BREAKING CHANGE: remove deprecated `Event`
|
Size Change: -15.3 kB (8%) ✅ Total Size: 175 kB
ℹ️ View Unchanged
|
Lukas742
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
In
packages/main/src/internal/withWebComponent.tsxtheRefForwardingComponenttype has been removed. Please refactor the return expression accordingly. (line 134) -
Since it seems to be no longer in use, can the folder
packages/base/src/interfacesbe removed?
BREAKING CHANGE: remove deprecated
EventBREAKING CHANGE: remove deprecated
font72(comes with UI5 Web Components)BREAKING CHANGE: remove deprecated
HSLColorBREAKING CHANGE: remove deprecated
Optional(use JS optional-chaining instead)BREAKING CHANGE: remove deprecated
ScrollerlibraryBREAKING CHANGE: remove deprecated
sap_fiori_3theming parameters, useThemingParametersinsteadBREAKING CHANGE: remove polyfill of old event API