Skip to content

Commit 3e7dacc

Browse files
committed
Merge branch 'master' into rangeslider-focus-keyboard-handling
2 parents 3c5a249 + d9e3b0e commit 3e7dacc

File tree

163 files changed

+3234
-1467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+3234
-1467
lines changed

CHANGELOG.md

+87
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,93 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.11](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2020-12-21)
7+
8+
### New components
9+
* **ui5-avatar-group:** introduce new component ([#2524](https://github.com/SAP/ui5-webcomponents/issues/2524)) ([ae926ee](https://github.com/SAP/ui5-webcomponents/commit/ae926ee)), closes [#2409](https://github.com/SAP/ui5-webcomponents/issues/2409)
10+
* **ui5-bar:** introduce new component ([#2533](https://github.com/SAP/ui5-webcomponents/issues/2533)) ([5c601cd](https://github.com/SAP/ui5-webcomponents/commit/5c601cd)), closes [#2434](https://github.com/SAP/ui5-webcomponents/issues/2434)
11+
* **ui5-calendar:** introduce new component. ([#2424](https://github.com/SAP/ui5-webcomponents/issues/2424)) ([5470e23](https://github.com/SAP/ui5-webcomponents/commit/5470e23)), closes [#1730](https://github.com/SAP/ui5-webcomponents/issues/1730)
12+
* **ui5-slider:** introduce new component ([#2349](https://github.com/SAP/ui5-webcomponents/issues/2349)) ([2b9008c](https://github.com/SAP/ui5-webcomponents/commit/2b9008c))
13+
* **ui5-range-slider:** introduce new component ([#2310](https://github.com/SAP/ui5-webcomponents/issues/2310)) ([9dea3b3](https://github.com/SAP/ui5-webcomponents/commit/9dea3b3))
14+
15+
### Bug Fixes
16+
17+
* **ui5-avatar:** fix XS size ([#2582](https://github.com/SAP/ui5-webcomponents/issues/2582)) ([9661ab8](https://github.com/SAP/ui5-webcomponents/commit/9661ab8))
18+
* **ui5-badge:** enable letter spacing overwrite ([#2493](https://github.com/SAP/ui5-webcomponents/issues/2493)) ([cca0d5d](https://github.com/SAP/ui5-webcomponents/commit/cca0d5d)), closes [#2451](https://github.com/SAP/ui5-webcomponents/issues/2451)
19+
* **ui5-badge:** fix RTL appearance ([#2569](https://github.com/SAP/ui5-webcomponents/issues/2569)) ([5f6d8fc](https://github.com/SAP/ui5-webcomponents/commit/5f6d8fc))
20+
* **ui5-button:** hide icon tooltip ([#2566](https://github.com/SAP/ui5-webcomponents/issues/2566)) ([1b07955](https://github.com/SAP/ui5-webcomponents/commit/1b07955))
21+
* **ui5-calendar:** keyboard navigation in the picker grid now works properly ([#2532](https://github.com/SAP/ui5-webcomponents/issues/2532)) ([371d12d](https://github.com/SAP/ui5-webcomponents/commit/371d12d))
22+
* **ui5-card:** correct aria-labelledBy to card and header ([#2577](https://github.com/SAP/ui5-webcomponents/issues/2577)) ([2647941](https://github.com/SAP/ui5-webcomponents/commit/2647941)), closes [#2426](https://github.com/SAP/ui5-webcomponents/issues/2426)
23+
* **ui5-carousel:** add all visible items to tab chain ([#2530](https://github.com/SAP/ui5-webcomponents/issues/2530)) ([37ee83f](https://github.com/SAP/ui5-webcomponents/commit/37ee83f)), closes [#1996](https://github.com/SAP/ui5-webcomponents/issues/1996)
24+
* **ui5-date-picker:** fixing the min and max date in timezones half hour difference ([#2544](https://github.com/SAP/ui5-webcomponents/issues/2544)) ([766bcc0](https://github.com/SAP/ui5-webcomponents/commit/766bcc0)), closes [#2542](https://github.com/SAP/ui5-webcomponents/issues/2542)
25+
* **ui5-datepicker:** keyboard navigation works properly ([#2549](https://github.com/SAP/ui5-webcomponents/issues/2549)) ([66cd1d7](https://github.com/SAP/ui5-webcomponents/commit/66cd1d7))
26+
* **ui5-daterange-picker:** all tests are now enabled ([#2506](https://github.com/SAP/ui5-webcomponents/issues/2506)) ([33442e9](https://github.com/SAP/ui5-webcomponents/commit/33442e9)), closes [#2475](https://github.com/SAP/ui5-webcomponents/issues/2475)
27+
* **ui5-daterange-picker:** fix RenderScheduler import ([#2476](https://github.com/SAP/ui5-webcomponents/issues/2476)) ([13ff13e](https://github.com/SAP/ui5-webcomponents/commit/13ff13e))
28+
* **ui5-dialog:** apply initial focus after rendering ([#2551](https://github.com/SAP/ui5-webcomponents/issues/2551)) ([dba0265](https://github.com/SAP/ui5-webcomponents/commit/dba0265)), closes [#2537](https://github.com/SAP/ui5-webcomponents/issues/2537)
29+
* **ui5-input:** aria-required attribute removed ([#2552](https://github.com/SAP/ui5-webcomponents/issues/2552)) ([7456ab5](https://github.com/SAP/ui5-webcomponents/commit/7456ab5))
30+
* **ui5-input:** don't render aria-describedby if not neccessary ([#2512](https://github.com/SAP/ui5-webcomponents/issues/2512)) ([e7dd012](https://github.com/SAP/ui5-webcomponents/commit/e7dd012))
31+
* **ui5-li-custom:** prevent firing of events ([#2462](https://github.com/SAP/ui5-webcomponents/issues/2462)) ([3f66c06](https://github.com/SAP/ui5-webcomponents/commit/3f66c06))
32+
* **ui5-list:** remove focus trap for empty list ([#2411](https://github.com/SAP/ui5-webcomponents/issues/2411)) ([5f8e0e2](https://github.com/SAP/ui5-webcomponents/commit/5f8e0e2))
33+
* **ui5-popover:** correct arrow position on RTL ([#2488](https://github.com/SAP/ui5-webcomponents/issues/2488)) ([3b81ad8](https://github.com/SAP/ui5-webcomponents/commit/3b81ad8)), closes [#2387](https://github.com/SAP/ui5-webcomponents/issues/2387)
34+
* **ui5-select:** remove aria-roledescription ([#2463](https://github.com/SAP/ui5-webcomponents/issues/2463)) ([973a80d](https://github.com/SAP/ui5-webcomponents/commit/973a80d)), closes [#2358](https://github.com/SAP/ui5-webcomponents/issues/2358)
35+
* **ui5-shellbar:** fix overlapping of the search box over icons ([#2155](https://github.com/SAP/ui5-webcomponents/issues/2155)) ([3597902](https://github.com/SAP/ui5-webcomponents/commit/3597902)), closes [#2044](https://github.com/SAP/ui5-webcomponents/issues/2044)
36+
* **ui5-slider:** fix input event and tickmarks display ([#2508](https://github.com/SAP/ui5-webcomponents/issues/2508)) ([0cbc0bd](https://github.com/SAP/ui5-webcomponents/commit/0cbc0bd))
37+
* **ui5-table:** improve accessibility ([#2534](https://github.com/SAP/ui5-webcomponents/issues/2534)) ([e06d6f3](https://github.com/SAP/ui5-webcomponents/commit/e06d6f3))
38+
* **ui5-textarea:** announce required textarea ([#2385](https://github.com/SAP/ui5-webcomponents/issues/2385)) ([c2baf6b](https://github.com/SAP/ui5-webcomponents/commit/c2baf6b))
39+
* **ui5-tree:** make the height of tree adjustable ([#2546](https://github.com/SAP/ui5-webcomponents/issues/2546)) ([1fc3180](https://github.com/SAP/ui5-webcomponents/commit/1fc3180)), closes [#2545](https://github.com/SAP/ui5-webcomponents/issues/2545)
40+
* **ui5-upload-collection:** fire drop only when files are dropped within dnd overlay ([#2527](https://github.com/SAP/ui5-webcomponents/issues/2527)) ([455f614](https://github.com/SAP/ui5-webcomponents/commit/455f614))
41+
* **ui5-wizard:** correct phone breakpoint size ([#2596](https://github.com/SAP/ui5-webcomponents/issues/2596)) ([c98d9ba](https://github.com/SAP/ui5-webcomponents/commit/c98d9ba))
42+
* **ui5-wizard:** fix styling issues ([#2547](https://github.com/SAP/ui5-webcomponents/issues/2547)) ([65cb42f](https://github.com/SAP/ui5-webcomponents/commit/65cb42f)), closes [#2523](https://github.com/SAP/ui5-webcomponents/issues/2523)
43+
* build error on MacOS 11 from rollup-plugin-terser ([#2515](https://github.com/SAP/ui5-webcomponents/issues/2515)) ([0629fac](https://github.com/SAP/ui5-webcomponents/commit/0629fac))
44+
45+
46+
### Features
47+
48+
* **framework:** Change child-parent invalidation API ([#2541](https://github.com/SAP/ui5-webcomponents/issues/2541)) ([a1a3f80](https://github.com/SAP/ui5-webcomponents/commit/a1a3f80))
49+
* **ui5-button:** support title attribute ([#2492](https://github.com/SAP/ui5-webcomponents/issues/2492)) ([7ae9253](https://github.com/SAP/ui5-webcomponents/commit/7ae9253))
50+
* **ui5-combobox:** аdd two-column layout support ([#2503](https://github.com/SAP/ui5-webcomponents/issues/2503)) ([679362d](https://github.com/SAP/ui5-webcomponents/commit/679362d)), closes [#2450](https://github.com/SAP/ui5-webcomponents/issues/2450)
51+
* **ui5-date-picker:** component is now aligned with the specification ([#2304](https://github.com/SAP/ui5-webcomponents/issues/2304)) ([30d9d2b](https://github.com/SAP/ui5-webcomponents/commit/30d9d2b)), closes [#2151](https://github.com/SAP/ui5-webcomponents/issues/2151)
52+
* **ui5-flexible-column-layout:** add start/mid/endColumnAccessibleName properties ([#2483](https://github.com/SAP/ui5-webcomponents/issues/2483)) ([fb0b24c](https://github.com/SAP/ui5-webcomponents/commit/fb0b24c))
53+
* **ui5-mcb:** introduces filter property ([#2088](https://github.com/SAP/ui5-webcomponents/issues/2088)) ([03cae4b](https://github.com/SAP/ui5-webcomponents/commit/03cae4b))
54+
* **ui5-mcb-item:** implement stable-dom-ref property ([#2418](https://github.com/SAP/ui5-webcomponents/issues/2418)) ([6e4a156](https://github.com/SAP/ui5-webcomponents/commit/6e4a156))
55+
* **ui5-option:** provide stableDomRef ([#2366](https://github.com/SAP/ui5-webcomponents/issues/2366)) ([50304f5](https://github.com/SAP/ui5-webcomponents/commit/50304f5)), closes [#1718](https://github.com/SAP/ui5-webcomponents/issues/1718)
56+
* **ui5-popover:** implement hide-block-layer property ([#2413](https://github.com/SAP/ui5-webcomponents/issues/2413)) ([3b2d6de](https://github.com/SAP/ui5-webcomponents/commit/3b2d6de))
57+
* **ui5-side-navigation:** add "header" slot ([#2520](https://github.com/SAP/ui5-webcomponents/issues/2520)) ([b5c4a92](https://github.com/SAP/ui5-webcomponents/commit/b5c4a92)), closes [#2518](https://github.com/SAP/ui5-webcomponents/issues/2518)
58+
* **ui5-side-navigation-item, ui5-side-navigation-sub-item:** introduce click event ([#2298](https://github.com/SAP/ui5-webcomponents/issues/2298)) ([d73ce38](https://github.com/SAP/ui5-webcomponents/commit/d73ce38))
59+
* **ui5-table:** add "loadMore" capability ([#2589](https://github.com/SAP/ui5-webcomponents/issues/2589)) ([2e5d5cd](https://github.com/SAP/ui5-webcomponents/commit/2e5d5cd))
60+
61+
62+
### BREAKING CHANGE
63+
64+
* **ui5-flexible-column-layout:** introduce accessibilityTexts property ([#2571](https://github.com/SAP/ui5-webcomponents/issues/2571)) ([a634532](https://github.com/SAP/ui5-webcomponents/commit/a634532))
65+
66+
The startColumnAccessibleName, midColumnAccessibleName and endColumnAccessibleName properties have been removed. Use the new accessibilityTexts property to provide these (as keys to the object).
67+
68+
* **ui5-timeline:** move ui5-timeline to fiori package ([#2498](https://github.com/SAP/ui5-webcomponents/issues/2498)) ([e0a32f4](https://github.com/SAP/ui5-webcomponents/commit/e0a32f4))
69+
70+
Timeline component has been moved to the "fiori" package.
71+
72+
If previously had:
73+
```js
74+
import Timeline from "@ui5/webcomponents/dist/Timeline.js";
75+
```
76+
you have to change it to:
77+
```js
78+
import Timeline from "@ui5/webcomponents-fiori/dist/Timeline.js";
79+
```
80+
81+
* **ui5-notification-action:** rename component ([#2580](https://github.com/SAP/ui5-webcomponents/issues/2580)) ([10a6b92](https://github.com/SAP/ui5-webcomponents/commit/10a6b92))
82+
83+
If you previously used `ui5-notification-overflow-action` and had the following import statement:
84+
```js
85+
import "@ui5/webcomponents-fiori/dist/NotificationOverflowAction.js";
86+
```
87+
now you have to use the `ui5-notification-action` tag and import the following module:
88+
```js
89+
import "@ui5/webcomponents-fiori/dist/NotificationAction.js";
90+
```
91+
92+
693
# [1.0.0-rc.10](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-11-12)
794

895
### BREAKING CHANGE

docs/Public Module Imports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For API documentation and samples, please check the [UI5 Web Components Playgrou
142142
| Product Switch Item | `ui5-product-switch-item` | `import "@ui5/webcomponents-fiori/dist/ProductSwitchItem.js";` |
143143
| Notification List Item | `ui5-li-notifcation` | `import "@ui5/webcomponents-fiori/dist/NotifcationListItem.js";` |
144144
| Notification Group List Item | `ui5-li-notification-group` | `import "@ui5/webcomponents-fiori/dist/NotifcationListGroupItem.js";` |
145-
| Notification Overflow Action | `ui5-notification-overflow-action` | `import "@ui5/webcomponents-fiori/dist/NotificationOverflowAction.js";`|
145+
| Notification Action | `ui5-notification-action` | `import "@ui5/webcomponents-fiori/dist/NotificationAction.js";` |
146146
| Timeline | `ui5-timeline` | `import "@ui5/webcomponents-fiori/dist/Timeline.js";` |
147147
| Timeline Item | `ui5-timeline-item` | comes with `ui5-timeline` |
148148
| Upload Collection | `ui5-upload-collection` | `import "@ui5/webcomponents-fiori/dist/UploadCollection.js";` |

docs/dev/Metadata.md

+96-7
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,101 @@ Defines the `slots` that will be provided by this UI5 Web Component.
109109

110110
Setting | Type | Default | Description
111111
--------|------|--------|-----------
112-
`type` | `HTMLElement` or `Node` | N/A | The type of the children that can go into that slot
112+
`type` * | `HTMLElement` or `Node` | N/A | The type of the children that can go into that slot
113113
`individualSlots` | `Boolean` | false | If set to `true`, each child will have its own slot, allowing you to arrange/wrap the children arbitrarily.
114-
`propertyName` | `String` | N/A | Allows to set the name of the property on the Web Component, where the children belonging to this slot will be stored.
115-
`listenFor` | `Object` | N/A | **Experimental, do not use.** If set, whenever the children, belonging to this slot have their properties changed, the Web Component will be invalidated.
116-
`invalidateParent` | `Boolean` | false | **Experimental, do not use.** Defines whether every invalidation of a UI5 Web Component in this slot should trigger an invalidation of the parent UI5 Web Component.
117-
The `type` setting is required.
114+
`propertyName` | `String` | N/A | Allows to set the name of the property on the Web Component, where the children belonging to this slot will be stored.
115+
`invalidateOnChildChange` ** | `Boolean` or `Object` | false | **Experimental, do not use.** Defines whether every invalidation of a UI5 Web Component in this slot should trigger an invalidation of the parent UI5 Web Component.
116+
117+
`*` The `type` setting is required.
118+
119+
`**`
120+
**Important:** `invalidateOnChildChange` is not meant to be used with standard DOM Elements and is not to be confused with `MutationObserver`-like functionality.
121+
It rather targets the use case of components that slot abstract items (`UI5Element` instances without a template) and require to be invalidated in turn whenever these items are invalidated.
122+
123+
The `invalidateOnChildChange` setting can be either a `Boolean` (`true` meaning invalidate the component on any change of a child in this slot) or an `Object` with `properties` and `slots` fields. They in turn can be either of
124+
type `Boolean` (`true` meaning invalidate on any property change or any slot change) or `Array` of strings indicating exactly which properties or slots lead to invalidation.
125+
126+
Examples:
127+
128+
- In the following example, since `invalidateOnChildChange` is not used (`false` by default), the component will be invalidated whenever children are added/removed in the `tabs` slot,
129+
but not whenever a child in that slot changes.
130+
```json
131+
{
132+
managedSlots: true,
133+
slots: {
134+
"default": {
135+
"type": "HTMLElement",
136+
"propertyName": "tabs",
137+
}
138+
}
139+
}
140+
```
141+
142+
- Setting `invalidateOnChildChange` to `true` means: invalidate the component whenever a child in the `tabs` slot gets invalidated, regardless of the reason.
143+
```json
144+
{
145+
managedSlots: true,
146+
slots: {
147+
"default": {
148+
"type": "HTMLElement",
149+
"propertyName": "tabs",
150+
"invalidateOnChildChange": true
151+
}
152+
}
153+
}
154+
```
155+
156+
- The example below results in exactly the same behavior as the one above, but it uses the more explicit `Object` format:
157+
```json
158+
{
159+
managedSlots: true,
160+
slots: {
161+
"default": {
162+
"type": "HTMLElement",
163+
"propertyName": "tabs",
164+
"invalidateOnChildChange": {
165+
"properties": true,
166+
"slots": true
167+
}
168+
}
169+
}
170+
}
171+
```
172+
173+
- The following example uses the `Object` format again and means: invalidate the component whenever the children in this slot are invalidated due to property changes, but not due
174+
to slot changes. Here `"slots": false` is added for completeness (as `false` is the default value for both `properties` and `slots`)
175+
```json
176+
{
177+
managedSlots: true,
178+
slots: {
179+
"default": {
180+
"type": "HTMLElement",
181+
"propertyName": "tabs",
182+
"invalidateOnChildChange": {
183+
"properties": true,
184+
"slots": false
185+
}
186+
}
187+
}
188+
}
189+
```
190+
191+
- The final example shows the most complex format of `invalidateOnChildChange` which allows to define which slots or properties in the children inside that slot lead to invalidation of the component:
192+
```json
193+
{
194+
managedSlots: true,
195+
slots: {
196+
"default": {
197+
"type": "HTMLElement",
198+
"propertyName": "tabs",
199+
"invalidateOnChildChange": {
200+
"properties": ["text", "selected", "disabled"],
201+
"slots": ["default"]
202+
}
203+
}
204+
}
205+
}
206+
```
118207

119208
Notes:
120209
- Children without a `slot` attribute will be assigned to the `default` slot.
@@ -135,7 +224,7 @@ Notes:
135224

136225
Determines whether the framework should manage the slots of this UI5 Web Component.
137226

138-
This setting is useful for UI5 Web Components that dont' just slot children, but additionally base their own
227+
This setting is useful for UI5 Web Components that don't just slot children, but additionally base their own
139228
rendering on the presence/absence/type of children.
140229

141230
```json
@@ -145,7 +234,7 @@ rendering on the presence/absence/type of children.
145234
```
146235

147236
When `managedSlots` is set to `true`:
148-
- The framework will invalidate this UI5 Web Component, whenever its children are added/removed/changed.
237+
- The framework will invalidate this UI5 Web Component, whenever its children are added/removed/rearranged (and additionally when invalidated, if `invalidateOnChildChange` is set).
149238
- If any of this UI5 Web Component's children are custom elements, the framework will await until they are all
150239
defined and upgraded, before rendering the component for the first time.
151240
- The framework will create properties for each slot on this UI5 Web Component's instances for easier access

packages/base/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.11](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2020-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-dialog:** apply initial focus after rendering ([#2551](https://github.com/SAP/ui5-webcomponents/issues/2551)) ([dba0265](https://github.com/SAP/ui5-webcomponents/commit/dba0265)), closes [#2537](https://github.com/SAP/ui5-webcomponents/issues/2537)
12+
13+
14+
### Features
15+
16+
* **framework:** Change child-parent invalidation API ([#2541](https://github.com/SAP/ui5-webcomponents/issues/2541)) ([a1a3f80](https://github.com/SAP/ui5-webcomponents/commit/a1a3f80))
17+
* **ui5-calendar:** introduce new component. ([#2424](https://github.com/SAP/ui5-webcomponents/issues/2424)) ([5470e23](https://github.com/SAP/ui5-webcomponents/commit/5470e23)), closes [#1730](https://github.com/SAP/ui5-webcomponents/issues/1730)
18+
19+
20+
21+
22+
623
# [1.0.0-rc.10](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-11-12)
724

825

packages/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-base",
3-
"version": "0.26.0",
3+
"version": "0.28.0",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
3030
"url-search-params-polyfill": "^5.0.0"
3131
},
3232
"devDependencies": {
33-
"@ui5/webcomponents-tools": "1.0.0-rc.10",
33+
"@ui5/webcomponents-tools": "1.0.0-rc.11",
3434
"array-uniq": "^2.0.0",
3535
"chromedriver": "latest",
3636
"copy-and-watch": "^0.1.4",

packages/base/src/RenderScheduler.js

+3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ class RenderScheduler {
6363
queuePromise = new Promise(resolve => {
6464
window.requestAnimationFrame(() => {
6565
// Render all components in the queue
66+
67+
// console.log(`--------------------RENDER TASK START------------------------------`); // eslint-disable-line
6668
invalidatedWebComponents.process(component => component._render());
69+
// console.log(`--------------------RENDER TASK END------------------------------`); // eslint-disable-line
6770

6871
// Resolve the promise so that callers of renderDeferred can continue
6972
queuePromise = null;

0 commit comments

Comments
 (0)