@itwin/appui-abstract 4.0.0-dev.70 → 4.0.0-dev.73

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 +35 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,38 @@
1
1
  # Change Log - @itwin/appui-abstract
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
4
+
5
+ ## 3.7.2
6
+ Wed, 12 Apr 2023 13:12:42 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.1
11
+ Mon, 03 Apr 2023 15:15:36 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.7.0
16
+ Wed, 29 Mar 2023 15:02:27 GMT
17
+
18
+ ### Updates
19
+
20
+ - Update @deprecated comments.
21
+
22
+ ## 3.6.3
23
+ Mon, 27 Mar 2023 16:26:47 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.6.2
28
+ Fri, 17 Mar 2023 17:52:32 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.6.1
33
+ Fri, 24 Feb 2023 22:00:48 GMT
34
+
35
+ _Version update only_
4
36
 
5
37
  ## 3.6.0
6
38
  Wed, 08 Feb 2023 14:58:39 GMT
@@ -243,7 +275,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
243
275
  - UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
244
276
  - Remove old aribiter related functions that are not used.
245
277
  - Add BaseUiItemsProvider class
246
- - Replaced ui-core Slider with one from iTwinUi-react.
278
+ - Replaced ui-core Slider with one from iTwinUi-react.
247
279
  - Add support for widget tab icons in UI-2
248
280
 
249
281
  ## 2.19.28
@@ -906,7 +938,7 @@ Wed, 06 May 2020 13:17:49 GMT
906
938
  - In source documentation. Some learning docs & API changes.
907
939
  - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
908
940
  - Started ui-components Learning doc section
909
- - Update doc tags for automatic UI creation
941
+ - Update doc tags for automatic UI creation
910
942
  - Refactor to remove duplicate ComponentGenerator instantiation. Rename files and components to remove React reference.
911
943
  - Update auto-generated dialog items to work with the Tool Settings Bar.
912
944
  - Add ConditionalBoolean support for isHidden and isDisabled properties.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-abstract",
3
- "version": "4.0.0-dev.70",
3
+ "version": "4.0.0-dev.73",
4
4
  "description": "iTwin.js UI abstractions",
5
5
  "main": "lib/cjs/appui-abstract.js",
6
6
  "module": "lib/esm/appui-abstract.js",
@@ -22,16 +22,16 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^4.0.0-dev.70"
25
+ "@itwin/core-bentley": "^4.0.0-dev.73"
26
26
  },
27
27
  "//devDependencies": [
28
28
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
29
29
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
30
30
  ],
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "4.0.0-dev.70",
33
- "@itwin/core-bentley": "4.0.0-dev.70",
34
- "@itwin/eslint-plugin": "^4.0.0-dev.32",
32
+ "@itwin/build-tools": "4.0.0-dev.73",
33
+ "@itwin/core-bentley": "4.0.0-dev.73",
34
+ "@itwin/eslint-plugin": "^4.0.0-dev.33",
35
35
  "@types/chai": "4.3.1",
36
36
  "@types/chai-as-promised": "^7",
37
37
  "@types/chai-jest-snapshot": "^1.3.0",
@@ -45,7 +45,7 @@
45
45
  "chai-jest-snapshot": "^2.0.0",
46
46
  "chai-spies": "1.0.0",
47
47
  "cpx2": "^3.0.0",
48
- "eslint": "^7.11.0",
48
+ "eslint": "^8.36.0",
49
49
  "ignore-styles": "^5.0.1",
50
50
  "jsdom": "^19.0.0",
51
51
  "jsdom-global": "3.0.2",