Skip to content

Releases: iTwin/presentation

@itwin/[email protected]

25 Apr 07:45
9343431
Compare
Choose a tag to compare

Patch Changes

  • #541: Fixed PresentationInstanceFilter.toGenericInstanceFilter conversion when condition is using numeric string values.

@itwin/[email protected]

24 Apr 07:05
79c2d14
Compare
Choose a tag to compare

Patch Changes

  • #525: Specify @itwin/presentation-components dependency with ^.
  • Updated dependencies:

@itwin/[email protected]

24 Apr 07:05
79c2d14
Compare
Choose a tag to compare

Minor Changes

  • #536: Added onFilterApplied and onHierarchyLimitExceeded callbacks for tracking when hierarchy level is filtered or exceeds the limit.

  • #531: Added the ability to search for values in UniqueValuesSelector.

  • #527: Start using new features available in @itwin/presentation-frontend 4.5 release.

    • Added support for FavoritePropertiesDataFiltererProps.isFavorite to return Promise<boolean> in addition to already supported boolean.
    • Added PresentationPropertyDataProvider.isFieldFavoriteAsync in favor of now deprecated isFieldFavorite.
    • Added PresentationPropertyDataProvider.sortFieldsAsync in favor of now deprecated sortFields.
    • Added PresentationTreeDataProviderDataSourceEntryPoints.getNodesIterator in favor of now deprecated getNodesAndCount.

    In all of the above cases the deprecated overrides are still being used, if supplied.

Patch Changes

  • #538: Avoid removing and adding back elements from/to selectionSet when unified selection is changed when selecting something in the Viewport.

@itwin/[email protected]

12 Apr 08:59
6d8a0b8
Compare
Choose a tag to compare

Minor Changes

  • #488: Added API for getting hilite sets for Selectables and active SelectionStorage selection.

Patch Changes

  • #495: Added license field to package.json.

@itwin/[email protected]

12 Apr 08:59
6d8a0b8
Compare
Choose a tag to compare

Patch Changes

  • #498: Fix invalid file name being created when input string contains ` or ' characters.
  • Updated dependencies:

@itwin/[email protected]

12 Apr 08:59
6d8a0b8
Compare
Choose a tag to compare

Minor Changes

  • #499: Added PresentationInstanceFilter.createPrimitiveValueEqualityCondition function to provide a convenient way for creating equality filter conditions compatible with UniquePropertyValuesSelector.
  • #520: Added callback to usePresentationTreeState for reporting node load durations.

Patch Changes

  • #519: Use private fields in UnifiedSelectionTreeEventHandler to avoid clashing private property names when extending it.

@itwin/[email protected]

25 Mar 15:49
94238ba
Compare
Choose a tag to compare

Minor Changes

  • #491: Initial package release.

@itwin/[email protected]

25 Mar 15:49
94238ba
Compare
Choose a tag to compare

Patch Changes

@itwin/[email protected]

25 Mar 15:49
94238ba
Compare
Choose a tag to compare

Patch Changes

  • #492: Avoid removing instances explicitly added to unified selection when grouping node is unselected.
  • #494: Updated usePresentationTableWithUnifiedSelection to work outside UnifiedSelectionContextProvider
  • #464: Fixed navigation property editor dropdown layout in property grid.
  • #493: Updated UnifiedSelectionTreeEventHandler to correctly handle unified selection change when it is not updated immediatly after add|replace|remove|clear action.

@itwin/[email protected]

06 Mar 09:47
d182831
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • #348: Clean up @internal APIs exposed through the barrel exports file.
  • Updated dependencies: