@itwin/imodel-components-react 3.4.0-dev.8 → 3.4.0

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 +50 -1
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,6 +1,55 @@
1
1
  # Change Log - @itwin/imodel-components-react
2
2
 
3
- This log was last generated on Tue, 09 Aug 2022 15:52:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
4
+
5
+ ## 3.4.0
6
+ Thu, 13 Oct 2022 20:24:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - Updated Node types declaration to support latest v16
11
+ - Fix/Remove skipped tests
12
+
13
+ ## 3.3.5
14
+ Tue, 27 Sep 2022 11:50:59 GMT
15
+
16
+ _Version update only_
17
+
18
+ ## 3.3.4
19
+ Thu, 08 Sep 2022 19:00:05 GMT
20
+
21
+ _Version update only_
22
+
23
+ ## 3.3.3
24
+ Tue, 06 Sep 2022 20:54:19 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 3.3.2
29
+ Thu, 01 Sep 2022 14:37:22 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.3.1
34
+ Fri, 26 Aug 2022 15:40:02 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 3.3.0
39
+ Thu, 18 Aug 2022 19:08:02 GMT
40
+
41
+ ### Updates
42
+
43
+ - upgrade mocha to version 10.0.0
44
+ - Add ability to specify locale and format of Data and Time shown by timeline component.
45
+ - Navicube is now locked when Markup is active
46
+ - Ensure Timeline's current duration value is with valid range.
47
+ - Update iTwinUI-react to 1.38.1
48
+
49
+ ## 3.2.9
50
+ Fri, 26 Aug 2022 14:21:40 GMT
51
+
52
+ _Version update only_
4
53
 
5
54
  ## 3.2.8
6
55
  Tue, 09 Aug 2022 15:52:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "3.4.0-dev.8",
3
+ "version": "3.4.0",
4
4
  "description": "iTwin.js UI IModel Components",
5
5
  "main": "lib/cjs/imodel-components-react.js",
6
6
  "module": "lib/esm/imodel-components-react.js",
@@ -20,14 +20,14 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/appui-abstract": "^3.4.0-dev.8",
24
- "@itwin/components-react": "^3.4.0-dev.8",
25
- "@itwin/core-bentley": "^3.4.0-dev.8",
26
- "@itwin/core-common": "^3.4.0-dev.8",
27
- "@itwin/core-frontend": "^3.4.0-dev.8",
28
- "@itwin/core-geometry": "^3.4.0-dev.8",
29
- "@itwin/core-quantity": "^3.4.0-dev.8",
30
- "@itwin/core-react": "^3.4.0-dev.8",
23
+ "@itwin/appui-abstract": "^3.4.0",
24
+ "@itwin/components-react": "^3.4.0",
25
+ "@itwin/core-bentley": "^3.4.0",
26
+ "@itwin/core-common": "^3.4.0",
27
+ "@itwin/core-frontend": "^3.4.0",
28
+ "@itwin/core-geometry": "^3.4.0",
29
+ "@itwin/core-quantity": "^3.4.0",
30
+ "@itwin/core-react": "^3.4.0",
31
31
  "react": "^17.0.0",
32
32
  "react-dom": "^17.0.0"
33
33
  },
@@ -36,20 +36,20 @@
36
36
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
37
37
  ],
38
38
  "devDependencies": {
39
- "@itwin/appui-abstract": "3.4.0-dev.8",
40
- "@itwin/build-tools": "3.4.0-dev.8",
41
- "@itwin/components-react": "3.4.0-dev.8",
42
- "@itwin/core-bentley": "3.4.0-dev.8",
43
- "@itwin/core-common": "3.4.0-dev.8",
44
- "@itwin/core-frontend": "3.4.0-dev.8",
45
- "@itwin/core-geometry": "3.4.0-dev.8",
46
- "@itwin/core-quantity": "3.4.0-dev.8",
47
- "@itwin/core-react": "3.4.0-dev.8",
48
- "@itwin/eslint-plugin": "3.4.0-dev.8",
39
+ "@itwin/appui-abstract": "3.4.0",
40
+ "@itwin/build-tools": "3.4.0",
41
+ "@itwin/components-react": "3.4.0",
42
+ "@itwin/core-bentley": "3.4.0",
43
+ "@itwin/core-common": "3.4.0",
44
+ "@itwin/core-frontend": "3.4.0",
45
+ "@itwin/core-geometry": "3.4.0",
46
+ "@itwin/core-quantity": "3.4.0",
47
+ "@itwin/core-react": "3.4.0",
48
+ "@itwin/eslint-plugin": "3.4.0",
49
49
  "@testing-library/dom": "^8.11.2",
50
50
  "@testing-library/react": "^12.0.0",
51
51
  "@testing-library/react-hooks": "^7.0.2",
52
- "@testing-library/user-event": "^13.2.1",
52
+ "@testing-library/user-event": "^14.4.2",
53
53
  "@types/chai": "4.3.1",
54
54
  "@types/chai-as-promised": "^7",
55
55
  "@types/chai-jest-snapshot": "^1.3.0",
@@ -59,7 +59,7 @@
59
59
  "@types/faker": "^4.1.0",
60
60
  "@types/lodash": "^4.14.0",
61
61
  "@types/mocha": "^8.2.2",
62
- "@types/node": "16.11.7",
62
+ "@types/node": "16.11.59",
63
63
  "@types/react": "^17.0.37",
64
64
  "@types/react-dom": "^17.0.0",
65
65
  "@types/sinon": "^9.0.0",
@@ -99,9 +99,9 @@
99
99
  "dependencies": {
100
100
  "@bentley/icons-generic-webfont": "^1.0.15",
101
101
  "@itwin/itwinui-css": "0.x",
102
- "@itwin/itwinui-react": "^1.38.1",
102
+ "@itwin/itwinui-react": "~1.42.0",
103
103
  "callable-instance2": "1.0.0",
104
- "classnames": "^2.3.1",
104
+ "classnames": "2.3.1",
105
105
  "eventemitter2": "^5.0.1",
106
106
  "immer": "9.0.6",
107
107
  "immutable": "^3.8.2",