Release packages [publish docs] (alpha)#1220
Merged
saskliutas merged 1 commit intonextfrom Mar 2, 2026
Merged
Conversation
6bee347 to
d5c1cff
Compare
db80f50 to
a40d5a3
Compare
4740b3d to
0cd92da
Compare
485a95b to
63b270f
Compare
db3fc76 to
63dc776
Compare
saskliutas
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
@itwin/presentation-hierarchies-react@2.0.0-alpha.55
Major Changes
#1223: Reworked
localizationto usei18next-compatible approach. Instead of passing alocalizedStringsobject intoLocalizationContextProvider, the package now delivers an English locale JSON file and resolves strings through agetLocalizedStringfunction at runtime.Breaking changes
LocalizationContextProviderno longer accepts alocalizedStringsobject. It now requires alocalizationprop — an object with agetLocalizedString(key: string): stringmethod (compatible withLocalizationfrom @itwin/core-common).LOCALIZATION_NAMESPACESmust be registered with your localization provider during app initialization to make localized strings available.Minor Changes
getTreeNodeErrorcallback prop touseTreehook and its derivatives, providing a way to set custom errors on tree nodes.Patch Changes
@itwin/presentation-shared@2.0.0-alpha.8
Major Changes
#1222: Enhance the
Propstype 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
Parametersutility type instead.@itwin/presentation-components@5.13.1-alpha.0
Patch Changes
@itwin/presentation-core-interop@1.4.0-alpha.7
Patch Changes
@itwin/presentation-hierarchies@2.0.0-alpha.12
Patch Changes
@itwin/presentation-testing@5.4.16-alpha.0
Patch Changes
@itwin/unified-selection@1.6.8-alpha.0
Patch Changes