@itwin/presentation-backend 4.2.0-dev.9 → 4.2.1

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 (29) hide show
  1. package/CHANGELOG.md +70 -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 +700 -700
  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.js +1 -1
  10. package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
  11. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  12. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  13. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  14. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  15. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +8 -8
  16. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  17. package/lib/cjs/presentation-backend/RulesetEmbedder.js +3 -3
  18. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  19. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  20. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  21. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +16 -16
  22. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  23. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  24. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  25. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  26. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  27. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  28. package/lib/cjs/presentation-backend.js.map +1 -1
  29. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,60 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Thu, 17 Aug 2023 07:50:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Oct 2023 15:09:13 GMT and should not be manually modified.
4
+
5
+ ## 4.2.1
6
+ Tue, 24 Oct 2023 15:09:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.2.0
11
+ Tue, 17 Oct 2023 15:14:32 GMT
12
+
13
+ ### Updates
14
+
15
+ - Fixed Presentation RPC throwing on multiple repeated requests
16
+
17
+ ## 4.1.9
18
+ Tue, 10 Oct 2023 18:48:12 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 4.1.8
23
+ Fri, 06 Oct 2023 04:00:18 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 4.1.7
28
+ Thu, 28 Sep 2023 21:41:33 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 4.1.6
33
+ Tue, 12 Sep 2023 15:38:52 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 4.1.5
38
+ Fri, 08 Sep 2023 13:37:23 GMT
39
+
40
+ ### Updates
41
+
42
+ - Fixed Presentation RPC throwing on multiple repeated requests
43
+
44
+ ## 4.1.4
45
+ Thu, 07 Sep 2023 18:26:02 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 4.1.3
50
+ Wed, 30 Aug 2023 15:35:27 GMT
51
+
52
+ _Version update only_
53
+
54
+ ## 4.1.2
55
+ Wed, 23 Aug 2023 15:25:30 GMT
56
+
57
+ _Version update only_
4
58
 
5
59
  ## 4.1.1
6
60
  Fri, 18 Aug 2023 13:02:53 GMT
@@ -68,6 +122,21 @@ Mon, 22 May 2023 15:34:14 GMT
68
122
  - Removed IPC method used to track UI state on the backend
69
123
  - Added content values formatting to `PresentationManager.getContent`
70
124
 
125
+ ## 3.7.16
126
+ Mon, 16 Oct 2023 12:49:08 GMT
127
+
128
+ _Version update only_
129
+
130
+ ## 3.7.15
131
+ Tue, 10 Oct 2023 19:58:35 GMT
132
+
133
+ _Version update only_
134
+
135
+ ## 3.7.14
136
+ Fri, 29 Sep 2023 16:57:16 GMT
137
+
138
+ _Version update only_
139
+
71
140
  ## 3.7.13
72
141
  Tue, 08 Aug 2023 19:49:18 GMT
73
142
 
@@ -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
+ }