@itwin/presentation-frontend 3.1.0-dev.8 → 3.2.0-dev.3

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