Releases: contentstack/app-sdk
v2.1.1
What's Changed
- Addressed an issue where, when retrieving custom field data for the
file
data type, the asset IDs were resolved as an array of undefined values. PR: #131
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Feat/mkt 7554 : Added branch support for getContentTypes() by @MaitriGurey1 in #120
- Feat/mkt 7848 event registration by @Amitkanswal in #121
- Fix/mkt 8046 : Added sub resource integrity hash by @MaitriGurey1 in #123
- fix: fixed readme script format by @MaitriGurey1 in #124
- Develop-->Main by @MaitriGurey1 in #122
New Contributors
- @MaitriGurey1 made their first contribution in #120
- @Amitkanswal made their first contribution in #121
Full Changelog: v2.0.3...v2.1.3
v2.0.3
v2.0.2
What's Changed
- feat: DEVREL-22 Added global fields handler by @praveen-mohan-cs in #111
New Contributors
- @praveen-mohan-cs made their first contribution in #111
Full Changelog: v2.0.1...v2.0.2
v2.0.1: Merge pull request #103 from contentstack/develop
v2.0.0
App SDK v2.0.0 Release Notes
Features
-
Extensive Type Support: The new version of the App SDK brings enhanced type support to provide a more robust and predictable development experience.
-
Improved Unit Test Coverage: We have significantly increased the unit test coverage for the App SDK codebase.
Bug Fix
- Custom Field: Addressed an issue where nested custom fields lost their values upon saving. (Pull Request: #92)
Breaking Changes
-
The
_extension
property update: In this release, the_extension
property has been replaced by_uiLocation
within the App SDK instance. -
Location object update: We have removed the
EntryFieldLocation
andFullscreenAppWidget
properties from the location object. Instead, please useFieldModifierLocation
andFullPage
respectively. -
Metadata response structure update: The response types for several methods related to metadata operations have been adjusted in this release. The changes aim to offer a more streamlined and consistent response structure across the following methods:
createMetaData()
retrieveMetaData()
retrieveAllMetaData()
updateMetaData()
deleteMetaData()
-
Return-type updates for specific methods: The return types for the following methods have been updated to void:
replaceAsset()
in the Asset Sidebar WidgetsetValidity()
method in the AppConfig locationcloseModal()
method of the Field Modifier Location- Methods within the window module:
enableResizing()
updateHeight()
enablePaddingTop()
disablePaddingTop()
Note: For information on migrating to App SDK v2.0.0, please refer to the Migration Documentation).
v1.6.0
What's Changed
- feat: app version support by @jaychouhancontentstack in #72
- Fix/MKT-1899 default modal behaviour by @Kaushty in #74
- feat: prevent user from accidentally closing frame by @Deepak-Kharah in #79
- v1.6.0 by @Kaushty in #76
New Contributors
- @jaychouhancontentstack made their first contribution in #72
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.1
v1.4.0
What's Changed
- feat(CS-35288): get management token details by @Deepak-Kharah in #51
- chore: prepare for beta release by @Deepak-Kharah in #55
- feat: entry field location support by @Deepak-Kharah in #52
- v1.4.0-beta.0 by @Deepak-Kharah in #56
- Update beta-release-package.yml by @Deepak-Kharah in #57
- feat(CS-36213): onchange has resolved data by @Deepak-Kharah in #54
- CS-36372: re add self true by @Deepak-Kharah in #58
- feat: rename feature to field location by @Deepak-Kharah in #61
- feat: support full page locatiom by @Deepak-Kharah in #60
- Feat/mkt 1596 analytics support by @Kaushty in #59
- feat(CS-27915): Validation state for configuration page by @Deepak-Kharah in #50
- feat: add default modal configuration by @Deepak-Kharah in #62
- v1.4.0--beta.1 by @Deepak-Kharah in #63
- chore: update app sdk version by @Kaushty in #64
New Contributors
Full Changelog: v1.3.0...v1.4.0