@itwin/appui-abstract 3.7.0-dev.2 → 3.7.0-dev.5
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 +13 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
# Change Log - @itwin/appui-abstract
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 3.6.2
|
6
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 3.6.1
|
11
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 3.6.0
|
6
16
|
Wed, 08 Feb 2023 14:58:39 GMT
|
@@ -243,7 +253,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
|
|
243
253
|
- UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
|
244
254
|
- Remove old aribiter related functions that are not used.
|
245
255
|
- Add BaseUiItemsProvider class
|
246
|
-
- Replaced ui-core Slider with one from iTwinUi-react.
|
256
|
+
- Replaced ui-core Slider with one from iTwinUi-react.
|
247
257
|
- Add support for widget tab icons in UI-2
|
248
258
|
|
249
259
|
## 2.19.28
|
@@ -906,7 +916,7 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
906
916
|
- In source documentation. Some learning docs & API changes.
|
907
917
|
- TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
|
908
918
|
- Started ui-components Learning doc section
|
909
|
-
- Update doc tags for automatic UI creation
|
919
|
+
- Update doc tags for automatic UI creation
|
910
920
|
- Refactor to remove duplicate ComponentGenerator instantiation. Rename files and components to remove React reference.
|
911
921
|
- Update auto-generated dialog items to work with the Tool Settings Bar.
|
912
922
|
- 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": "3.7.0-dev.
|
3
|
+
"version": "3.7.0-dev.5",
|
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.7.0-dev.
|
24
|
+
"@itwin/core-bentley": "^3.7.0-dev.5"
|
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.7.0-dev.
|
32
|
-
"@itwin/core-bentley": "3.7.0-dev.
|
33
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
31
|
+
"@itwin/build-tools": "3.7.0-dev.5",
|
32
|
+
"@itwin/core-bentley": "3.7.0-dev.5",
|
33
|
+
"@itwin/eslint-plugin": "3.7.0-dev.5",
|
34
34
|
"@types/chai": "4.3.1",
|
35
35
|
"@types/chai-as-promised": "^7",
|
36
36
|
"@types/chai-jest-snapshot": "^1.3.0",
|