@itwin/components-react 3.6.0-dev.1 → 3.6.0-dev.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/components-react
2
2
 
3
- This log was last generated on Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:36 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:36 GMT
7
+
8
+ ### Updates
9
+
10
+ - Enabled virtualization in FilterBuilder property selector
11
+ - Add ability to disable property selection in `PropertyFilterBuilder` component
12
+ - Deprecating Table related components
13
+ - Unpin classnames package
14
+ - `ControlledTree`: Add ability to mark nodes as not selectable
15
+ - Use --buic-toolbar-opacity to set the opacity of toolbar items.
4
16
 
5
17
  ## 3.4.7
6
18
  Wed, 30 Nov 2022 14:28:19 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/components-react",
3
- "version": "3.6.0-dev.1",
3
+ "version": "3.6.0-dev.10",
4
4
  "description": "iTwin.js UI complex components",
5
5
  "main": "lib/cjs/components-react.js",
6
6
  "module": "lib/esm/components-react.js",
@@ -20,9 +20,9 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/appui-abstract": "^3.6.0-dev.1",
24
- "@itwin/core-bentley": "^3.6.0-dev.1",
25
- "@itwin/core-react": "^3.6.0-dev.1",
23
+ "@itwin/appui-abstract": "^3.6.0-dev.10",
24
+ "@itwin/core-bentley": "^3.6.0-dev.10",
25
+ "@itwin/core-react": "^3.6.0-dev.10",
26
26
  "react": "^17.0.0",
27
27
  "react-dom": "^17.0.0"
28
28
  },
@@ -31,13 +31,13 @@
31
31
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
32
32
  ],
33
33
  "devDependencies": {
34
- "@itwin/appui-abstract": "3.6.0-dev.1",
35
- "@itwin/build-tools": "3.6.0-dev.1",
36
- "@itwin/core-bentley": "3.6.0-dev.1",
37
- "@itwin/core-common": "3.6.0-dev.1",
38
- "@itwin/core-i18n": "3.6.0-dev.1",
39
- "@itwin/core-react": "3.6.0-dev.1",
40
- "@itwin/eslint-plugin": "3.6.0-dev.1",
34
+ "@itwin/appui-abstract": "3.6.0-dev.10",
35
+ "@itwin/build-tools": "3.6.0-dev.10",
36
+ "@itwin/core-bentley": "3.6.0-dev.10",
37
+ "@itwin/core-common": "3.6.0-dev.10",
38
+ "@itwin/core-i18n": "3.6.0-dev.10",
39
+ "@itwin/core-react": "3.6.0-dev.10",
40
+ "@itwin/eslint-plugin": "3.6.0-dev.10",
41
41
  "@testing-library/dom": "^8.11.2",
42
42
  "@testing-library/react": "^12.0.0",
43
43
  "@testing-library/react-hooks": "^7.0.2",