@itwin/presentation-backend 4.1.0-dev.8 → 4.1.0-dev.80

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 (31) hide show
  1. package/CHANGELOG.md +81 -1
  2. package/lib/cjs/assets/primary-presentation-rules/ElementProperties.PresentationRuleSet.json +14 -14
  3. package/lib/cjs/assets/supplemental-presentation-rules/BisCore.PresentationRuleSet.json +701 -697
  4. package/lib/cjs/assets/supplemental-presentation-rules/Functional.PresentationRuleSet.json +139 -139
  5. package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
  6. package/lib/cjs/presentation-backend/Constants.js.map +1 -1
  7. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +12 -12
  8. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  9. package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
  10. package/lib/cjs/presentation-backend/NativePlatform.js +4 -1
  11. package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
  12. package/lib/cjs/presentation-backend/Presentation.js +1 -1
  13. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  14. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  15. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  16. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +1 -1
  17. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  18. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  19. package/lib/cjs/presentation-backend/RulesetEmbedder.js +3 -3
  20. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  21. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  22. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  23. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +16 -16
  24. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  25. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  26. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  27. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  28. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  29. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  30. package/lib/cjs/presentation-backend.js.map +1 -1
  31. package/package.json +19 -25
package/CHANGELOG.md CHANGED
@@ -1,6 +1,86 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Jul 2023 12:35:20 GMT and should not be manually modified.
4
+
5
+ ## 4.0.6
6
+ Mon, 24 Jul 2023 05:07:33 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.0.5
11
+ Tue, 18 Jul 2023 12:21:56 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.0.4
16
+ Wed, 12 Jul 2023 15:50:01 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.0.3
21
+ Mon, 03 Jul 2023 15:28:41 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.0.2
26
+ Wed, 21 Jun 2023 22:04:43 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 4.0.1
31
+ Wed, 21 Jun 2023 20:29:14 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 4.0.0
36
+ Mon, 22 May 2023 15:34:14 GMT
37
+
38
+ ### Updates
39
+
40
+ - Update to eslint@8
41
+ - Documentation improvements
42
+ - Update logging categories under `PresentationBackendNativeLoggerCategory`.
43
+ - Modified supplemental rules to use new content modifier's attribute `applyOnNestedContent`
44
+ - Update `BisCore` supplemental rules to include more `RepositoryLink` properties, including from subclasses.
45
+ - Reduce default backend response timeout from 90 seconds to 5 seconds
46
+ - Fixed diagnostics not being included in error responses
47
+ - Removed IPC method used to track UI state on the backend
48
+ - Added content values formatting to `PresentationManager.getContent`
49
+
50
+ ## 3.7.11
51
+ Tue, 11 Jul 2023 17:17:22 GMT
52
+
53
+ _Version update only_
54
+
55
+ ## 3.7.10
56
+ Wed, 05 Jul 2023 13:41:21 GMT
57
+
58
+ _Version update only_
59
+
60
+ ## 3.7.9
61
+ Tue, 20 Jun 2023 12:51:02 GMT
62
+
63
+ _Version update only_
64
+
65
+ ## 3.7.8
66
+ Thu, 01 Jun 2023 17:00:39 GMT
67
+
68
+ _Version update only_
69
+
70
+ ## 3.7.7
71
+ Wed, 24 May 2023 17:27:09 GMT
72
+
73
+ _Version update only_
74
+
75
+ ## 3.7.6
76
+ Mon, 15 May 2023 18:23:41 GMT
77
+
78
+ _Version update only_
79
+
80
+ ## 3.7.5
81
+ Thu, 04 May 2023 19:43:18 GMT
82
+
83
+ _Version update only_
4
84
 
5
85
  ## 3.7.4
6
86
  Tue, 25 Apr 2023 17:50:35 GMT
@@ -1,14 +1,14 @@
1
- {
2
- "$schema": "../../../common/Ruleset.schema.json",
3
- "id": "ElementProperties",
4
- "rules": [
5
- {
6
- "ruleType": "Content",
7
- "specifications": [
8
- {
9
- "specType": "SelectedNodeInstances"
10
- }
11
- ]
12
- }
13
- ]
14
- }
1
+ {
2
+ "$schema": "../../../common/Ruleset.schema.json",
3
+ "id": "ElementProperties",
4
+ "rules": [
5
+ {
6
+ "ruleType": "Content",
7
+ "specifications": [
8
+ {
9
+ "specType": "SelectedNodeInstances"
10
+ }
11
+ ]
12
+ }
13
+ ]
14
+ }