diff --git a/CHANGELOG.md b/CHANGELOG.md index b6670f6d3823..c0fd99720e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + + +### Bug Fixes + +* **ui5-input:** enable preventDefault for input event ([#9946](https://github.com/SAP/ui5-webcomponents/issues/9946)) ([2d273b6](https://github.com/SAP/ui5-webcomponents/commit/2d273b69be405769dd974dbaf0f1fdf0599802d6)), closes [#9884](https://github.com/SAP/ui5-webcomponents/issues/9884) +* **ui5-input:** properly change numeric input value using the arrow keys ([#10018](https://github.com/SAP/ui5-webcomponents/issues/10018)) ([9acc0ae](https://github.com/SAP/ui5-webcomponents/commit/9acc0aeea0d2efe0b6f84d2059e50d4d259d98a7)), closes [#9616](https://github.com/SAP/ui5-webcomponents/issues/9616) +* **ui5-menu-li:** add font-size to the menu item text ([#9991](https://github.com/SAP/ui5-webcomponents/issues/9991)) ([f1221c7](https://github.com/SAP/ui5-webcomponents/commit/f1221c797ba625b3e1bbde090d83967b78a54979)), closes [#9986](https://github.com/SAP/ui5-webcomponents/issues/9986) +* **ui5-menu:** fix focus steal of ui5-wizard in mozilla ([#9845](https://github.com/SAP/ui5-webcomponents/issues/9845)) ([c0c90b2](https://github.com/SAP/ui5-webcomponents/commit/c0c90b2c9a1d3b2f92b1b8b73832430377499870)) +* **ui5-popup:** add role attribute to focus helper element ([#10044](https://github.com/SAP/ui5-webcomponents/issues/10044)) ([e8b1c2a](https://github.com/SAP/ui5-webcomponents/commit/e8b1c2a4a5a12cb7a46486772699476ff59205f1)), closes [#9982](https://github.com/SAP/ui5-webcomponents/issues/9982) +* **ui5-upload-collеction:** hide the upload icon when the height is too small ([#10050](https://github.com/SAP/ui5-webcomponents/issues/10050)) ([db3eae0](https://github.com/SAP/ui5-webcomponents/commit/db3eae02173b97270a6dd88af8d8ca5a185365e1)), closes [#9975](https://github.com/SAP/ui5-webcomponents/issues/9975) +* **ui5-wizard:** disabled steps are no longer clickable ([#9706](https://github.com/SAP/ui5-webcomponents/issues/9706)) ([8136497](https://github.com/SAP/ui5-webcomponents/commit/8136497b68dec6e656b54e7fa8ae9dc0ddea6163)), closes [#9571](https://github.com/SAP/ui5-webcomponents/issues/9571) + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 2478f2232232..a05bf92bab3b 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + + +### Bug Fixes + +* **ui5-input:** enable preventDefault for input event ([#9946](https://github.com/SAP/ui5-webcomponents/issues/9946)) ([2d273b6](https://github.com/SAP/ui5-webcomponents/commit/2d273b69be405769dd974dbaf0f1fdf0599802d6)), closes [#9884](https://github.com/SAP/ui5-webcomponents/issues/9884) + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) diff --git a/packages/create-package/CHANGELOG.md b/packages/create-package/CHANGELOG.md index a8febdf4c469..c8f1b37fb46b 100644 --- a/packages/create-package/CHANGELOG.md +++ b/packages/create-package/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/create-webcomponents-package + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/create-webcomponents-package diff --git a/packages/fiori/CHANGELOG.md b/packages/fiori/CHANGELOG.md index c7057d2e3b15..d146727a526e 100644 --- a/packages/fiori/CHANGELOG.md +++ b/packages/fiori/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + + +### Bug Fixes + +* **ui5-input:** enable preventDefault for input event ([#9946](https://github.com/SAP/ui5-webcomponents/issues/9946)) ([2d273b6](https://github.com/SAP/ui5-webcomponents/commit/2d273b69be405769dd974dbaf0f1fdf0599802d6)), closes [#9884](https://github.com/SAP/ui5-webcomponents/issues/9884) +* **ui5-upload-collеction:** hide the upload icon when the height is too small ([#10050](https://github.com/SAP/ui5-webcomponents/issues/10050)) ([db3eae0](https://github.com/SAP/ui5-webcomponents/commit/db3eae02173b97270a6dd88af8d8ca5a185365e1)), closes [#9975](https://github.com/SAP/ui5-webcomponents/issues/9975) +* **ui5-wizard:** disabled steps are no longer clickable ([#9706](https://github.com/SAP/ui5-webcomponents/issues/9706)) ([8136497](https://github.com/SAP/ui5-webcomponents/commit/8136497b68dec6e656b54e7fa8ae9dc0ddea6163)), closes [#9571](https://github.com/SAP/ui5-webcomponents/issues/9571) + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) diff --git a/packages/icons-business-suite/CHANGELOG.md b/packages/icons-business-suite/CHANGELOG.md index 4b7d094a1ebb..f0c0816d3537 100644 --- a/packages/icons-business-suite/CHANGELOG.md +++ b/packages/icons-business-suite/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-icons-business-suite + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-icons-business-suite diff --git a/packages/icons-tnt/CHANGELOG.md b/packages/icons-tnt/CHANGELOG.md index dc44489ea01c..bd580f96d02a 100644 --- a/packages/icons-tnt/CHANGELOG.md +++ b/packages/icons-tnt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-icons-tnt + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-icons-tnt diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 28efbe072ae7..82a5d0a99318 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-icons + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-icons diff --git a/packages/localization/CHANGELOG.md b/packages/localization/CHANGELOG.md index 5b7ce21817a6..624aa9c5cc37 100644 --- a/packages/localization/CHANGELOG.md +++ b/packages/localization/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + + +### Bug Fixes + +* **ui5-input:** enable preventDefault for input event ([#9946](https://github.com/SAP/ui5-webcomponents/issues/9946)) ([2d273b6](https://github.com/SAP/ui5-webcomponents/commit/2d273b69be405769dd974dbaf0f1fdf0599802d6)), closes [#9884](https://github.com/SAP/ui5-webcomponents/issues/9884) + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 631c9d354f1c..3bfd1bbe4a7a 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + + +### Bug Fixes + +* **ui5-input:** enable preventDefault for input event ([#9946](https://github.com/SAP/ui5-webcomponents/issues/9946)) ([2d273b6](https://github.com/SAP/ui5-webcomponents/commit/2d273b69be405769dd974dbaf0f1fdf0599802d6)), closes [#9884](https://github.com/SAP/ui5-webcomponents/issues/9884) +* **ui5-input:** properly change numeric input value using the arrow keys ([#10018](https://github.com/SAP/ui5-webcomponents/issues/10018)) ([9acc0ae](https://github.com/SAP/ui5-webcomponents/commit/9acc0aeea0d2efe0b6f84d2059e50d4d259d98a7)), closes [#9616](https://github.com/SAP/ui5-webcomponents/issues/9616) +* **ui5-menu-li:** add font-size to the menu item text ([#9991](https://github.com/SAP/ui5-webcomponents/issues/9991)) ([f1221c7](https://github.com/SAP/ui5-webcomponents/commit/f1221c797ba625b3e1bbde090d83967b78a54979)), closes [#9986](https://github.com/SAP/ui5-webcomponents/issues/9986) +* **ui5-menu:** fix focus steal of ui5-wizard in mozilla ([#9845](https://github.com/SAP/ui5-webcomponents/issues/9845)) ([c0c90b2](https://github.com/SAP/ui5-webcomponents/commit/c0c90b2c9a1d3b2f92b1b8b73832430377499870)) +* **ui5-popup:** add role attribute to focus helper element ([#10044](https://github.com/SAP/ui5-webcomponents/issues/10044)) ([e8b1c2a](https://github.com/SAP/ui5-webcomponents/commit/e8b1c2a4a5a12cb7a46486772699476ff59205f1)), closes [#9982](https://github.com/SAP/ui5-webcomponents/issues/9982) + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) diff --git a/packages/playground/CHANGELOG.md b/packages/playground/CHANGELOG.md index bb5f093a3db8..f955530ad29a 100644 --- a/packages/playground/CHANGELOG.md +++ b/packages/playground/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-playground + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-playground diff --git a/packages/theming/CHANGELOG.md b/packages/theming/CHANGELOG.md index 809bb5675e98..c7148687aa68 100644 --- a/packages/theming/CHANGELOG.md +++ b/packages/theming/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-theming + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-theming diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index b12257748b75..90bf8b3e9020 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-tools + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-tools diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 034314bb2039..f26e3975c257 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-28) + +**Note:** Version bump only for package @ui5/webcomponents-website + + + + + ## [1.24.11](https://github.com/SAP/ui5-webcomponents/compare/v1.24.10...v1.24.11) (2024-10-02) **Note:** Version bump only for package @ui5/webcomponents-website