@itwin/presentation-frontend 4.0.0-dev.10 → 4.0.0-dev.15
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 +10 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:40 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Use EmptyLocalization for localization in tests to increase test performance
|
|
11
|
+
- API promotions
|
|
12
|
+
- Add APIs to get hierarchy level descriptor
|
|
4
13
|
|
|
5
14
|
## 3.5.5
|
|
6
15
|
Thu, 26 Jan 2023 22:53:28 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.15",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
5
|
"main": "lib/cjs/presentation-frontend.js",
|
|
6
6
|
"module": "lib/esm/presentation-frontend.js",
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
29
|
-
"@itwin/presentation-common": "^4.0.0-dev.
|
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.15",
|
|
26
|
+
"@itwin/core-common": "^4.0.0-dev.15",
|
|
27
|
+
"@itwin/core-frontend": "^4.0.0-dev.15",
|
|
28
|
+
"@itwin/core-quantity": "^4.0.0-dev.15",
|
|
29
|
+
"@itwin/presentation-common": "^4.0.0-dev.15"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
33
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
34
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
35
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
36
|
-
"@itwin/core-i18n": "4.0.0-dev.
|
|
37
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
38
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
39
|
-
"@itwin/presentation-common": "4.0.0-dev.
|
|
32
|
+
"@itwin/build-tools": "4.0.0-dev.15",
|
|
33
|
+
"@itwin/core-bentley": "4.0.0-dev.15",
|
|
34
|
+
"@itwin/core-common": "4.0.0-dev.15",
|
|
35
|
+
"@itwin/core-frontend": "4.0.0-dev.15",
|
|
36
|
+
"@itwin/core-i18n": "4.0.0-dev.15",
|
|
37
|
+
"@itwin/core-quantity": "4.0.0-dev.15",
|
|
38
|
+
"@itwin/eslint-plugin": "4.0.0-dev.15",
|
|
39
|
+
"@itwin/presentation-common": "4.0.0-dev.15",
|
|
40
40
|
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|