@itwin/appui-abstract 3.5.0-dev.8 → 3.5.0

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 +65 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,70 @@
1
1
  # Change Log - @itwin/appui-abstract
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:36 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:36 GMT
7
+
8
+ ### Updates
9
+
10
+ - Expose allowedPanelTargets to apps in AbstractWidgetProps.
11
+
12
+ ## 3.4.7
13
+ Wed, 30 Nov 2022 14:28:19 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 3.4.6
18
+ Tue, 22 Nov 2022 14:24:19 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 3.4.5
23
+ Thu, 17 Nov 2022 21:32:49 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.4.4
28
+ Thu, 10 Nov 2022 19:32:17 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.4.3
33
+ Fri, 28 Oct 2022 13:34:57 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.4.2
38
+ Mon, 24 Oct 2022 13:23:45 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.4.1
43
+ Mon, 17 Oct 2022 20:06:51 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 3.4.0
48
+ Thu, 13 Oct 2022 20:24:47 GMT
49
+
50
+ ### Updates
51
+
52
+ - Updated Node types declaration to support latest v16
53
+
54
+ ## 3.3.5
55
+ Tue, 27 Sep 2022 11:50:59 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 3.3.4
60
+ Thu, 08 Sep 2022 19:00:04 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 3.3.3
65
+ Tue, 06 Sep 2022 20:54:19 GMT
66
+
67
+ _Version update only_
4
68
 
5
69
  ## 3.3.2
6
70
  Thu, 01 Sep 2022 14:37:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-abstract",
3
- "version": "3.5.0-dev.8",
3
+ "version": "3.5.0",
4
4
  "description": "iTwin.js UI abstractions",
5
5
  "main": "lib/cjs/appui-abstract.js",
6
6
  "module": "lib/esm/appui-abstract.js",
@@ -21,22 +21,22 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.5.0-dev.8"
24
+ "@itwin/core-bentley": "^3.5.0"
25
25
  },
26
26
  "//devDependencies": [
27
27
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
28
28
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
29
29
  ],
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "3.5.0-dev.8",
32
- "@itwin/core-bentley": "3.5.0-dev.8",
33
- "@itwin/eslint-plugin": "3.5.0-dev.8",
31
+ "@itwin/build-tools": "3.5.0",
32
+ "@itwin/core-bentley": "3.5.0",
33
+ "@itwin/eslint-plugin": "3.5.0",
34
34
  "@types/chai": "4.3.1",
35
35
  "@types/chai-as-promised": "^7",
36
36
  "@types/chai-jest-snapshot": "^1.3.0",
37
37
  "@types/chai-spies": "^1.0.0",
38
38
  "@types/mocha": "^8.2.2",
39
- "@types/node": "16.11.59",
39
+ "@types/node": "18.11.5",
40
40
  "@types/sinon": "^9.0.0",
41
41
  "@types/sinon-chai": "^3.2.0",
42
42
  "chai": "^4.1.2",