@itwin/presentation-backend 3.1.0-dev.27 → 3.1.0-dev.32

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 +30 -2
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,34 @@
1
1
  # Change Log - @itwin/presentation-backend
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 Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
4
+
5
+ ## 3.0.0
6
+ Mon, 24 Jan 2022 14:00:52 GMT
7
+
8
+ ### Updates
9
+
10
+ - Existing ruleset configurations were updated to no longer use deprecated rule versions for iModel.js 3.0.
11
+ - Upgrade target to ES2019
12
+ - fix ecsql row format
13
+ - rename to @itwin/presentation-backend
14
+ - remove ClientRequestContext and its subclasses
15
+ - Clean up deprecated APIs
16
+ - Added API to get properties of all elements.
17
+ - Added `PresentationManager.getContentSources` API to retrieve information about where content for specific types of elements comes from.
18
+ - Fix class and schema names in RelatedProperties rule for ElementOwnsUniqueAspect relationship.
19
+ - Fix Presentation IPC handler not being registered until the first Presentation request is made.
20
+ - Enforce valid page options on getElementProperties request when requesting properties of multiple elements.
21
+ - Fix for getElementProperties request when requesting all elements of specific classes
22
+ - Use async iterator when getting properties of multiple elements.
23
+ - Add `getContentInstanceKeys` RPC to efficiently get content instance keys.
24
+ - Restructure backend's initialization props
25
+ - Remove `PresentationManager.loadHierarchy` API.
26
+ - Fix ruleset variables storing in IPC apps
27
+ - Updated `RulesetEmbedder` to allow calling callbacks before and after Model/Element is inserted or updated
28
+ - Changed uses of `PresentationUnitSystem` to `UnitSystemKey`.
29
+ - Always create unique ruleset id when handling nodes requests
30
+ - remove ClientRequestContext.current
31
+ - remove requestContext argument from importSchemas
4
32
 
5
33
  ## 2.19.28
6
34
  Wed, 12 Jan 2022 14:52:38 GMT
@@ -804,7 +832,7 @@ Mon, 13 May 2019 15:52:05 GMT
804
832
  - Fixed `PresentationRpcImpl.computeSelection` for "model", "category" and "element" scope to return specific class names instead of "BisCore:Model", "BisCore:Category" or "BisCore:Element"
805
833
  - Allow requesting content with descriptor overrides instead of descriptor. This allows to competely avoid a descriptor request when content customization requirements are the same for all kinds of content
806
834
  - Do not attempt to handle transient element ids when computing selection based on scope
807
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
835
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
808
836
  - Upgrade TypeDoc dependency to 0.14.2
809
837
 
810
838
  ## 0.190.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.1.0-dev.27",
3
+ "version": "3.1.0-dev.32",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,20 +22,20 @@
22
22
  "main": "lib/cjs/presentation-backend.js",
23
23
  "typings": "lib/cjs/presentation-backend",
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "^3.1.0-dev.27",
26
- "@itwin/core-bentley": "^3.1.0-dev.27",
27
- "@itwin/core-common": "^3.1.0-dev.27",
28
- "@itwin/core-quantity": "^3.1.0-dev.27",
29
- "@itwin/presentation-common": "^3.1.0-dev.27"
25
+ "@itwin/core-backend": "^3.1.0-dev.32",
26
+ "@itwin/core-bentley": "^3.1.0-dev.32",
27
+ "@itwin/core-common": "^3.1.0-dev.32",
28
+ "@itwin/core-quantity": "^3.1.0-dev.32",
29
+ "@itwin/presentation-common": "^3.1.0-dev.32"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.1.0-dev.27",
33
- "@itwin/core-backend": "3.1.0-dev.27",
34
- "@itwin/core-bentley": "3.1.0-dev.27",
35
- "@itwin/core-common": "3.1.0-dev.27",
36
- "@itwin/core-quantity": "3.1.0-dev.27",
37
- "@itwin/eslint-plugin": "3.1.0-dev.27",
38
- "@itwin/presentation-common": "3.1.0-dev.27",
32
+ "@itwin/build-tools": "3.1.0-dev.32",
33
+ "@itwin/core-backend": "3.1.0-dev.32",
34
+ "@itwin/core-bentley": "3.1.0-dev.32",
35
+ "@itwin/core-common": "3.1.0-dev.32",
36
+ "@itwin/core-quantity": "3.1.0-dev.32",
37
+ "@itwin/eslint-plugin": "3.1.0-dev.32",
38
+ "@itwin/presentation-common": "3.1.0-dev.32",
39
39
  "@types/chai": "^4.1.4",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",