@itwin/imodel-components-react 3.4.0-dev.3 → 3.4.0-dev.30

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 +27 -1
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,6 +1,32 @@
1
1
  # Change Log - @itwin/imodel-components-react
2
2
 
3
- This log was last generated on Mon, 01 Aug 2022 13:36:56 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.0
11
+ Thu, 18 Aug 2022 19:08:02 GMT
12
+
13
+ ### Updates
14
+
15
+ - upgrade mocha to version 10.0.0
16
+ - Add ability to specify locale and format of Data and Time shown by timeline component.
17
+ - Navicube is now locked when Markup is active
18
+ - Ensure Timeline's current duration value is with valid range.
19
+ - Update iTwinUI-react to 1.38.1
20
+
21
+ ## 3.2.9
22
+ Fri, 26 Aug 2022 14:21:40 GMT
23
+
24
+ _Version update only_
25
+
26
+ ## 3.2.8
27
+ Tue, 09 Aug 2022 15:52:41 GMT
28
+
29
+ _Version update only_
4
30
 
5
31
  ## 3.2.7
6
32
  Mon, 01 Aug 2022 13:36:56 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "3.4.0-dev.3",
3
+ "version": "3.4.0-dev.30",
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.3",
24
- "@itwin/components-react": "^3.4.0-dev.3",
25
- "@itwin/core-bentley": "^3.4.0-dev.3",
26
- "@itwin/core-common": "^3.4.0-dev.3",
27
- "@itwin/core-frontend": "^3.4.0-dev.3",
28
- "@itwin/core-geometry": "^3.4.0-dev.3",
29
- "@itwin/core-quantity": "^3.4.0-dev.3",
30
- "@itwin/core-react": "^3.4.0-dev.3",
23
+ "@itwin/appui-abstract": "^3.4.0-dev.30",
24
+ "@itwin/components-react": "^3.4.0-dev.30",
25
+ "@itwin/core-bentley": "^3.4.0-dev.30",
26
+ "@itwin/core-common": "^3.4.0-dev.30",
27
+ "@itwin/core-frontend": "^3.4.0-dev.30",
28
+ "@itwin/core-geometry": "^3.4.0-dev.30",
29
+ "@itwin/core-quantity": "^3.4.0-dev.30",
30
+ "@itwin/core-react": "^3.4.0-dev.30",
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.3",
40
- "@itwin/build-tools": "3.4.0-dev.3",
41
- "@itwin/components-react": "3.4.0-dev.3",
42
- "@itwin/core-bentley": "3.4.0-dev.3",
43
- "@itwin/core-common": "3.4.0-dev.3",
44
- "@itwin/core-frontend": "3.4.0-dev.3",
45
- "@itwin/core-geometry": "3.4.0-dev.3",
46
- "@itwin/core-quantity": "3.4.0-dev.3",
47
- "@itwin/core-react": "3.4.0-dev.3",
48
- "@itwin/eslint-plugin": "3.4.0-dev.3",
39
+ "@itwin/appui-abstract": "3.4.0-dev.30",
40
+ "@itwin/build-tools": "3.4.0-dev.30",
41
+ "@itwin/components-react": "3.4.0-dev.30",
42
+ "@itwin/core-bentley": "3.4.0-dev.30",
43
+ "@itwin/core-common": "3.4.0-dev.30",
44
+ "@itwin/core-frontend": "3.4.0-dev.30",
45
+ "@itwin/core-geometry": "3.4.0-dev.30",
46
+ "@itwin/core-quantity": "3.4.0-dev.30",
47
+ "@itwin/core-react": "3.4.0-dev.30",
48
+ "@itwin/eslint-plugin": "3.4.0-dev.30",
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",
@@ -99,7 +99,7 @@
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
104
  "classnames": "^2.3.1",
105
105
  "eventemitter2": "^5.0.1",