@itwin/presentation-testing 3.1.0-dev.26 → 3.1.0-dev.31
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 +14 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-testing
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.0.0
|
|
6
|
+
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- fix code for breaking change to .query() method
|
|
11
|
+
- Upgrade target to ES2019
|
|
12
|
+
- fix ecsql row format
|
|
13
|
+
- rename to @itwin/presentation-testing
|
|
14
|
+
- Clean up deprecated APIs
|
|
15
|
+
- Replace usage of I18N with generic Localization interface.
|
|
16
|
+
- Support for TypeDoc v0.22.7. Fix various broken docs links.
|
|
4
17
|
|
|
5
18
|
## 2.19.28
|
|
6
19
|
Wed, 12 Jan 2022 14:52:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-testing",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.0-dev.31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"ignore-styles": "^5.0.1"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@itwin/appui-abstract": "3.1.0-dev.
|
|
29
|
-
"@itwin/build-tools": "3.1.0-dev.
|
|
30
|
-
"@itwin/components-react": "3.1.0-dev.
|
|
31
|
-
"@itwin/core-backend": "3.1.0-dev.
|
|
32
|
-
"@itwin/core-bentley": "3.1.0-dev.
|
|
33
|
-
"@itwin/core-common": "3.1.0-dev.
|
|
34
|
-
"@itwin/core-frontend": "3.1.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.1.0-dev.
|
|
36
|
-
"@itwin/presentation-backend": "3.1.0-dev.
|
|
37
|
-
"@itwin/presentation-common": "3.1.0-dev.
|
|
38
|
-
"@itwin/presentation-components": "3.1.0-dev.
|
|
39
|
-
"@itwin/presentation-frontend": "3.1.0-dev.
|
|
28
|
+
"@itwin/appui-abstract": "3.1.0-dev.31",
|
|
29
|
+
"@itwin/build-tools": "3.1.0-dev.31",
|
|
30
|
+
"@itwin/components-react": "3.1.0-dev.31",
|
|
31
|
+
"@itwin/core-backend": "3.1.0-dev.31",
|
|
32
|
+
"@itwin/core-bentley": "3.1.0-dev.31",
|
|
33
|
+
"@itwin/core-common": "3.1.0-dev.31",
|
|
34
|
+
"@itwin/core-frontend": "3.1.0-dev.31",
|
|
35
|
+
"@itwin/eslint-plugin": "3.1.0-dev.31",
|
|
36
|
+
"@itwin/presentation-backend": "3.1.0-dev.31",
|
|
37
|
+
"@itwin/presentation-common": "3.1.0-dev.31",
|
|
38
|
+
"@itwin/presentation-components": "3.1.0-dev.31",
|
|
39
|
+
"@itwin/presentation-frontend": "3.1.0-dev.31",
|
|
40
40
|
"@types/chai": "^4.1.4",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|