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

feat(WebComponents): Update to v1.0.0-rc.5 #236

Merged
merged 3 commits into from
Dec 3, 2019

Conversation

MarcusNotheis
Copy link
Contributor

@MarcusNotheis MarcusNotheis commented Dec 3, 2019

BREAKING CHANGE: Icon import paths changed from @ui5/webcomponents/dist/icons/add.js to @ui5/webcomponents-icons/dist/icons/add.js.
BREAKING CHANGE: Icon: prop src was renamed to name
BREAKING CHANGE: Icon: the sap-icon:// prefix was removed
BREAKING CHANGE: ShellBar prop icon was renamed to startButton
BREAKING CHANGE: ShellBarItem: prop src was renamed to name
BREAKING CHANGE: Card: avatar prop now accepts a node instead of a string

Please also check the UI5 Web Components Release Notes

Closes #202

BREAKING CHANGE: Icon import paths changed from `@ui5/webcomponents/dist/icons/add.js` to `@ui5/webcomponents-icons/dist/icons/add.js`.
BREAKING CHANGE: **Icon**: prop `src` was renamed to `name`
BREAKING CHANGE: **Icon**: the `sap-icon://` prefix was removed
BREAKING CHANGE: **ShellBar** prop `icon` was renamed to `startButton`
BREAKING CHANGE: **ShellBarItem**: prop `src` was renamed to `name`
BREAKING CHANGE: **Card**: `avatar` prop now accepts a node instead of a string

Please also check the [UI5 Web Components Release Notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.5)
@MarcusNotheis MarcusNotheis requested a review from vbersch December 3, 2019 08:27
@netlify
Copy link

netlify bot commented Dec 3, 2019

Deploy preview for ui5-webcomponents-react ready!

Built with commit 9df3f8c

https://deploy-preview-236--ui5-webcomponents-react.netlify.com

@codecov-io
Copy link

codecov-io commented Dec 3, 2019

Codecov Report

Merging #236 into master will increase coverage by 0.04%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #236      +/-   ##
=========================================
+ Coverage   72.25%   72.3%   +0.04%     
=========================================
  Files         160     162       +2     
  Lines        3532    3538       +6     
  Branches      615     615              
=========================================
+ Hits         2552    2558       +6     
  Misses        756     756              
  Partials      224     224
Impacted Files Coverage Δ
...es/main/src/components/VariantManagement/index.tsx 56.41% <ø> (ø) ⬆️
...AnalyticalTable/ColumnHeader/ColumnHeaderModal.tsx 36.66% <ø> (ø) ⬆️
...ages/main/src/webComponents/ShellBarItem/index.tsx 100% <ø> (ø) ⬆️
...nalyticalTable/virtualization/VirtualTableBody.tsx 67.74% <ø> (ø) ⬆️
packages/main/src/webComponents/Card/index.tsx 100% <ø> (ø) ⬆️
packages/main/src/webComponents/ShellBar/index.tsx 100% <ø> (ø) ⬆️
...c/components/ObjectPage/ObjectPageAnchorButton.tsx 73.68% <ø> (ø) ⬆️
...ain/src/components/Carousel/CarouselPagination.tsx 86.95% <ø> (ø) ⬆️
packages/main/src/components/Page/index.tsx 77.41% <ø> (ø) ⬆️
...onents/AnalyticalTable/defaults/Column/Grouped.tsx 25% <0%> (ø) ⬆️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dce81ad...7a68a27. Read the comment docs.

@MarcusNotheis MarcusNotheis merged commit 1a2c9b4 into master Dec 3, 2019
@MarcusNotheis MarcusNotheis deleted the chore/update-web-components branch December 3, 2019 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TabContainer / Tab: It's not possible to use CSS height:100% inside a Tab
3 participants