Skip to content

Commit 0a9174a

Browse files
author
Mohammod Al Amin Ashik
committed
release core sdk
1 parent ff3ca07 commit 0a9174a

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

.changeset/deprecate-resources-touchpoints-core.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# @sitecore-marketplace-sdk/core
22

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+
332
## 0.1.6
433

534
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sitecore-marketplace-sdk/core",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)