Skip to content

Commit

Permalink
Release packages (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin authored Oct 17, 2024
1 parent dda23eb commit 1814cdc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-gorillas-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-dogs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-pillows-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-badgers-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-poems-buy.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-react",
"version": "3.15.3",
"version": "3.15.4",
"author": "Bentley Systems",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 1814cdc

Please sign in to comment.