@itwin/imodel-components-react 3.4.0-dev.15 → 3.4.0-dev.19

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 +12 -1
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
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, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.0
6
+ Thu, 18 Aug 2022 19:08:02 GMT
7
+
8
+ ### Updates
9
+
10
+ - upgrade mocha to version 10.0.0
11
+ - Add ability to specify locale and format of Data and Time shown by timeline component.
12
+ - Navicube is now locked when Markup is active
13
+ - Ensure Timeline's current duration value is with valid range.
14
+ - Update iTwinUI-react to 1.38.1
4
15
 
5
16
  ## 3.2.8
6
17
  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.15",
3
+ "version": "3.4.0-dev.19",
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.15",
24
- "@itwin/components-react": "^3.4.0-dev.15",
25
- "@itwin/core-bentley": "^3.4.0-dev.15",
26
- "@itwin/core-common": "^3.4.0-dev.15",
27
- "@itwin/core-frontend": "^3.4.0-dev.15",
28
- "@itwin/core-geometry": "^3.4.0-dev.15",
29
- "@itwin/core-quantity": "^3.4.0-dev.15",
30
- "@itwin/core-react": "^3.4.0-dev.15",
23
+ "@itwin/appui-abstract": "^3.4.0-dev.19",
24
+ "@itwin/components-react": "^3.4.0-dev.19",
25
+ "@itwin/core-bentley": "^3.4.0-dev.19",
26
+ "@itwin/core-common": "^3.4.0-dev.19",
27
+ "@itwin/core-frontend": "^3.4.0-dev.19",
28
+ "@itwin/core-geometry": "^3.4.0-dev.19",
29
+ "@itwin/core-quantity": "^3.4.0-dev.19",
30
+ "@itwin/core-react": "^3.4.0-dev.19",
31
31
  "react": "^17.0.0",
32
32
  "react-dom": "^17.0.0"
33
33
  },
@@ -36,16 +36,16 @@
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.15",
40
- "@itwin/build-tools": "3.4.0-dev.15",
41
- "@itwin/components-react": "3.4.0-dev.15",
42
- "@itwin/core-bentley": "3.4.0-dev.15",
43
- "@itwin/core-common": "3.4.0-dev.15",
44
- "@itwin/core-frontend": "3.4.0-dev.15",
45
- "@itwin/core-geometry": "3.4.0-dev.15",
46
- "@itwin/core-quantity": "3.4.0-dev.15",
47
- "@itwin/core-react": "3.4.0-dev.15",
48
- "@itwin/eslint-plugin": "3.4.0-dev.15",
39
+ "@itwin/appui-abstract": "3.4.0-dev.19",
40
+ "@itwin/build-tools": "3.4.0-dev.19",
41
+ "@itwin/components-react": "3.4.0-dev.19",
42
+ "@itwin/core-bentley": "3.4.0-dev.19",
43
+ "@itwin/core-common": "3.4.0-dev.19",
44
+ "@itwin/core-frontend": "3.4.0-dev.19",
45
+ "@itwin/core-geometry": "3.4.0-dev.19",
46
+ "@itwin/core-quantity": "3.4.0-dev.19",
47
+ "@itwin/core-react": "3.4.0-dev.19",
48
+ "@itwin/eslint-plugin": "3.4.0-dev.19",
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",