@itwin/components-react 3.0.0 → 3.1.0-dev.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -61
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,62 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.0.0
|
|
6
|
-
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
-
|
|
8
|
-
### Updates
|
|
9
|
-
|
|
10
|
-
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
11
|
-
- Update CustomNumberEditor to use size='small' itwinUi style.
|
|
12
|
-
- rename to @itwin/components-react
|
|
13
|
-
- remove ClientRequestContext and its subclasses
|
|
14
|
-
- Removed SignIn component
|
|
15
|
-
- Replace usage of I18N with generic Localization interface.
|
|
16
|
-
- Update snapshots
|
|
17
|
-
- Renamed an iModel's parent container to iTwin
|
|
18
|
-
- Support for TypeDoc v0.22.7. Fix various broken docs links.
|
|
19
|
-
- Refactored part of AccuDraw UI & Providing AccuDraw UI documentation
|
|
20
|
-
- Create empty frontstage and UiItemsProviders to populate it and update how ContentGroups are defined.
|
|
21
|
-
- Add missing public/beta types to the barrel file.
|
|
22
|
-
- Updated recommendation for using Breadcrumbs from itwinui-react instead of deprecated Breadcrumb
|
|
23
|
-
- Change `ControlledTree` to take `TreeModel` instead of `VisibleTreeNodes`.
|
|
24
|
-
- Replace `useVisibleTreeNodes` with `useTreeModel` since consumers don't need to create `VisibleTreeNodes` anymore.
|
|
25
|
-
- Rename `ControlledTreeProps.treeEvents` to `eventsHandler`.
|
|
26
|
-
- Make `width` and `height` required props for `ControlledTree` and `TreeRenderer`.
|
|
27
|
-
- Clean up deprecated Tree and Drag & Drop related APIs
|
|
28
|
-
- Clean up deprecated FilteringInput and PropertyGrid props
|
|
29
|
-
- Make `width` and `height` props required for `VirtualizedPropertyGrid` and `VirtualizedPropertyGridWithDataProvider`
|
|
30
|
-
- Update CustomNumberEditor resetting of bad values.
|
|
31
|
-
- update immer to fix security warning
|
|
32
|
-
- Deprecated Breadcrumb component
|
|
33
|
-
- Deprecate and promote apis
|
|
34
|
-
- Deprecate Table component.
|
|
35
|
-
- Deprecate obsolete APIs. Publish beta APIs from last release.
|
|
36
|
-
- Export BeDragDropContext
|
|
37
|
-
- Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
|
|
38
|
-
- Remove files generated by bad merge
|
|
39
|
-
- Make ToolbarPopupContext public so user can call closePanel from their popup panels.
|
|
40
|
-
- Update props on iTwinUi-react Select so it works properly in auto-sized floating widgets.
|
|
41
|
-
- Deprecated HorizontalTabs in ui-core. Removed older deprecated items. Updated NextVersion.md.
|
|
42
|
-
- Update to latest itwinui-react
|
|
43
|
-
- Clean up css for status bar entries to avoid unwanted text wrapping.
|
|
44
|
-
- Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
|
|
45
|
-
- iTwinUI-react Table demo
|
|
46
|
-
- Moved iTwinUI style overrides to ui-core from ui-framework
|
|
47
|
-
- Rename ui directories to match new package names.
|
|
48
|
-
- Remove native key handling in React editor components because it's not longer needed with React 17.
|
|
49
|
-
- Add prop that prevents popup button panel from unmounting when closed.
|
|
50
|
-
- Promote property grid related APIs
|
|
51
|
-
- Update to React 17.
|
|
52
|
-
- Created imodel-components folder & package and moved color, lineweight, navigationaids, quantity, timeline & viewport. Deprecated MessageSeverity in ui-core & added it ui-abstract. Added MessagePresenter interface to ui-abstract.
|
|
53
|
-
- Remove react 16 peer dependency.
|
|
54
|
-
- Remove itwinUi css overrides.
|
|
55
|
-
- UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
|
|
56
|
-
- Replaced ui-core Slider with one from iTwinUi-react.
|
|
57
|
-
- Update to latest types/react package
|
|
58
|
-
- Skip test causing CI job failures
|
|
59
|
-
- Lock down and update version numbers so docs will build.
|
|
3
|
+
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
|
60
4
|
|
|
61
5
|
## 2.19.28
|
|
62
6
|
Wed, 12 Jan 2022 14:52:38 GMT
|
|
@@ -351,7 +295,7 @@ Mon, 24 May 2021 15:58:39 GMT
|
|
|
351
295
|
- Improved Multi-Value column filtering in the Table component
|
|
352
296
|
- Move `VirtualizedPropertyGrid` related types from @alpha to @beta.
|
|
353
297
|
- Fixed getting distinct values when Table rows are updated
|
|
354
|
-
- Update to latest classnames package
|
|
298
|
+
- Update to latest classnames package
|
|
355
299
|
|
|
356
300
|
## 2.15.6
|
|
357
301
|
Wed, 26 May 2021 15:55:19 GMT
|
|
@@ -817,7 +761,7 @@ Thu, 28 May 2020 22:48:59 GMT
|
|
|
817
761
|
### Updates
|
|
818
762
|
|
|
819
763
|
- Fix toolbar overflow panel display.
|
|
820
|
-
- Update to only show group separators if toolbar is not transparent.
|
|
764
|
+
- Update to only show group separators if toolbar is not transparent.
|
|
821
765
|
- Fix toolbar error when scaling up UI.
|
|
822
766
|
- Property grid horizontal layout updated according to UX requirements.
|
|
823
767
|
- Fixed Table filter renderers after react-select version upgrade
|
|
@@ -1289,7 +1233,7 @@ Wed, 19 Dec 2018 18:26:14 GMT
|
|
|
1289
1233
|
- Added DragDrop tests, added component withDragDrop HOC tests
|
|
1290
1234
|
- Synchronizing navigation aids with view definition changes
|
|
1291
1235
|
- Simplified property pane tooltips and improved Property Pane performance.
|
|
1292
|
-
- Simplified struct and array tooltips in Table component.
|
|
1236
|
+
- Simplified struct and array tooltips in Table component.
|
|
1293
1237
|
- Fix BeInspireTree's event listening functions to handle array inputs
|
|
1294
1238
|
- Fix BeInspireTree's muting events with allowed number of triggers
|
|
1295
1239
|
- Cache BeInspireTree.visible() result for better performance
|
|
@@ -1419,7 +1363,7 @@ Thu, 08 Nov 2018 17:59:21 GMT
|
|
|
1419
1363
|
|
|
1420
1364
|
### Updates
|
|
1421
1365
|
|
|
1422
|
-
- Deprecated dev-cors-proxy-server and use of it.
|
|
1366
|
+
- Deprecated dev-cors-proxy-server and use of it.
|
|
1423
1367
|
- Fix: Do not start search if input field is empty
|
|
1424
1368
|
- Use strongly typed enums for identifying keyboard keys
|
|
1425
1369
|
- PropertyGrid property editing and unit tests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-dev.12",
|
|
4
4
|
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "^3.0.
|
|
25
|
-
"@itwin/core-bentley": "^3.0.
|
|
26
|
-
"@itwin/core-react": "^3.0.
|
|
24
|
+
"@itwin/appui-abstract": "^3.1.0-dev.12",
|
|
25
|
+
"@itwin/core-bentley": "^3.1.0-dev.12",
|
|
26
|
+
"@itwin/core-react": "^3.1.0-dev.12",
|
|
27
27
|
"react": "^17.0.0",
|
|
28
28
|
"react-dom": "^17.0.0"
|
|
29
29
|
},
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
33
33
|
],
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@itwin/appui-abstract": "3.0.
|
|
36
|
-
"@itwin/build-tools": "3.0.
|
|
37
|
-
"@itwin/core-bentley": "3.0.
|
|
38
|
-
"@itwin/core-common": "3.0.
|
|
39
|
-
"@itwin/core-i18n": "3.0.
|
|
40
|
-
"@itwin/core-react": "3.0.
|
|
41
|
-
"@itwin/eslint-plugin": "3.0.
|
|
35
|
+
"@itwin/appui-abstract": "3.1.0-dev.12",
|
|
36
|
+
"@itwin/build-tools": "3.1.0-dev.12",
|
|
37
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
38
|
+
"@itwin/core-common": "3.1.0-dev.12",
|
|
39
|
+
"@itwin/core-i18n": "3.1.0-dev.12",
|
|
40
|
+
"@itwin/core-react": "3.1.0-dev.12",
|
|
41
|
+
"@itwin/eslint-plugin": "3.1.0-dev.12",
|
|
42
42
|
"@testing-library/react": "^12.0.0",
|
|
43
43
|
"@testing-library/react-hooks": "^7.0.2",
|
|
44
44
|
"@testing-library/user-event": "^13.2.1",
|