@itwin/presentation-testing 4.0.0-dev.21 → 4.0.0-dev.23

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 +46 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,52 @@
2
2
 
3
3
  This log was last generated on Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
4
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
+ - Deprecate `ContentBuilder` methods: `createContentForAllInstances` and `createContentForInstancePerClass`.
12
+ - Added reference docs generation
13
+
14
+ ## 3.5.6
15
+ Fri, 24 Feb 2023 16:02:47 GMT
16
+
17
+ _Version update only_
18
+
19
+ ## 3.5.5
20
+ Thu, 26 Jan 2023 22:53:28 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 3.5.4
25
+ Wed, 18 Jan 2023 15:27:15 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 3.5.3
30
+ Fri, 13 Jan 2023 17:23:07 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 3.5.2
35
+ Wed, 11 Jan 2023 16:46:30 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 3.5.1
40
+ Thu, 15 Dec 2022 16:38:29 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 3.5.0
45
+ Wed, 07 Dec 2022 19:12:37 GMT
46
+
47
+ ### Updates
48
+
49
+ - Add `buildTestIModel` API for creating test iModels
50
+
5
51
  ## 3.4.7
6
52
  Wed, 30 Nov 2022 14:28:19 GMT
7
53
 
@@ -924,4 +970,3 @@ Thu, 10 Jan 2019 22:46:17 GMT
924
970
  ### Updates
925
971
 
926
972
  - Added initialization/termination helpers.
927
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "4.0.0-dev.21",
3
+ "version": "4.0.0-dev.23",
4
4
  "description": "Testing utilities for iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "@itwin/presentation-backend": "^3.6.0 || ^4.0.0-dev.37",
47
47
  "@itwin/presentation-common": "^3.6.0 || ^4.0.0-dev.37",
48
48
  "@itwin/presentation-frontend": "^3.6.0 || ^4.0.0-dev.37",
49
- "@itwin/presentation-components": "^4.0.0-dev.21"
49
+ "@itwin/presentation-components": "^4.0.0-dev.23"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@itwin/appui-abstract": "^4.0.0-dev.37",
@@ -65,7 +65,7 @@
65
65
  "@itwin/presentation-backend": "^4.0.0-dev.37",
66
66
  "@itwin/presentation-common": "^4.0.0-dev.37",
67
67
  "@itwin/presentation-frontend": "^4.0.0-dev.37",
68
- "@itwin/presentation-components": "^4.0.0-dev.21",
68
+ "@itwin/presentation-components": "^4.0.0-dev.23",
69
69
  "@itwin/webgl-compatibility": "^4.0.0-dev.37",
70
70
  "@types/chai": "4.3.1",
71
71
  "@types/chai-as-promised": "^7",