File tree Expand file tree Collapse file tree 3 files changed +30
-29
lines changed Expand file tree Collapse file tree 3 files changed +30
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @sitecore-marketplace-sdk/core
2
2
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ff3ca07: Introduce new extensionPoint naming conventions with full backward compatibility
8
+
9
+ ** New Features:**
10
+
11
+ - Added ` AllowedExtensionPoints ` type alias for ` AllowedTouchpoints ` enum
12
+ - Added ` ApplicationExtensionPointContext ` interface as the new standard (replaces ` ApplicationTouchpointContext ` )
13
+ - Added ` ApplicationExtensionPointMetaContext ` interface as the new standard (replaces ` ApplicationTouchpointMetaContext ` )
14
+ - Added ` extensionPoints ` property to ` ApplicationContext ` and ` ApplicationRuntimeContext ` interfaces
15
+ - Updated ` resourceAccess ` property naming (replaces deprecated ` resources ` )
16
+
17
+ ** Backward Compatibility:**
18
+
19
+ This is a fully backward-compatible change. All existing code will continue to work without modifications:
20
+
21
+ - ` AllowedTouchpoints ` enum remains unchanged and fully functional
22
+ - ` ApplicationTouchpointContext ` and ` ApplicationTouchpointMetaContext ` interfaces remain functional but are marked as deprecated
23
+ - ` touchpoints ` and ` resources ` properties continue to work but show deprecation warnings
24
+
25
+ ** What changed:**
26
+
27
+ - Added new ` extensionPoints ` property alongside deprecated ` touchpoints `
28
+ - Added new extension point interfaces with cleaner naming
29
+ - Added type alias for better API consistency
30
+ - Maintained full backward compatibility with automatic property mapping
31
+
3
32
## 0.1.6
4
33
5
34
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sitecore-marketplace-sdk/core" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs.js" ,
You can’t perform that action at this time.
0 commit comments