This log was last generated on Wed, 29 Jan 2025 21:54:15 GMT and should not be manually modified.
Wed, 29 Jan 2025 21:54:15 GMT
- Add support for AppUI 5.x (#1161)
- Define
type
andexports
attributes inpackage.json
. Theexports attribute prohibits access to APIs that are not intended to be used by external consumers. The
type: "module"` attribute addition moves this package a step closer towards dropping CommonJS support - it's now transpiled from ESM to CommonJS instead of the opposite. (#1161)
Tue, 07 Jan 2025 12:53:32 GMT
- Fix property grid always showing "There are no properties containing non-empty values" message, when initial render is made with hidden empty values. (#1134)
Wed, 18 Dec 2024 12:42:56 GMT
- Bump dependencies (#1122)
Fri, 15 Nov 2024 15:03:19 GMT
- DevDependency update (#1090)
Tue, 12 Nov 2024 12:57:13 GMT
- Added access to data provider for action button renderers. (#1082)
- Fixed ancestor navigation and element list not working with the latest unified selection storage. (#1078)
Thu, 26 Sep 2024 20:21:11 GMT
- Deprecated
PropertyGridUiItemsProvider
. UsecreatePropertyGrid
as its replacement. (#1052)
Thu, 01 Aug 2024 16:01:52 GMT
- Visibility of the widget, when creating it using
PropertyGridUiItemsProvider
, can now be controlled using apropertyGridProps.shouldShow
predicate, which is invoked on every unified selection change. The default behavior stays the same - show the widget when a node or a non-transient element is selected. (#1009)
Tue, 23 Jul 2024 13:05:22 GMT
- Add missing peer dependencies (#1007)
Tue, 09 Jul 2024 13:20:07 GMT
- Added an informational message when no properties match given filter. (#982)
Fri, 05 Jul 2024 12:20:16 GMT
- Fixed zebra stripping not working in element list with newer
@itwin/itwinui-react
version. (#977)
Mon, 10 Jun 2024 17:40:38 GMT
- Do not export top level
@internal
API through barrel. (#885)
Mon, 29 Apr 2024 14:59:26 GMT
- Added ability to track usage of
PropertyWidget
features. (#819)
Wed, 17 Apr 2024 15:50:19 GMT
- Added ability to track performance of
PropertyGrid
component features. (#807)
Thu, 04 Apr 2024 14:19:35 GMT
- Removed border appearing around search button. (#804)
Thu, 07 Mar 2024 13:37:08 GMT
- Added support for
@itwin/presentation-components
version5.x
. (#793) - Bumped
@itwin/itwinui-react
dependency version to3.x
(#793)
Thu, 29 Feb 2024 19:46:34 GMT
- Fixed property widget being focused in a panel when there are more widgets and selection changes (#780)
Thu, 18 Jan 2024 15:05:39 GMT
- Update
@itwin/itwinui-react
version to2.12.19
. (#720)
Thu, 11 Jan 2024 14:32:37 GMT
- Added React 18 support. (#724)
Thu, 04 Jan 2024 16:26:24 GMT
- Fix incorrect
PropertyGrid
title on concurrentgetData()
calls.
Fri, 10 Nov 2023 14:46:30 GMT
- Add filtering support.
Tue, 29 Aug 2023 13:48:47 GMT
- Make selected items list striped.
Fri, 25 Aug 2023 14:06:04 GMT
- Sort selected elements list by label in an ascending order.
- Improved property editing workflow by adding data provider to
onPropertyUpdated
callback arguments.
Fri, 18 Aug 2023 11:01:29 GMT
- Correctly determine if element has parent element when both are instances of the same class.
Thu, 17 Aug 2023 14:42:37 GMT
- Fixed
Selected elements
button not appearing sometimes when selection changes quickly.
Mon, 07 Aug 2023 13:36:23 GMT
- Added ability to override behavior of default context menu items.
- Fixed scrollbar not appearing when property grid content starts overflowing.
Mon, 02 Aug 2023 12:11:36 GMT
- Render property grid header even when too many elements are selected.
Mon, 31 Jul 2023 14:10:09 GMT
- Bumped AppUI peer dependencies to
^4.3.0
. - Replaced
enableAncestorNavigation
property withancestorsNavigationControls
to allow using custom components for ancestors navigation. - Removed properties used to configure data provider in favor of
createDataProvider
prop for supplying custom data provider. - Removed properties used for enabling/disabling context menu items in favor of
contextMenuItems
list that is now used to populate context menu. - Removed
customOnDataChanged
property.createDataProvider
andIPresentationPropertyDataProvider.onDataChanged
should be used instead. - Removed
Show/Hide Empty Values
setting from context menu and moved it to the setting dropdown in header.
- Refactored preferences storing to allow persisting new settings in the future.
- Added settings dropdown menu inside Property Grid header.
- Handle errors thrown from property grid component.
- Persist property grid scroll position when switching between widgets.
- Fixed property grid not hiding empty struct and array properties.
- Improved keyboard navigation when navigating from Property Grid to Element List.
Tue, 23 May 2023 13:16:11 GMT
Version update only
Tue, 02 May 2023 16:12:17 GMT
- Updated to AppUI 4.0 and Presentation 4.0.
Mon, 03 Apr 2023 15:34:07 GMT
- Updated dependencies:
itwinjs-core@3.7
,appui@4.0
,presentation-components@4.0
,itwinui@2.0
.
Thu, 04 Aug 2022 20:07:49 GMT
- Created
FilteringPropertyGrid
which is called directly whendisableUnifiedSelection
istrue
or called throughFilteringPropertyGridWithUnifiedSelection
when false.
Fri, 22 Jul 2022 18:27:54 GMT
- Persist show/hide null value toggle per user and not per iTwin/iModel
Fri, 08 Jul 2022 13:44:34 GMT
- Instead of hiding the down navigation button, show it disabled.
Fri, 01 Jul 2022 13:49:17 GMT
- Added ancestor navigation to the property grid.
Mon, 27 Jun 2022 20:00:02 GMT
- Replaces deprecated
Table
withMenuItem
from@itwin/itwinui-react
, and fixes warning about deprecatedfindDOMNode
usage.
Fri, 24 Jun 2022 16:51:25 GMT
- Refresh property grid when frontstage changes with active selection set.
Wed, 08 Jun 2022 20:23:10 GMT
- Added
persistNullValueToggle
property and the code to store this value inUserPreferences
if true.
Thu, 26 May 2022 15:54:07 GMT
- Allow a caller to specify a default priority for
PropertyGridUiItemsProvider
. - Added option
forcePosition
property toContextMenuItemInfo
.
Wed, 18 May 2022 18:04:59 GMT
- If the property grid is minimized do not force it open.
Wed, 18 May 2022 15:36:43 GMT
- Fixed misaligned property grid header.
- Support overriding property grid auto child category expansion behavior.
Thu, 12 May 2022 16:56:06 GMT
- Add ability to persist shared favorites via consuming app.
Wed, 11 May 2022 17:37:15 GMT
- Allow default zone location to be overridden.
Tue, 10 May 2022 15:21:40 GMT
- Manually bump to 0.4.2 to allow previous commits to be published.
Mon, 09 May 2022 18:04:58 GMT
- Ensure the multi select property grid option appears if applicable when component first mounts.
- Don't open property grid tab when only transient elements (such as view sections) are selected.
- Fix
PropertyGridUiItemsProvider
when loading into AppUI v1.0.
Wed, 06 Apr 2022 13:48:44 GMT
- Hide property grid by default.
PropertyGridProps
expanded to allow default location.- Remove widget control and add temporary support for ui 1.0.
Mon, 14 Mar 2022 19:46:44 GMT
- Removed react-spring dependency, and replaced grid animation with css.
Thu, 17 Feb 2022 17:30:48 GMT
- Update initialization to be lazy and make arguments optional.
Fri, 04 Feb 2022 00:43:35 GMT
- Update scss to be pulled from cjs dir.
Mon, 24 Jan 2022 19:14:37 GMT
- Bump to official iTwin.js 3.0 release.
Wed, 19 Jan 2022 17:39:40 GMT
- Updated to latest rc, dev-185, and updated deps.
Wed, 12 Jan 2022 13:59:35 GMT
- iTwin.js 3.0 first rc.