@ui5/webcomponents-fiori 2.23.0 → 2.23.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
+ ## [2.23.2](https://github.com/UI5/webcomponents/compare/v2.23.1...v2.23.2) (2026-06-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ui5-search:** keep popup open on item click when search event is prevented ([#13757](https://github.com/UI5/webcomponents/issues/13757)) ([32f551b](https://github.com/UI5/webcomponents/commit/32f551b5375978c878f757fa9d54eef2a5b2ede6)), closes [#13750](https://github.com/UI5/webcomponents/issues/13750)
12
+ * **ui5-shellbar-branding:** space key now triggers click event ([#13748](https://github.com/UI5/webcomponents/issues/13748)) ([17b6d45](https://github.com/UI5/webcomponents/commit/17b6d4548866360ed5e930e704219a0a65f716b1))
13
+ * **ui5-shellbar-item:** fire click event when item is clicked in overflow popover ([#13747](https://github.com/UI5/webcomponents/issues/13747)) ([703bb33](https://github.com/UI5/webcomponents/commit/703bb33fbf7b98cc09901b756f72bbd49b9067ad))
14
+ * **ui5-shellbar-search:** fix closing popup on tapping magnifier icon in mobile ([#13746](https://github.com/UI5/webcomponents/issues/13746)) ([182b9c3](https://github.com/UI5/webcomponents/commit/182b9c325a9813d0cb7e95a3702a9ea9e5e6dec3))
15
+ * **ui5-shellbar:** ignore non-ShellBarItem children in overflow calculation ([#13744](https://github.com/UI5/webcomponents/issues/13744)) ([5898503](https://github.com/UI5/webcomponents/commit/5898503b03e68b6ebb83dd3fbc24f18b9d93f20f))
16
+ * **ui5-shellbar:** return overflow button from notificationsDomRef wh… ([#13753](https://github.com/UI5/webcomponents/issues/13753)) ([bc210b2](https://github.com/UI5/webcomponents/commit/bc210b29f6e61bfe3292bde97db2b29975928077)), closes [#13752](https://github.com/UI5/webcomponents/issues/13752)
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.23.1](https://github.com/UI5/webcomponents/compare/v2.23.0...v2.23.1) (2026-06-11)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-fiori
25
+
26
+
27
+
28
+
29
+
6
30
  # [2.23.0](https://github.com/UI5/webcomponents/compare/v2.23.0-rc.2...v2.23.0) (2026-06-05)
7
31
 
8
32