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

Merged
merged 3 commits into from
Nov 19, 2024
Merged

Release packages #2310

merged 3 commits into from
Nov 19, 2024

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Oct 23, 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

  • #2001: Added a new generic unstable_Panels component for easy setup of nested screens/panels. Example uses: multi-layered menus, wizards, settings screens, etc.
    • This API is temporarily marked as unstable to collect feedback for some time to tailor the generic component specifically to users' needs.
  • #2345: Stepper now allows passing custom icon or content in each step circle using a stepContent property in each item of the steps array.
  • #2294: ComboBox with multiple enabled now offers a clearFilterOnOptionToggle prop to control whether the filter is cleared or not when an option is toggled. Default value is true (i.e. no breaking change).
  • #2299/5d313a7: Added new tileContainer prop to RadioTileGroup to allow further customization of inner DOM elements.

Patch Changes

  • #2337: Fixed a Table bug where row items could not be focused via the Tab key.
  • #2317: Fixed duplicate data returned from Table's onSelect prop.
  • #2316: TablePaginator's page buttons no longer get overlapped by neighboring paginator elements.
  • #2327: Fixed a Tree bug where the size prop was not respected when virtualization was enabled.
  • #2311: Updated the default value of Dialog's setFocus prop to be based on the value of the trapFocus prop.
  • #2154: Fixed bugs and improved performance in components with overflow support (e.g. ComboBox, Select, ButtonGroup, Breadcrumbs, etc.)
  • #2339: Improved the accessibility of MiddleTextTruncation so that the entire untruncated text is part of the accessibility tree.
  • #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.
  • #2347: InputWithDecorations.Input now properly gets cursor: not-allowed when disabled.
  • #2323: Ensured that the useToaster wrapper does not block clicks when used within other portal containers (e.g. from AppUI).

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner October 23, 2024 14:27
@imodeljs-admin imodeljs-admin requested review from mayank99 and r100-stack and removed request for a team October 23, 2024 14:27
@r100-stack r100-stack marked this pull request as draft October 23, 2024 14:28
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 5 times, most recently from 276bcd7 to 8e97931 Compare October 30, 2024 16:43
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 8 times, most recently from 29ee8ca to 3f38534 Compare November 8, 2024 23:05
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 9 times, most recently from b64b253 to c98fc86 Compare November 18, 2024 22:00
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 3 times, most recently from ab95ebe to c1c1f86 Compare November 19, 2024 20:59
@r100-stack r100-stack marked this pull request as ready for review November 19, 2024 22:31
@r100-stack r100-stack merged commit 50f49aa into main Nov 19, 2024
16 checks passed
@r100-stack r100-stack deleted the changeset-release/main branch November 19, 2024 22:46
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