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 (dev) #1294

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Release packages (dev) #1294

merged 1 commit into from
Jun 2, 2023

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented May 17, 2023

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 dev, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

dev is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on dev.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@itwin/[email protected]

Major Changes

  • #1295: iui-menu-item and iui-menu-description classes were removed.
  • #1304: Instead of cloning passed icons to set classes on them, the classes will now be set on a wrapping element. Affected components: Header, Select, MenuItem, RadioTile, Tabs, ToggleSwitch, TreeNode, InputContainer (and all input variants).
  • #1269: All dialog variants have flex applied by default. This means the content should be wrapped with Dialog.Content or ModalContent for optimal layout.
  • #1270: Change line-height to use a unitless value.

@itwin/[email protected]

Major Changes

  • #1296: Removed previously-deprecated typography components (Body, Headline, Leading, Small, Subheading, Title) which have been replaced by Text.
  • #1265: Removed the deprecated useTheme hook. <ThemeProvider> is now always required to be wrapped around all iTwinUI components.
  • #1278: Adjusted calculations in ButtonGroup's overflowButton callback, so that it respects overflowPlacement and considers the presence of the overflowButton itself.
  • #1295: Deprecated MenuItem's icon and badge props in favor of new startIcon and endIcon props. Also affects Select and ComboBox options.
  • #1298: Props types will no longer be exported for any component. Use React.ComponentProps instead.
  • #1304: Instead of cloning passed icons to set classes on them, the classes will now be set on a wrapping element. Affected components: Header, Select, MenuItem, RadioTile, Tabs, ToggleSwitch, TreeNode, InputContainer (and all input variants).
  • #1269: All dialog variants have flex applied by default. This means the content should be wrapped with Dialog.Content or ModalContent for optimal layout.

Minor Changes

  • #1298: Most components are now polymorphic and forward their rest props and ref.

Patch Changes

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner May 17, 2023 19:30
@imodeljs-admin imodeljs-admin requested review from a team, mayank99 and LostABike and removed request for a team May 17, 2023 19:30
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 6 times, most recently from c16d4a6 to d1a074f Compare May 23, 2023 22:32
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 4 times, most recently from 02eaa18 to 19df6fe Compare May 30, 2023 14:00
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 2 times, most recently from 485733f to 0c3b5f6 Compare May 31, 2023 16:04
@imodeljs-admin imodeljs-admin requested review from a team as code owners May 31, 2023 16:04
@mayank99 mayank99 removed request for mayank99, LostABike and a team May 31, 2023 16:07
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 3 times, most recently from fbacf12 to 97a65e8 Compare June 1, 2023 21:03
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch from 97a65e8 to 71244b8 Compare June 1, 2023 21:05
@mayank99 mayank99 merged commit 414eb55 into dev Jun 2, 2023
@mayank99 mayank99 deleted the changeset-release/dev branch June 2, 2023 14:33
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