Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release packages #2017

Merged
merged 2 commits into from
May 2, 2024
Merged

Release packages #2017

merged 2 commits into from
May 2, 2024

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Apr 25, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@itwin/[email protected]

Minor Changes

  • #2010: ToggleSwitch: Added new labelProps to allow for customization of label element.
  • #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: 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: DropdownMenu's keyboard navigation, hover triggers, and overall behavior has been improved.
  • #2011: Added dependency on jotai.

Patch Changes

  • #1942: Disabled MenuItems no longer show their submenu.
  • #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: 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: 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: Fixed a bug in DropdownMenu where the submenus would not close in some circumstances, despite calling close().
  • #1919: The hover styling of Breadcrumbs.Item has been made more consistent across buttons and anchors.
  • #2009: Fixed an issue where Popover wasn't respecting the ThemeProvider's portalContainer.

@imodeljs-admin imodeljs-admin requested review from a team as code owners April 25, 2024 19:22
@imodeljs-admin imodeljs-admin requested review from r100-stack and Ben-Pusey-Bentley and removed request for a team April 25, 2024 19:22
@mayank99 mayank99 marked this pull request as draft April 25, 2024 19:30
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 7 times, most recently from ecb3bd9 to 531969d Compare May 2, 2024 18:54
@mayank99 mayank99 marked this pull request as ready for review May 2, 2024 21:50
@mayank99 mayank99 merged commit 031fdf2 into main May 2, 2024
13 checks passed
@mayank99 mayank99 deleted the changeset-release/main branch May 2, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants