@itwin/appui-abstract 3.4.0-dev.3 → 3.4.0-dev.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,35 @@
1
1
  # Change Log - @itwin/appui-abstract
2
2
 
3
- This log was last generated on Mon, 01 Aug 2022 13:36:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
4
+
5
+ ## 3.3.2
6
+ Thu, 01 Sep 2022 14:37:22 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.1
11
+ Fri, 26 Aug 2022 15:40:02 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.3.0
16
+ Thu, 18 Aug 2022 19:08:01 GMT
17
+
18
+ ### Updates
19
+
20
+ - upgrade mocha to version 10.0.0
21
+ - Do not filter calls to provideBackstageItems by stage criteria set when provider is registered.
22
+ - Add hideWithUiWhenFloating prop to widgets so that an app can opt into hiding specific floating widgets when the UI automatically hides.
23
+
24
+ ## 3.2.9
25
+ Fri, 26 Aug 2022 14:21:40 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 3.2.8
30
+ Tue, 09 Aug 2022 15:52:41 GMT
31
+
32
+ _Version update only_
4
33
 
5
34
  ## 3.2.7
6
35
  Mon, 01 Aug 2022 13:36:56 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-abstract",
3
- "version": "3.4.0-dev.3",
3
+ "version": "3.4.0-dev.33",
4
4
  "description": "iTwin.js UI abstractions",
5
5
  "main": "lib/cjs/appui-abstract.js",
6
6
  "module": "lib/esm/appui-abstract.js",
@@ -21,16 +21,16 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.4.0-dev.3"
24
+ "@itwin/core-bentley": "^3.4.0-dev.33"
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.4.0-dev.3",
32
- "@itwin/core-bentley": "3.4.0-dev.3",
33
- "@itwin/eslint-plugin": "3.4.0-dev.3",
31
+ "@itwin/build-tools": "3.4.0-dev.33",
32
+ "@itwin/core-bentley": "3.4.0-dev.33",
33
+ "@itwin/eslint-plugin": "3.4.0-dev.33",
34
34
  "@types/chai": "4.3.1",
35
35
  "@types/chai-as-promised": "^7",
36
36
  "@types/chai-jest-snapshot": "^1.3.0",