@itwin/appui-abstract 3.7.0-dev.1 → 3.7.0-dev.2
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 +7 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -9,6 +9,11 @@ Wed, 08 Feb 2023 14:58:39 GMT
|
|
9
9
|
|
10
10
|
- Move AppUI specific types into @itwin/appui-react package.
|
11
11
|
|
12
|
+
## 3.5.6
|
13
|
+
Fri, 24 Feb 2023 16:02:47 GMT
|
14
|
+
|
15
|
+
_Version update only_
|
16
|
+
|
12
17
|
## 3.5.5
|
13
18
|
Thu, 26 Jan 2023 22:53:27 GMT
|
14
19
|
|
@@ -238,7 +243,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
|
|
238
243
|
- UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
|
239
244
|
- Remove old aribiter related functions that are not used.
|
240
245
|
- Add BaseUiItemsProvider class
|
241
|
-
- Replaced ui-core Slider with one from iTwinUi-react.
|
246
|
+
- Replaced ui-core Slider with one from iTwinUi-react.
|
242
247
|
- Add support for widget tab icons in UI-2
|
243
248
|
|
244
249
|
## 2.19.28
|
@@ -901,7 +906,7 @@ Wed, 06 May 2020 13:17:49 GMT
|
|
901
906
|
- In source documentation. Some learning docs & API changes.
|
902
907
|
- TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
|
903
908
|
- Started ui-components Learning doc section
|
904
|
-
- Update doc tags for automatic UI creation
|
909
|
+
- Update doc tags for automatic UI creation
|
905
910
|
- Refactor to remove duplicate ComponentGenerator instantiation. Rename files and components to remove React reference.
|
906
911
|
- Update auto-generated dialog items to work with the Tool Settings Bar.
|
907
912
|
- 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.2",
|
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.2"
|
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.2",
|
32
|
+
"@itwin/core-bentley": "3.7.0-dev.2",
|
33
|
+
"@itwin/eslint-plugin": "3.7.0-dev.2",
|
34
34
|
"@types/chai": "4.3.1",
|
35
35
|
"@types/chai-as-promised": "^7",
|
36
36
|
"@types/chai-jest-snapshot": "^1.3.0",
|