@ui5/webcomponents-base 1.24.8 → 1.24.10

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.24.10](https://github.com/SAP/ui5-webcomponents/compare/v1.24.9...v1.24.10) (2024-09-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **f6 navigation:** work properly when multiple runtimes ([#9811](https://github.com/SAP/ui5-webcomponents/issues/9811)) ([e51deb6](https://github.com/SAP/ui5-webcomponents/commit/e51deb6d0f1c72cc9bbbfb47c9673b2842661d97)), closes [#9795](https://github.com/SAP/ui5-webcomponents/issues/9795)
12
+ * **ui5-*:** make ui5-content-native-scrollbar to take effect ([#9790](https://github.com/SAP/ui5-webcomponents/issues/9790)) ([f70cc11](https://github.com/SAP/ui5-webcomponents/commit/f70cc11f8424dfe22d5168dbb43c86309976f4ac)), closes [#9720](https://github.com/SAP/ui5-webcomponents/issues/9720) [#9695](https://github.com/SAP/ui5-webcomponents/issues/9695)
13
+
14
+
15
+
16
+
17
+
18
+ ## [1.24.9](https://github.com/SAP/ui5-webcomponents/compare/v1.24.8...v1.24.9) (2024-08-28)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **ui5-table:** fix border and focus overlap ([#9752](https://github.com/SAP/ui5-webcomponents/issues/9752)) ([f7085b5](https://github.com/SAP/ui5-webcomponents/commit/f7085b512e4b5f6bd0bda4b0defcb7ebebdc4ffc)), closes [#9526](https://github.com/SAP/ui5-webcomponents/issues/9526)
24
+
25
+
26
+
27
+
28
+
6
29
  ## [1.24.8](https://github.com/SAP/ui5-webcomponents/compare/v1.24.7...v1.24.8) (2024-08-02)
7
30
 
8
31
 
package/bundle.esm.js CHANGED
@@ -32,6 +32,7 @@ import { getAnimationMode } from "./dist/config/AnimationMode.js";
32
32
  import { getLanguage, setLanguage } from "./dist/config/Language.js";
33
33
  import { getCalendarType } from "./dist/config/CalendarType.js";
34
34
  import { getTheme, setTheme } from "./dist/config/Theme.js";
35
+ import { getEnableDefaultTooltips } from "./dist/config/Tooltips.js";
35
36
  import { getThemeRoot, setThemeRoot } from "./dist/config/ThemeRoot.js";
36
37
  import { getNoConflict, setNoConflict } from "./dist/config/NoConflict.js";
37
38
  import { getFirstDayOfWeek, getLegacyDateCalendarCustomizing } from "./dist/config/FormatSettings.js";
@@ -54,6 +55,7 @@ window["sap-ui-webcomponents-bundle"] = {
54
55
  getCalendarType,
55
56
  getFirstDayOfWeek,
56
57
  getLegacyDateCalendarCustomizing,
58
+ getEnableDefaultTooltips,
57
59
  },
58
60
  getCurrentRuntimeIndex,
59
61
  getIconNames,