@itwin/presentation-backend 4.1.0 → 4.1.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 (27) hide show
  1. package/CHANGELOG.md +21 -11
  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.map +1 -1
  10. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  11. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  12. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  13. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  14. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  15. package/lib/cjs/presentation-backend/RulesetEmbedder.js +3 -3
  16. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  17. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  18. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  19. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +16 -16
  20. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  21. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  22. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  23. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  24. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  25. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  26. package/lib/cjs/presentation-backend.js.map +1 -1
  27. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Mon, 14 Aug 2023 14:36:34 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Aug 2023 13:02:53 GMT and should not be manually modified.
4
+
5
+ ## 4.1.1
6
+ Fri, 18 Aug 2023 13:02:53 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.1.0
6
11
  Mon, 14 Aug 2023 14:36:34 GMT
@@ -13,6 +18,11 @@ Mon, 14 Aug 2023 14:36:34 GMT
13
18
  - Fix "Source Element ID" property being assigned a wrong category
14
19
  - Switch to ESLint new flat config system
15
20
 
21
+ ## 4.0.7
22
+ Thu, 10 Aug 2023 13:19:24 GMT
23
+
24
+ _Version update only_
25
+
16
26
  ## 4.0.6
17
27
  Mon, 24 Jul 2023 05:07:33 GMT
18
28
 
@@ -58,6 +68,16 @@ Mon, 22 May 2023 15:34:14 GMT
58
68
  - Removed IPC method used to track UI state on the backend
59
69
  - Added content values formatting to `PresentationManager.getContent`
60
70
 
71
+ ## 3.7.13
72
+ Tue, 08 Aug 2023 19:49:18 GMT
73
+
74
+ _Version update only_
75
+
76
+ ## 3.7.12
77
+ Thu, 27 Jul 2023 21:50:57 GMT
78
+
79
+ _Version update only_
80
+
61
81
  ## 3.7.11
62
82
  Tue, 11 Jul 2023 17:17:22 GMT
63
83
 
@@ -595,16 +615,6 @@ Tue, 06 Jul 2021 22:08:34 GMT
595
615
 
596
616
  _Version update only_
597
617
 
598
- ## 2.16.9
599
- Tue, 06 Jul 2021 22:08:34 GMT
600
-
601
- _Version update only_
602
-
603
- ## 2.16.8
604
- Fri, 02 Jul 2021 17:40:46 GMT
605
-
606
- _Version update only_
607
-
608
618
  ## 2.16.8
609
619
  Fri, 02 Jul 2021 17:40:46 GMT
610
620
 
@@ -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
+ }