-
Notifications
You must be signed in to change notification settings - Fork 0
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 [publish docs] #674
Merged
Merged
Conversation
This file contains 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
Hierarchies benchmark
This comment was automatically generated by workflow using github-action-benchmark. |
2ae32d9
to
9121579
Compare
Unified selection benchmark
This comment was automatically generated by workflow using github-action-benchmark. |
20d3e51
to
2aa419c
Compare
2aa419c
to
24c0d24
Compare
24c0d24
to
56c3478
Compare
saskliutas
approved these changes
Jul 29, 2024
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 master, this PR will be updated.
Releases
@itwin/presentation-hierarchies@0.4.0
Minor Changes
#676:
createHierarchyProvider
: Added ability to specify whether hierarchy should be expanded to filtering path target, when specifying thefiltering.paths
prop.With this change, hierarchy is no longer expanded to filter targets by default. To achieve the same behavior, paths with
autoExpand
option should be provided:Before:
Now:
#672: Fix
autoExpand
prop of grouping specification forNodesQueryClauseFactory.createSelectClause
being wrongly defined asstring
. Define it as a string union of"always" | "single-child"
.Patch Changes
@itwin/presentation-hierarchies-react@0.7.0
Minor Changes
#676:
useTree
anduseUnifiedSelectionTree
: Extended return type ofgetFilteredPaths
prop to allow specifying whether hierarchy should be expanded to filtering path target.With this change, hierarchy is no longer expanded to filter targets by default. To achieve the same behavior, paths with
autoExpand
option should be returned:Before:
Now:
Patch Changes
@itwin/presentation-shared@0.4.0
Minor Changes
#675: Added an utility
ECSql.createInstanceKeySelector
function to simplify selectingInstanceKey
objects.Example usage:
@itwin/presentation-components@5.4.1
Patch Changes
useTreeReload
.NumericPropertyEditor
to use raw values instead of display values.@itwin/presentation-core-interop@0.2.5
Patch Changes
@itwin/presentation-testing@5.0.15
Patch Changes
@itwin/unified-selection@0.4.6
Patch Changes