Skip to content

Commit

Permalink
Release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent c355680 commit 29ee8ca
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-apples-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-files-arrive-1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-bikes-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-islands-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-lamps-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-rockets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-shirts-smile.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.16.0

### Minor Changes

- [#2294](https://github.com/iTwin/iTwinUI/pull/2294): `ComboBox` with `multiple` enabled now offers a `clearFilterOnOptionToggle` prop to control whether the filter is cleared or not when an option is toggled. The default multi select `ComboBox` behavior is unchanged since the default prop value is `true`.
- 5d313a763b5b5996664a3af14c8270e40dc07b72: Added new `tileContainer` prop to `RadioTileGroup` to allow further customizing of inner DOM elements.

### Patch Changes

- [#2327](https://github.com/iTwin/iTwinUI/pull/2327): Fixed a `Tree` bug where the `size` prop was not respected when virtualization was enabled.
- [#2323](https://github.com/iTwin/iTwinUI/pull/2323): Ensured that the `useToaster` wrapper does not block clicks when used within other portal containers (e.g. from AppUI).
- [#2311](https://github.com/iTwin/iTwinUI/pull/2311): Updated the default value of `Dialog`'s `setFocus` prop to be based on the value of the `trapFocus` prop.
- [#2316](https://github.com/iTwin/iTwinUI/pull/2316): `TablePaginator`'s page buttons no longer get overlapped by neighboring paginator elements.
- [#2317](https://github.com/iTwin/iTwinUI/pull/2317): Fixed duplicate data returned from the `onSelect` prop passed into `Table`.

## 3.15.5

### 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.5",
"version": "3.16.0",
"author": "Bentley Systems",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 29ee8ca

Please sign in to comment.