@itwin/presentation-frontend 3.0.0 → 3.1.0-dev.12
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 +3 -30
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,33 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.0.0
|
|
6
|
-
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
-
|
|
8
|
-
### Updates
|
|
9
|
-
|
|
10
|
-
- fix code for breaking change to .query() method
|
|
11
|
-
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
12
|
-
- fix ecsql row format
|
|
13
|
-
- getAccessToken always returns a token
|
|
14
|
-
- rename contextId -> iTwinId
|
|
15
|
-
- rename to @itwin/presentation-frontend
|
|
16
|
-
- remove ClientRequestContext and its subclasses
|
|
17
|
-
- Allow supplying `SelectionManager` and `FavoritePropertiesManager` props when initializing `Presentation`.
|
|
18
|
-
- Change default `IFavoritePropertiesStorage` implementation to no-op and provide ability to choose another one when initializing `Presentation`.
|
|
19
|
-
- Clean up deprecated APIs
|
|
20
|
-
- Added API to get properties of all elements.
|
|
21
|
-
- Fix hilite set provider somtimes caching results with wrong GUID, causing invalid hilite set being returned afterwards.
|
|
22
|
-
- Added `PresentationManager.getContentSources` API to retrieve information about where content for specific types of elements comes from.
|
|
23
|
-
- Fix `RulesetVariablesManager.onVariableChanged` event not being fired when a mutable value is set.
|
|
24
|
-
- Remove ability to get multiple element properties in frontend.
|
|
25
|
-
- Add `getContentInstanceKeys` RPC to efficiently get content instance keys.
|
|
26
|
-
- Remove `PresentationManager.loadHierarchy` API.
|
|
27
|
-
- Changed uses of `PresentationUnitSystem` to `UnitSystemKey`.
|
|
28
|
-
- Replace usage of I18N with generic Localization interface.
|
|
29
|
-
- Switching to consume new Projects-Client
|
|
30
|
-
- Renamed an iModel's parent container to iTwin
|
|
3
|
+
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
|
31
4
|
|
|
32
5
|
## 2.19.28
|
|
33
6
|
Wed, 12 Jan 2022 14:52:38 GMT
|
|
@@ -354,7 +327,7 @@ Tue, 09 Mar 2021 20:28:13 GMT
|
|
|
354
327
|
### Updates
|
|
355
328
|
|
|
356
329
|
- Fixed broken double angle bracket link syntax
|
|
357
|
-
- Changed 'compareHierarchy' to build result in pages for massive result sets.
|
|
330
|
+
- Changed 'compareHierarchy' to build result in pages for massive result sets.
|
|
358
331
|
- HiliteSetProvider: return geometric elements grouped by BisCore.GroupInformationElement
|
|
359
332
|
- Updated to use TypeScript 4.1
|
|
360
333
|
- begin rename project from iModel.js to iTwin.js
|
|
@@ -797,7 +770,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
797
770
|
- Do not include transient element IDs when syncing with logical selection
|
|
798
771
|
- 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.
|
|
799
772
|
- Remove IModelApp subclasses
|
|
800
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
773
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
801
774
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
802
775
|
|
|
803
776
|
## 0.190.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-dev.12",
|
|
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",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-bentley": "^3.0.
|
|
27
|
-
"@itwin/core-common": "^3.0.
|
|
28
|
-
"@itwin/core-frontend": "^3.0.
|
|
29
|
-
"@itwin/core-quantity": "^3.0.
|
|
30
|
-
"@itwin/presentation-common": "^3.0.
|
|
26
|
+
"@itwin/core-bentley": "^3.1.0-dev.12",
|
|
27
|
+
"@itwin/core-common": "^3.1.0-dev.12",
|
|
28
|
+
"@itwin/core-frontend": "^3.1.0-dev.12",
|
|
29
|
+
"@itwin/core-quantity": "^3.1.0-dev.12",
|
|
30
|
+
"@itwin/presentation-common": "^3.1.0-dev.12"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@itwin/build-tools": "3.0.
|
|
34
|
-
"@itwin/core-bentley": "3.0.
|
|
35
|
-
"@itwin/core-common": "3.0.
|
|
36
|
-
"@itwin/core-frontend": "3.0.
|
|
37
|
-
"@itwin/core-i18n": "3.0.
|
|
38
|
-
"@itwin/core-quantity": "3.0.
|
|
39
|
-
"@itwin/eslint-plugin": "3.0.
|
|
40
|
-
"@itwin/presentation-common": "3.0.
|
|
33
|
+
"@itwin/build-tools": "3.1.0-dev.12",
|
|
34
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
35
|
+
"@itwin/core-common": "3.1.0-dev.12",
|
|
36
|
+
"@itwin/core-frontend": "3.1.0-dev.12",
|
|
37
|
+
"@itwin/core-i18n": "3.1.0-dev.12",
|
|
38
|
+
"@itwin/core-quantity": "3.1.0-dev.12",
|
|
39
|
+
"@itwin/eslint-plugin": "3.1.0-dev.12",
|
|
40
|
+
"@itwin/presentation-common": "3.1.0-dev.12",
|
|
41
41
|
"@types/chai": "^4.1.4",
|
|
42
42
|
"@types/chai-as-promised": "^7",
|
|
43
43
|
"@types/chai-jest-snapshot": "^1.3.0",
|