@ui5/webcomponents-base 0.0.0-41ab6cd28 → 0.0.0-4237771ff

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/CHANGELOG.md +394 -0
  2. package/README.md +2 -1
  3. package/dist/.tsbuildinfo +1 -0
  4. package/dist/AssetRegistry.d.ts +2 -2
  5. package/dist/AssetRegistry.js +2 -2
  6. package/dist/AssetRegistry.js.map +1 -1
  7. package/dist/Boot.js +1 -1
  8. package/dist/Boot.js.map +1 -1
  9. package/dist/CustomElementsScope.d.ts +4 -4
  10. package/dist/CustomElementsScope.js +2 -2
  11. package/dist/CustomElementsScope.js.map +1 -1
  12. package/dist/CustomElementsScopeUtils.d.ts +8 -1
  13. package/dist/CustomElementsScopeUtils.js +13 -1
  14. package/dist/CustomElementsScopeUtils.js.map +1 -1
  15. package/dist/Device.d.ts +2 -1
  16. package/dist/Device.js +10 -1
  17. package/dist/Device.js.map +1 -1
  18. package/dist/FontFace.js +1 -1
  19. package/dist/FontFace.js.map +1 -1
  20. package/dist/InitialConfiguration.d.ts +2 -1
  21. package/dist/InitialConfiguration.js +7 -2
  22. package/dist/InitialConfiguration.js.map +1 -1
  23. package/dist/Keys.d.ts +5 -1
  24. package/dist/Keys.js +109 -106
  25. package/dist/Keys.js.map +1 -1
  26. package/dist/ManagedStyles.d.ts +5 -4
  27. package/dist/ManagedStyles.js +92 -23
  28. package/dist/ManagedStyles.js.map +1 -1
  29. package/dist/StaticAreaItem.d.ts +1 -0
  30. package/dist/StaticAreaItem.js +7 -7
  31. package/dist/StaticAreaItem.js.map +1 -1
  32. package/dist/UI5Element.d.ts +16 -2
  33. package/dist/UI5Element.js +31 -15
  34. package/dist/UI5Element.js.map +1 -1
  35. package/dist/UI5ElementMetadata.d.ts +1 -0
  36. package/dist/UI5ElementMetadata.js +2 -2
  37. package/dist/UI5ElementMetadata.js.map +1 -1
  38. package/dist/api.json +1 -1
  39. package/dist/asset-registries/Icons.d.ts +4 -3
  40. package/dist/asset-registries/Icons.js +28 -17
  41. package/dist/asset-registries/Icons.js.map +1 -1
  42. package/dist/asset-registries/Illustrations.d.ts +1 -0
  43. package/dist/asset-registries/Illustrations.js +57 -19
  44. package/dist/asset-registries/Illustrations.js.map +1 -1
  45. package/dist/asset-registries/Themes.d.ts +4 -3
  46. package/dist/asset-registries/Themes.js +26 -10
  47. package/dist/asset-registries/Themes.js.map +1 -1
  48. package/dist/asset-registries/i18n.js +2 -1
  49. package/dist/asset-registries/i18n.js.map +1 -1
  50. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.d.ts +1 -2
  51. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
  52. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -0
  53. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +20 -0
  54. package/dist/asset-registries/util/IconCollectionsByTheme.js +42 -0
  55. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -0
  56. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +13 -0
  57. package/dist/asset-registries/util/getIconCollectionByTheme.js +29 -0
  58. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -0
  59. package/dist/config/CalendarType.d.ts +8 -1
  60. package/dist/config/CalendarType.js +18 -2
  61. package/dist/config/CalendarType.js.map +1 -1
  62. package/dist/config/Icons.d.ts +2 -17
  63. package/dist/config/Icons.js +1 -60
  64. package/dist/config/Icons.js.map +1 -1
  65. package/dist/connectToComponent.d.ts +9 -0
  66. package/dist/connectToComponent.js +59 -0
  67. package/dist/connectToComponent.js.map +1 -0
  68. package/dist/css/FontFace.css +47 -17
  69. package/dist/delegate/ItemNavigation.d.ts +1 -0
  70. package/dist/delegate/ItemNavigation.js +4 -5
  71. package/dist/delegate/ItemNavigation.js.map +1 -1
  72. package/dist/delegate/ScrollEnablement.js +2 -2
  73. package/dist/delegate/ScrollEnablement.js.map +1 -1
  74. package/dist/features/OpenUI5Enablement.d.ts +1 -1
  75. package/dist/features/OpenUI5Support.d.ts +13 -3
  76. package/dist/features/OpenUI5Support.js +89 -33
  77. package/dist/features/OpenUI5Support.js.map +1 -1
  78. package/dist/generated/AssetParameters.d.ts +6 -0
  79. package/dist/generated/AssetParameters.js +3 -10
  80. package/dist/generated/AssetParameters.js.map +1 -0
  81. package/dist/generated/VersionInfo.d.ts +10 -0
  82. package/dist/generated/VersionInfo.js +9 -8
  83. package/dist/generated/VersionInfo.js.map +1 -0
  84. package/dist/generated/css/FontFace.css.js +1 -1
  85. package/dist/generated/css/FontFace.css.js.map +1 -1
  86. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +1 -1
  87. package/dist/i18nBundle.d.ts +1 -1
  88. package/dist/i18nBundle.js.map +1 -1
  89. package/dist/renderer/LitRenderer.d.ts +2 -2
  90. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +111 -96
  91. package/dist/theming/applyTheme.js +5 -5
  92. package/dist/theming/applyTheme.js.map +1 -1
  93. package/dist/types/CSSSize.d.ts +15 -0
  94. package/dist/types/CSSSize.js +18 -0
  95. package/dist/types/CSSSize.js.map +1 -0
  96. package/dist/types/InvisibleMessageMode.d.ts +5 -4
  97. package/dist/types/InvisibleMessageMode.js +4 -5
  98. package/dist/types/InvisibleMessageMode.js.map +1 -1
  99. package/dist/updateShadowRoot.js +2 -1
  100. package/dist/updateShadowRoot.js.map +1 -1
  101. package/dist/util/ColorConversion.js +200 -195
  102. package/dist/util/ColorConversion.js.map +1 -1
  103. package/dist/util/InvisibleMessage.d.ts +1 -1
  104. package/dist/util/InvisibleMessage.js.map +1 -1
  105. package/dist/util/PopupUtils.js +1 -1
  106. package/dist/util/PopupUtils.js.map +1 -1
  107. package/dist/util/getClassCopy.d.ts +47 -31
  108. package/dist/util/getParentElement.d.ts +2 -0
  109. package/dist/util/getParentElement.js +5 -0
  110. package/dist/util/getParentElement.js.map +1 -0
  111. package/dist/util/isElementContainingBlock.d.ts +2 -0
  112. package/dist/util/isElementContainingBlock.js +11 -0
  113. package/dist/util/isElementContainingBlock.js.map +1 -0
  114. package/index.js +3 -3
  115. package/lib/generate-asset-parameters/index.js +2 -2
  116. package/lib/generate-version-info/index.js +2 -2
  117. package/package-scripts.cjs +6 -7
  118. package/package.json +8 -5
  119. package/src/css/FontFace.css +47 -17
  120. package/tsconfig.json +3 -0
  121. package/dist/assets/Boot.34b7cea0.css +0 -1
  122. package/dist/assets/Boot.e98db706.js +0 -9
  123. package/dist/assets/bundle.esm.027ecc55.js +0 -50
  124. package/dist/assets-meta/IconCollectionsAlias.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,400 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.21.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.4...v1.21.0-rc.5) (2024-01-04)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-base
9
+
10
+
11
+
12
+
13
+
14
+ # [1.21.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.3...v1.21.0-rc.4) (2023-12-28)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-base
17
+
18
+
19
+
20
+
21
+
22
+ # [1.21.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.2...v1.21.0-rc.3) (2023-12-21)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-base
25
+
26
+
27
+
28
+
29
+
30
+ # [1.21.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.1...v1.21.0-rc.2) (2023-12-14)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **ui5-popover:** fix "containing block" issue on safari ([#7985](https://github.com/SAP/ui5-webcomponents/issues/7985)) ([4f5dd9b](https://github.com/SAP/ui5-webcomponents/commit/4f5dd9b39e3ea62a4a6156dbb4d94cf678a0cbfc)), closes [#7983](https://github.com/SAP/ui5-webcomponents/issues/7983)
36
+
37
+
38
+
39
+
40
+
41
+ # [1.21.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.0...v1.21.0-rc.1) (2023-12-08)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
47
+
48
+
49
+
50
+
51
+
52
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
53
+
54
+
55
+ ### Bug Fixes
56
+
57
+ * **base:** add local variant for language loading ([#7968](https://github.com/SAP/ui5-webcomponents/issues/7968)) ([440cf48](https://github.com/SAP/ui5-webcomponents/commit/440cf4876dcf54cda86074fdb4dfe5ab0a19d4c5))
58
+
59
+
60
+
61
+
62
+
63
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * **framework:** fix font72 for special characters ([#7949](https://github.com/SAP/ui5-webcomponents/issues/7949)) ([55665b0](https://github.com/SAP/ui5-webcomponents/commit/55665b0ac02cd9060de1368fb427bb338338c5aa)), closes [#7948](https://github.com/SAP/ui5-webcomponents/issues/7948)
69
+
70
+
71
+
72
+
73
+
74
+ # [1.20.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **framework:** enable `72Blackfull` font-family ([#7918](https://github.com/SAP/ui5-webcomponents/issues/7918)) ([214780f](https://github.com/SAP/ui5-webcomponents/commit/214780ffde6c99a395472e5714370788668ed71e)), closes [#7800](https://github.com/SAP/ui5-webcomponents/issues/7800)
80
+
81
+
82
+ ### Features
83
+
84
+ * cloned property to the slot decorator ([#7882](https://github.com/SAP/ui5-webcomponents/issues/7882)) ([2f3742b](https://github.com/SAP/ui5-webcomponents/commit/2f3742bae6a73796ccb0f59b48d35d0f794fba63)), closes [#7681](https://github.com/SAP/ui5-webcomponents/issues/7681)
85
+ * register custom theme properties ([#7750](https://github.com/SAP/ui5-webcomponents/issues/7750)) ([c6c04c6](https://github.com/SAP/ui5-webcomponents/commit/c6c04c609d82a7442bdf79ef5bba46a406859a27))
86
+
87
+
88
+
89
+
90
+
91
+ # [1.20.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.1...v1.20.0-rc.2) (2023-11-23)
92
+
93
+
94
+ ### Bug Fixes
95
+
96
+ * **framework:** redundant fonts loading ([#7868](https://github.com/SAP/ui5-webcomponents/issues/7868)) ([87535f1](https://github.com/SAP/ui5-webcomponents/commit/87535f1ba30b85d3c1c718451a89f0121e441338))
97
+ * openui5 support crashes with 1.121-snapshot ([#7872](https://github.com/SAP/ui5-webcomponents/issues/7872)) ([334ed68](https://github.com/SAP/ui5-webcomponents/commit/334ed6821433b0364ee65a2db2d3ab44cad0612d))
98
+
99
+
100
+
101
+
102
+
103
+ # [1.20.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.0...v1.20.0-rc.1) (2023-11-16)
104
+
105
+ **Note:** Version bump only for package @ui5/webcomponents-base
106
+
107
+
108
+
109
+
110
+
111
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
112
+
113
+
114
+ ### Bug Fixes
115
+
116
+ * **ItemNavigation:** more than 1 ItemNavigation per component allowed ([#7798](https://github.com/SAP/ui5-webcomponents/issues/7798)) ([b1019af](https://github.com/SAP/ui5-webcomponents/commit/b1019aff6c4aced61458c1b718ffe0a3a7802ae2))
117
+
118
+
119
+ ### Features
120
+
121
+ * **ui5-side-navigation:** added href and target properties ([#7682](https://github.com/SAP/ui5-webcomponents/issues/7682)) ([7530f00](https://github.com/SAP/ui5-webcomponents/commit/7530f00b589d0b95dcbee49f6ed980e9d36ba58b))
122
+
123
+
124
+
125
+
126
+
127
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
128
+
129
+ **Note:** Version bump only for package @ui5/webcomponents-base
130
+
131
+
132
+
133
+
134
+
135
+ # [1.19.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.2...v1.19.0-rc.3) (2023-11-02)
136
+
137
+
138
+ ### Bug Fixes
139
+
140
+ * **framework:** use correct customElements registry ([#7760](https://github.com/SAP/ui5-webcomponents/issues/7760)) ([288f6d4](https://github.com/SAP/ui5-webcomponents/commit/288f6d4d6cee9dccf1c64fa12b3ead2920c6c08a))
141
+
142
+
143
+ ### Features
144
+
145
+ * **framework:** switch default theme from Quartz Light to Morning Ho… ([#7749](https://github.com/SAP/ui5-webcomponents/issues/7749)) ([10dadd7](https://github.com/SAP/ui5-webcomponents/commit/10dadd79e3a93daf29baaed3a5bcebd8c66a0940))
146
+
147
+
148
+
149
+
150
+
151
+ # [1.19.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.1...v1.19.0-rc.2) (2023-10-26)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * **ui5-color-picker:** fix hsl to rgb color conversion ([#7723](https://github.com/SAP/ui5-webcomponents/issues/7723)) ([4e95272](https://github.com/SAP/ui5-webcomponents/commit/4e9527225be27c957ea71f17a4cacb3bc065d6b7)), closes [#7660](https://github.com/SAP/ui5-webcomponents/issues/7660)
157
+
158
+
159
+
160
+
161
+
162
+ # [1.19.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.0...v1.19.0-rc.1) (2023-10-19)
163
+
164
+
165
+ ### Features
166
+
167
+ * do not override CSS Vars by newer runtimes ([#7703](https://github.com/SAP/ui5-webcomponents/issues/7703)) ([8379071](https://github.com/SAP/ui5-webcomponents/commit/8379071846f5f76b7f7257594269dc9e7e814478))
168
+
169
+
170
+
171
+
172
+
173
+ # [1.19.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.1-rc.0...v1.19.0-rc.0) (2023-10-12)
174
+
175
+ **Note:** Version bump only for package @ui5/webcomponents-base
176
+
177
+
178
+
179
+
180
+
181
+ ## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
182
+
183
+
184
+ ### Bug Fixes
185
+
186
+ * **framework:** stop bubbling of camel case events ([#7658](https://github.com/SAP/ui5-webcomponents/issues/7658)) ([6ce57f7](https://github.com/SAP/ui5-webcomponents/commit/6ce57f75684620021319edebb2d1f81f17ef2e57))
187
+
188
+
189
+
190
+
191
+
192
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
193
+
194
+ **Note:** Version bump only for package @ui5/webcomponents-base
195
+
196
+
197
+
198
+
199
+
200
+ # [1.18.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.1...v1.18.0-rc.2) (2023-09-28)
201
+
202
+ **Note:** Version bump only for package @ui5/webcomponents-base
203
+
204
+
205
+
206
+
207
+
208
+ # [1.18.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21)
209
+
210
+
211
+ ### Features
212
+
213
+ * add `secondaryCalendarType` global config ([#7547](https://github.com/SAP/ui5-webcomponents/issues/7547)) ([c9111a3](https://github.com/SAP/ui5-webcomponents/commit/c9111a38fc2a6cc54bb696dbdcec66100e304906))
214
+
215
+
216
+
217
+
218
+
219
+ # [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
220
+
221
+ **Note:** Version bump only for package @ui5/webcomponents-base
222
+
223
+
224
+
225
+
226
+
227
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
228
+
229
+
230
+ ### Bug Fixes
231
+
232
+ * fix import in base/index.js ([#7496](https://github.com/SAP/ui5-webcomponents/issues/7496)) ([b0b542a](https://github.com/SAP/ui5-webcomponents/commit/b0b542a33e4685267731536114ff5d5f12c13210)), closes [#7493](https://github.com/SAP/ui5-webcomponents/issues/7493)
233
+ * **framework:** fix OpenUI5Support usage in applyTheme ([#7485](https://github.com/SAP/ui5-webcomponents/issues/7485)) ([174f4b4](https://github.com/SAP/ui5-webcomponents/commit/174f4b462de254fd3eaab41a06d26c016c360d5d))
234
+
235
+
236
+ ### Features
237
+
238
+ * introduce SelectMenu(Option) components ([#7447](https://github.com/SAP/ui5-webcomponents/issues/7447)) ([b21db20](https://github.com/SAP/ui5-webcomponents/commit/b21db20cdedacd97de5d4372add6171f16f00316))
239
+
240
+
241
+
242
+
243
+
244
+ # [1.17.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.1...v1.17.0-rc.2) (2023-08-24)
245
+
246
+ **Note:** Version bump only for package @ui5/webcomponents-base
247
+
248
+
249
+
250
+
251
+
252
+ # [1.17.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.0...v1.17.0-rc.1) (2023-08-17)
253
+
254
+
255
+ ### Features
256
+
257
+ * **framework:** scope css variables per runtime and version ([#7449](https://github.com/SAP/ui5-webcomponents/issues/7449)) ([d3f6c2e](https://github.com/SAP/ui5-webcomponents/commit/d3f6c2efba9cfda389ea4d700a375f75b3e2996b))
258
+
259
+
260
+
261
+
262
+
263
+ # [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
264
+
265
+
266
+ ### Bug Fixes
267
+
268
+ * **ui5-illustrated-message:** support collection based illustration loading ([#7318](https://github.com/SAP/ui5-webcomponents/issues/7318)) ([6b52dbd](https://github.com/SAP/ui5-webcomponents/commit/6b52dbd157a3c8198e41c84157e3d9ae89e3386e))
269
+
270
+
271
+
272
+
273
+
274
+ # [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
275
+
276
+ **Note:** Version bump only for package @ui5/webcomponents-base
277
+
278
+
279
+
280
+
281
+
282
+ # [1.16.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.3...v1.16.0-rc.4) (2023-08-03)
283
+
284
+
285
+ ### Features
286
+
287
+ * **framework:** support theme dependent custom icon collections ([#7341](https://github.com/SAP/ui5-webcomponents/issues/7341)) ([33967dd](https://github.com/SAP/ui5-webcomponents/commit/33967dd12e31e17828986c7b40a5471c2936f0b7))
288
+
289
+
290
+
291
+
292
+
293
+ # [1.16.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.2...v1.16.0-rc.3) (2023-07-27)
294
+
295
+ **Note:** Version bump only for package @ui5/webcomponents-base
296
+
297
+
298
+
299
+
300
+
301
+ # [1.16.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.1...v1.16.0-rc.2) (2023-07-20)
302
+
303
+
304
+ ### Bug Fixes
305
+
306
+ * **framework:** fix I18Bundle#getText params TypeScript types ([#7310](https://github.com/SAP/ui5-webcomponents/issues/7310)) ([2f88dc8](https://github.com/SAP/ui5-webcomponents/commit/2f88dc814dd393748a7482c7f6566d244368c970)), closes [#7300](https://github.com/SAP/ui5-webcomponents/issues/7300)
307
+ * **ui5:** change "focus-visible" pseudo selector to "focus" ([#7338](https://github.com/SAP/ui5-webcomponents/issues/7338)) ([37505c3](https://github.com/SAP/ui5-webcomponents/commit/37505c3f4e5dfe1c23fba7b5ee675312752f7ef5))
308
+
309
+
310
+
311
+
312
+
313
+ # [1.16.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.0...v1.16.0-rc.1) (2023-07-13)
314
+
315
+
316
+ ### Bug Fixes
317
+
318
+ * **framework:** missing 72-Semibold font ([#7298](https://github.com/SAP/ui5-webcomponents/issues/7298)) ([9547d1c](https://github.com/SAP/ui5-webcomponents/commit/9547d1cf75edce8739c3dc54a1f64b2f44d7c18c))
319
+
320
+
321
+
322
+
323
+
324
+ # [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
325
+
326
+ **Note:** Version bump only for package @ui5/webcomponents-base
327
+
328
+
329
+
330
+
331
+
332
+ # [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
333
+
334
+
335
+ ### Bug Fixes
336
+
337
+ * **framework:** fix OpenUI5Support feature usage ([#7265](https://github.com/SAP/ui5-webcomponents/issues/7265)) ([109b6ee](https://github.com/SAP/ui5-webcomponents/commit/109b6eecb3b56f07c085ed59442c2a73f31644a8)), closes [#7175](https://github.com/SAP/ui5-webcomponents/issues/7175)
338
+
339
+
340
+
341
+
342
+
343
+ # [1.15.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.1...v1.15.0-rc.2) (2023-06-22)
344
+
345
+
346
+ ### Bug Fixes
347
+
348
+ * **framework:** support older OpenUI5 getThemeRoot API ([#7202](https://github.com/SAP/ui5-webcomponents/issues/7202)) ([54e615c](https://github.com/SAP/ui5-webcomponents/commit/54e615cffc047b8e1e72861a5be7d50bfcc2d6bf)), closes [#7199](https://github.com/SAP/ui5-webcomponents/issues/7199)
349
+
350
+
351
+
352
+
353
+
354
+ # [1.15.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.0...v1.15.0-rc.1) (2023-06-15)
355
+
356
+
357
+ ### Bug Fixes
358
+
359
+ * **framework:** prioritize external fonts over locally installed ([#7184](https://github.com/SAP/ui5-webcomponents/issues/7184)) ([c527c70](https://github.com/SAP/ui5-webcomponents/commit/c527c70e47be84b663b6c40107737c25f91c9034)), closes [/github.com/SAP/openui5/blob/master/src/themelib_sap_horizon/src/sap/ui/core/themes/sap_horizon/shared.less#L259](https://github.com//github.com/SAP/openui5/blob/master/src/themelib_sap_horizon/src/sap/ui/core/themes/sap_horizon/shared.less/issues/L259) [#7177](https://github.com/SAP/ui5-webcomponents/issues/7177)
360
+ * **ui5-static-area-item:** element additional properties ([#7166](https://github.com/SAP/ui5-webcomponents/issues/7166)) ([361ff95](https://github.com/SAP/ui5-webcomponents/commit/361ff9537dd6ed887e61d8fe2927e3eee0c952f8))
361
+
362
+
363
+ ### Features
364
+
365
+ * **ui5-time-picker:** Redesign the Time Picker component according to the new design ([#6818](https://github.com/SAP/ui5-webcomponents/issues/6818)) ([1d910cf](https://github.com/SAP/ui5-webcomponents/commit/1d910cf47290fcd9986b0b9ced45c9c06e29d657))
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+ # [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
377
+
378
+ **Note:** Version bump only for package @ui5/webcomponents-base
379
+
380
+
381
+
382
+
383
+
384
+ # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
385
+
386
+ **Note:** Version bump only for package @ui5/webcomponents-base
387
+
388
+
389
+
390
+
391
+
392
+ # [1.14.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2023-06-01)
393
+
394
+ **Note:** Version bump only for package @ui5/webcomponents-base
395
+
396
+
397
+
398
+
399
+
6
400
  # [1.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2023-05-25)
7
401
 
8
402
 
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png)
2
2
 
3
+
3
4
  # UI5 Web Components - Base
4
5
 
5
6
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
@@ -65,7 +66,7 @@ Contains the base files for all Web Components, most notably `@ui5/webcomponents
65
66
  - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
66
67
 
67
68
  ## Support
68
- We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
69
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
69
70
 
70
71
  ## Contribute
71
72
  Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).