-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(Web Components): Updated Web Components to v0.13.1 (#39)
BREAKING CHANGE **Select**: the parameter of the change event is now called `selectedOption` BREAKING CHANGE **Select**: Use `Option` instead of `StandardListItem` for selection BREAKING CHANGE **Link**: Use design with `LinkDesign`, type with `LinkType` is deleted BREAKING CHANGE **Button**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted BREAKING CHANGE **ToggleButton**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted BREAKING CHANGE **Switch**: type is removed, use `graphical` BREAKING CHANGE **MessageStrip**: `hideIcon` and `hideCloseButton` are renamed to `noIcon` and `noCloseButton` BREAKING CHANGE **Popover**: `hideArrow` and `hideHeader` are renamed to `noArrow` and `noHeader` Please refer to the [UI5 Web Components Changelog](https://github.com/SAP/ui5-webcomponents/releases/tag/v0.13.1) as well. Closes #36
- Loading branch information
1 parent
9924231
commit e7f6164
Showing
68 changed files
with
678 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ git: | |
depth: false | ||
|
||
node_js: | ||
- '8' | ||
- '8.16.0' | ||
- '10' | ||
|
||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
202 changes: 101 additions & 101 deletions
202
packages/fiori3/__karma_snapshots__/AnalyticalTable.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# `MultiComboBox` | ||
|
||
#### `Basic Test (generated)` | ||
|
||
``` | ||
<ThemeProvider withToastContainer={false}> | ||
<ThemeProvider jss={{...}} theme={{...}}> | ||
<MultiComboBox value="" placeholder="" valueState="None"> | ||
<WithWebComponent theme={{...}} value="" placeholder="" valueState="None"> | ||
<ui5-multi-combobox value="" placeholder="" value-state="None" class="" /> | ||
</WithWebComponent> | ||
</MultiComboBox> | ||
</ThemeProvider> | ||
</ThemeProvider> | ||
``` | ||
|
Oops, something went wrong.