Commit 45bbc8c
authored
feat: update to [ui5-webcomponents 1.0.0-rc.8](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.8) (#623)
BREAKING CHANGE: Deleted `Notification` component, replaced by `NotificationListItem`
BREAKING CHANGE: Deleted `NotificationGroup` component, replaced by `NotificationGroupListItem`
BREAKING CHANGE: **ProgressIndicator** replaced by UI5 Web Component with new API
BREAKING CHANGE: **ShellBar**: `logo` is now accepting an `img` tag or the `Avatar` component. Passing a `string` with the URL to the image is not longer supported.
BREAKING CHANGE: **TabContainer** will no longer automatically select the first tab, if no tab is selected. If you relied on this behaviour, you should now explicitly set the selected property on the first tab.1 parent 3aec447 commit 45bbc8c
252 files changed
Lines changed: 3582 additions & 5708 deletions
File tree
- .github/workflows
- .storybook
- config
- docs
- packages
- base
- cra-template
- main
- scripts
- src
- components
- FilterBar
- __snapshots__
- MessageBox
- __snapshots__
- NotificationGroup
- __snapshots__
- Notification
- __snapshots__
- ObjectPage
- ProgressIndicator
- __snapshots__
- VariantManagement
- __snapshots__
- enums
- internal
- lib
- webComponents
- Avatar
- Badge
- BusyIndicator
- Button
- Calendar
- Card
- Carousel
- __snapshots__
- CheckBox
- ComboBoxItem
- ComboBox
- CustomListItem
- DatePicker
- __snapshots__
- DateRangePicker
- __snapshots__
- DateTimePicker
- Dialog
- DurationPicker
- __snapshots__
- FileUploader
- FlexibleColumnLayout
- __snapshots__
- GroupHeaderListItem
- Icon
- Input
- Label
- Link
- List
- MessageStrip
- MultiComboBoxItem
- MultiComboBox
- NotificationListGroupItem
- __snapshots__
- NotificationListItem
- __snapshots__
- NotificationOverflowAction
- Option
- Panel
- Popover
- ProductSwitchItem
- ProductSwitch
- ProgressIndicator
- __snapshots__
- RadioButton
- RatingIndicator
- __snapshots__
- ResponsivePopover
- SegmentedButton
- Select
- ShellBarItem
- ShellBar
- StandardListItem
- SuggestionItem
- __snapshots__
- Switch
- TabContainer
- TabSeparator
- TableCell
- TableColumn
- TableRow
- Table
- Tab
- TextArea
- TimePicker
- __snapshots__
- TimelineItem
- __snapshots__
- Timeline
- Title
- Toast
- ToggleButton
- Tokenizer
- Token
- TreeItem
- __snapshots__
- Tree
- __snapshots__
- UploadCollectionItem
- UploadCollection
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
0 commit comments