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 Oct 29, 2024
1 parent f4cb894 commit 276bcd7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
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/tough-shirts-smile.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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

- [#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.

## 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 276bcd7

Please sign in to comment.