@itwin/presentation-frontend 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 +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
|
|
|
11
11
|
- API promotions
|
|
12
12
|
- Add APIs to get hierarchy level descriptor
|
|
13
13
|
|
|
14
|
+
## 3.5.6
|
|
15
|
+
Fri, 24 Feb 2023 16:02:47 GMT
|
|
16
|
+
|
|
17
|
+
_Version update only_
|
|
18
|
+
|
|
14
19
|
## 3.5.5
|
|
15
20
|
Thu, 26 Jan 2023 22:53:28 GMT
|
|
16
21
|
|
|
@@ -559,7 +564,7 @@ Tue, 09 Mar 2021 20:28:13 GMT
|
|
|
559
564
|
### Updates
|
|
560
565
|
|
|
561
566
|
- Fixed broken double angle bracket link syntax
|
|
562
|
-
- Changed 'compareHierarchy' to build result in pages for massive result sets.
|
|
567
|
+
- Changed 'compareHierarchy' to build result in pages for massive result sets.
|
|
563
568
|
- HiliteSetProvider: return geometric elements grouped by BisCore.GroupInformationElement
|
|
564
569
|
- Updated to use TypeScript 4.1
|
|
565
570
|
- begin rename project from iModel.js to iTwin.js
|
|
@@ -1002,7 +1007,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
1002
1007
|
- Do not include transient element IDs when syncing with logical selection
|
|
1003
1008
|
- Always compute selection when syncing tool selection with logical selection - that's necessary to determine concrete element class names. Without that, we're adding keys with "BisCore:Element" class to selection and then our keys compare fails (presentation components like the table always have concrete class names). This can cause rows / nodes not to be highlighted in components.
|
|
1004
1009
|
- Remove IModelApp subclasses
|
|
1005
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1010
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1006
1011
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
1007
1012
|
|
|
1008
1013
|
## 0.190.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "3.7.0-dev.
|
|
3
|
+
"version": "3.7.0-dev.2",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
5
|
"main": "lib/cjs/presentation-frontend.js",
|
|
6
6
|
"module": "lib/esm/presentation-frontend.js",
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "^3.7.0-dev.
|
|
26
|
-
"@itwin/core-common": "^3.7.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^3.7.0-dev.
|
|
28
|
-
"@itwin/core-quantity": "^3.7.0-dev.
|
|
29
|
-
"@itwin/presentation-common": "^3.7.0-dev.
|
|
25
|
+
"@itwin/core-bentley": "^3.7.0-dev.2",
|
|
26
|
+
"@itwin/core-common": "^3.7.0-dev.2",
|
|
27
|
+
"@itwin/core-frontend": "^3.7.0-dev.2",
|
|
28
|
+
"@itwin/core-quantity": "^3.7.0-dev.2",
|
|
29
|
+
"@itwin/presentation-common": "^3.7.0-dev.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "3.7.0-dev.
|
|
33
|
-
"@itwin/core-bentley": "3.7.0-dev.
|
|
34
|
-
"@itwin/core-common": "3.7.0-dev.
|
|
35
|
-
"@itwin/core-frontend": "3.7.0-dev.
|
|
36
|
-
"@itwin/core-i18n": "3.7.0-dev.
|
|
37
|
-
"@itwin/core-quantity": "3.7.0-dev.
|
|
38
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
|
39
|
-
"@itwin/presentation-common": "3.7.0-dev.
|
|
32
|
+
"@itwin/build-tools": "3.7.0-dev.2",
|
|
33
|
+
"@itwin/core-bentley": "3.7.0-dev.2",
|
|
34
|
+
"@itwin/core-common": "3.7.0-dev.2",
|
|
35
|
+
"@itwin/core-frontend": "3.7.0-dev.2",
|
|
36
|
+
"@itwin/core-i18n": "3.7.0-dev.2",
|
|
37
|
+
"@itwin/core-quantity": "3.7.0-dev.2",
|
|
38
|
+
"@itwin/eslint-plugin": "3.7.0-dev.2",
|
|
39
|
+
"@itwin/presentation-common": "3.7.0-dev.2",
|
|
40
40
|
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|