Skip to content

Release packages [publish docs] (alpha)#1220

Merged
saskliutas merged 1 commit intonextfrom
changeset-release/next
Mar 2, 2026
Merged

Release packages [publish docs] (alpha)#1220
saskliutas merged 1 commit intonextfrom
changeset-release/next

Conversation

@imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Feb 25, 2026

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

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

next 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 next.

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

Releases

@itwin/presentation-hierarchies-react@2.0.0-alpha.55

Major Changes

  • #1223: Reworked localization to use i18next-compatible approach. Instead of passing a localizedStrings object into LocalizationContextProvider, the package now delivers an English locale JSON file and resolves strings through a getLocalizedString function at runtime.

    Breaking changes

    • LocalizationContextProvider no longer accepts a localizedStrings object. It now requires a localization prop — an object with a getLocalizedString(key: string): string method (compatible with Localization from @itwin/core-common).
    • LOCALIZATION_NAMESPACES must be registered with your localization provider during app initialization to make localized strings available.

Minor Changes

  • #1221: Add getTreeNodeError callback prop to useTree hook and its derivatives, providing a way to set custom errors on tree nodes.

Patch Changes

  • #1219: Fix component documentation mentioning iTwinUI
  • Updated dependencies:
    • @itwin/presentation-shared@2.0.0-alpha.8
    • @itwin/presentation-hierarchies@2.0.0-alpha.12
    • @itwin/unified-selection@1.6.8-alpha.0

@itwin/presentation-shared@2.0.0-alpha.8

Major Changes

  • #1222: Enhance the Props type to only accept functions that have one object argument.

    The term "props" refers to a props object, meaning there should only be one argument. For cases when a function has multiple arguments, use TypeScript's Parameters utility type instead.

@itwin/presentation-components@5.13.1-alpha.0

Patch Changes

  • Updated dependencies:
    • @itwin/presentation-shared@2.0.0-alpha.8
    • @itwin/presentation-core-interop@1.4.0-alpha.7
    • @itwin/unified-selection@1.6.8-alpha.0

@itwin/presentation-core-interop@1.4.0-alpha.7

Patch Changes

  • #1229: Version bump
  • Updated dependencies:
    • @itwin/presentation-shared@2.0.0-alpha.8

@itwin/presentation-hierarchies@2.0.0-alpha.12

Patch Changes

  • #1229: Version bump
  • Updated dependencies:
    • @itwin/presentation-shared@2.0.0-alpha.8

@itwin/presentation-testing@5.4.16-alpha.0

Patch Changes

  • Updated dependencies:
    • @itwin/presentation-components@5.13.1-alpha.0

@itwin/unified-selection@1.6.8-alpha.0

Patch Changes

  • #1229: Version bump
  • Updated dependencies:
    • @itwin/presentation-shared@2.0.0-alpha.8

@imodeljs-admin imodeljs-admin reopened this Mar 2, 2026
@saskliutas saskliutas merged commit 81c27b9 into next Mar 2, 2026
9 of 10 checks passed
@saskliutas saskliutas deleted the changeset-release/next branch March 2, 2026 10:44
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