@ui5/webcomponents-base 1.22.0-rc.0 → 1.22.0-rc.2

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 (32) hide show
  1. package/.eslintignore +1 -1
  2. package/CHANGELOG.md +19 -0
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/asset-registries/Illustrations.js +11 -19
  5. package/dist/asset-registries/Illustrations.js.map +1 -1
  6. package/dist/custom-elements-internal.json +2753 -0
  7. package/dist/custom-elements.json +214 -2850
  8. package/dist/decorators/event.d.ts +5 -2
  9. package/dist/decorators/event.js.map +1 -1
  10. package/dist/generated/VersionInfo.js +4 -4
  11. package/dist/generated/VersionInfo.js.map +1 -1
  12. package/dist/sap/base/Log.js +698 -188
  13. package/dist/sap/base/assert.js +28 -1
  14. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  15. package/dist/sap/base/security/URLListValidator.js +253 -6
  16. package/dist/sap/base/security/encodeCSS.js +34 -8
  17. package/dist/sap/base/security/encodeXML.js +47 -17
  18. package/dist/sap/base/security/sanitizeHTML.js +35 -13
  19. package/dist/sap/base/strings/toHex.js +27 -2
  20. package/dist/sap/base/util/now.js +24 -3
  21. package/dist/sap/base/util/uid.js +27 -0
  22. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  23. package/dist/util/detectNavigatorLanguage.d.ts +2 -2
  24. package/dist/util/detectNavigatorLanguage.js +2 -1
  25. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  26. package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
  27. package/dist/util/getDesigntimePropertyAsArray.js +2 -1
  28. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  29. package/package-scripts.cjs +5 -7
  30. package/package.json +4 -5
  31. package/tsconfig.json +1 -0
  32. package/used-modules.txt +4 -0
package/.eslintignore CHANGED
@@ -13,4 +13,4 @@ postcss.config.cjs
13
13
  package-scripts.cjs
14
14
  .eslintrc.cjs
15
15
  src/renderer/directives/style-map.js
16
- src/util/metaUrl.js
16
+ src/util/metaUrl.js
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.22.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.1...v1.22.0-rc.2) (2024-01-25)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-base
9
+
10
+
11
+
12
+
13
+
14
+ # [1.22.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.0...v1.22.0-rc.1) (2024-01-18)
15
+
16
+
17
+ ### Features
18
+
19
+ * **illustration:** use illustration name as default module export ([#8074](https://github.com/SAP/ui5-webcomponents/issues/8074)) ([a9c0705](https://github.com/SAP/ui5-webcomponents/commit/a9c07055d4e06e4d1f69b7a2a48b36eb77fae4aa))
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
7
26
 
8
27
  **Note:** Version bump only for package @ui5/webcomponents-base