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

Merged
merged 2 commits into from
Feb 11, 2025
Merged

Release packages #2417

merged 2 commits into from
Feb 11, 2025

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Jan 28, 2025

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

  • #2387: Added support for React 19.

  • #2373: Added a theme bridge which adjusts iTwinUI v3 visuals to blend in with iTwinUI v5's new look-and-feel.

    To enable the theme bridge, use the future.themeBridge flag on <ThemeProvider>. See full documentation for more detailed instructions.

    Note: The theme bridge is still considered an alpha feature, so there may be breaking changes until it's stabilized.

  • #2391: Removed dependency on react-transition-group. Notable changes in components:

    • useToaster: Animations have been reworked to directly use the web animations API.
    • Dialog and Modal: Exit animations have been temporarily removed.
  • #2387: Bumped the minimum required versions of the following dependencies:

    • @tanstack/react-virtual to 3.13.0
    • @floating-ui/react to 0.27.4
    • classnames to 2.5.1

Patch Changes

  • #2429: Fixed an issue where disabled buttons were still causing form submissions. Affects Button, IconButton, and all other button components.
  • #2368: Fine-tuned the default Tooltip delay to { open: 100ms, close: 200ms }.
  • #2368: Added Tooltip delay grouping to components that use Tooltip internally. This prevents the tooltip from lingering when quickly hovering across different parts of the component.
    • Components affected: SideNavigation, Slider, Stepper, List.
  • #2373: Fixed an issue in InputWithDecorations and SearchBox where the component-level focus styling was colliding with global focus styling, leading to double focus outlines.

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner January 28, 2025 21:47
@imodeljs-admin imodeljs-admin requested review from mayank99 and smmr-dn and removed request for a team January 28, 2025 21:47
@r100-stack r100-stack marked this pull request as draft January 28, 2025 21:47
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 5 times, most recently from 1dffbd3 to d91596a Compare February 5, 2025 16:44
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 5 times, most recently from f30535f to 59b4679 Compare February 10, 2025 23:04
@r100-stack r100-stack marked this pull request as ready for review February 11, 2025 14:19
@r100-stack r100-stack merged commit a5d5890 into main Feb 11, 2025
18 checks passed
@r100-stack r100-stack deleted the changeset-release/main branch February 11, 2025 14:24
@mayank99 mayank99 mentioned this pull request Feb 11, 2025
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