diff --git a/.changeset/cuddly-gorillas-type.md b/.changeset/cuddly-gorillas-type.md deleted file mode 100644 index 3bfa4f4912c..00000000000 --- a/.changeset/cuddly-gorillas-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Added warning log in browser when both `subRows` and `subComponent` are passed into `Table`. diff --git a/.changeset/flat-dogs-raise.md b/.changeset/flat-dogs-raise.md deleted file mode 100644 index 53455356a79..00000000000 --- a/.changeset/flat-dogs-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -More robust fix for an issue where nested `Popover`s were automatically closing due to faulty "outside click" detection. diff --git a/.changeset/fluffy-pillows-flow.md b/.changeset/fluffy-pillows-flow.md deleted file mode 100644 index 6d6cd77cc61..00000000000 --- a/.changeset/fluffy-pillows-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -`TablePaginator` shows ellipses only whenever needed. diff --git a/.changeset/nice-badgers-explain.md b/.changeset/nice-badgers-explain.md deleted file mode 100644 index 5df0655a733..00000000000 --- a/.changeset/nice-badgers-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -`ComboBox` with `multiple={true}` properly clears its input's value whenever the filter is cleared. e.g. when an option is toggled or the combobox is unfocused. diff --git a/.changeset/tidy-poems-buy.md b/.changeset/tidy-poems-buy.md deleted file mode 100644 index 17bfb538035..00000000000 --- a/.changeset/tidy-poems-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@itwin/itwinui-react': patch ---- - -Fixed arrow keys page navigation in `TablePaginator`. diff --git a/packages/itwinui-react/CHANGELOG.md b/packages/itwinui-react/CHANGELOG.md index 0cd4456cf63..870df417ac5 100644 --- a/packages/itwinui-react/CHANGELOG.md +++ b/packages/itwinui-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.15.4 + +### Patch Changes + +- [#2297](https://github.com/iTwin/iTwinUI/pull/2297): More robust fix for an issue where nested `Popover`s were automatically closing due to faulty "outside click" detection. +- [#2295](https://github.com/iTwin/iTwinUI/pull/2295): `ComboBox` with `multiple={true}` properly clears its input's value whenever the filter is cleared. e.g. when an option is toggled or the combobox is unfocused. +- [#2288](https://github.com/iTwin/iTwinUI/pull/2288): `Table` now displays development-only console warnings when both `subRows` and `subComponent` are simultaneously passed to it. +- [#2301](https://github.com/iTwin/iTwinUI/pull/2301): Fixed arrow keys page navigation in `TablePaginator`. +- [#2303](https://github.com/iTwin/iTwinUI/pull/2303): `TablePaginator` shows ellipses only whenever needed. + ## 3.15.3 ### Patch Changes diff --git a/packages/itwinui-react/package.json b/packages/itwinui-react/package.json index 8b15a14546c..eaf22d0f51b 100644 --- a/packages/itwinui-react/package.json +++ b/packages/itwinui-react/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-react", - "version": "3.15.3", + "version": "3.15.4", "author": "Bentley Systems", "license": "MIT", "type": "module",