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 May 2, 2024
1 parent 1907b3a commit 3eba5aa
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 64 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-terms-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-socks-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-dolls-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-carrots-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-cars-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-eagles-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nasty-bananas-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-planets-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-oranges-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-peas-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-buckets-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-chicken-hammer.md

This file was deleted.

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

## 3.10.0

### Minor Changes

- [#2010](https://github.com/iTwin/iTwinUI/pull/2010): ToggleSwitch: Added new `labelProps` to allow for customization of label element.
- [#1942](https://github.com/iTwin/iTwinUI/pull/1942): Clicking a `MenuItem` with `submenuItems` now toggles the submenu visibility.
- If both `submenuItems` and `onClick` props are passed, then clicking the `MenuItem` will toggle the submenu visibility but also _still_ call the `onClick`. However, this behavior can lead to a confusing UX and is not recommended, so a warning will be shown.
- [#1919](https://github.com/iTwin/iTwinUI/pull/1919): Aggregated a subset of CSS styles across some field components: `Button`, `Input`, `Textarea`, and `Select`, in order to reduce the CSS size and improve visual consistency. Some resulting changes:
- `Input`, `Textarea`, and `Select` have a similar hover state as `Button`.
- `Input`, `Textarea`, and `Select` now show their value as greyed out when disabled.
- [#1942](https://github.com/iTwin/iTwinUI/pull/1942): `DropdownMenu`'s keyboard navigation, hover triggers, and overall behavior has been improved.
- [#2011](https://github.com/iTwin/iTwinUI/pull/2011): Added dependency on `jotai`.

### Patch Changes

- [#1942](https://github.com/iTwin/iTwinUI/pull/1942): Disabled `MenuItem`s no longer show their submenu.
- [#2013](https://github.com/iTwin/iTwinUI/pull/2013): Fixed issue with `Table` row selection not correctly deselecting all sub rows when the row has disabled sub rows or when some rows are filtered out.
- [#1919](https://github.com/iTwin/iTwinUI/pull/1919): The small sized `TablePaginator`'s buttons are now squares instead of rectangles. This makes it consistent with the shape of the regular sized `TablePaginator` buttons.
- [#2011](https://github.com/iTwin/iTwinUI/pull/2011): When `ThemeProvider` is portaled into popup windows, it will now automatically create a portal container in the correct document, avoiding the need to manually specify `portalContainer`.
- [#1942](https://github.com/iTwin/iTwinUI/pull/1942): Fixed a bug in `DropdownMenu` where the submenus would not close in some circumstances, despite calling `close()`.
- [#1919](https://github.com/iTwin/iTwinUI/pull/1919): The hover styling of `Breadcrumbs.Item` has been made more consistent across buttons and anchors.
- [#2009](https://github.com/iTwin/iTwinUI/pull/2009): Fixed an issue where `Popover` wasn't respecting the `ThemeProvider`'s `portalContainer`.

## 3.9.1

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

0 comments on commit 3eba5aa

Please sign in to comment.