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 15, 2024
1 parent 63d8605 commit b64b253
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 56 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/short-papayas-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-apes-visit.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.

5 changes: 0 additions & 5 deletions .changeset/twenty-gorillas-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-ears-scream.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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.
- [#2339](https://github.com/iTwin/iTwinUI/pull/2339): Improved the accessibility of `MiddleTextTruncation` so that the entire untruncated text is part of the accessibility tree.
- [#2154](https://github.com/iTwin/iTwinUI/pull/2154): Fixed bugs and improved performance in components with overflow support (e.g. `ComboBox`, `Select`, `ButtonGroup`, `Breadcrumbs`, etc.)
- [#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`.
- [#2337](https://github.com/iTwin/iTwinUI/pull/2337): Fixed a `Table` bug where row items could not be focused via the `Tab` key.
- [#2334](https://github.com/iTwin/iTwinUI/pull/2334): `DatePicker` with `enableRangeSelect` now allows `startDate` and `endDate` to _both_ be `undefined` (e.g. when there is no initial range). Passing `Date` to just _one_ of them is not allowed.

## 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 b64b253

Please sign in to comment.