Skip to content

Releases: contentstack/app-sdk

v2.1.1

24 Oct 10:52
Compare
Choose a tag to compare

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

10 Oct 09:47
0e33c77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.3

v2.0.3

12 Sep 12:20
Compare
Choose a tag to compare

What's Changed

Features

  • Variants awareness for & type support for variants related. #116
  • Support for API version params in publish handlers for entry & asset. #118

Fixes

  • Prototype pollution fixes. #117

v2.0.2

12 Jul 05:45
084ac43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1: Merge pull request #103 from contentstack/develop

12 Feb 09:42
19c872b
Compare
Choose a tag to compare

What's Changed

  • Added support for GCP

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 Sep 11:38
b067d9b
Compare
Choose a tag to compare

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 and FullscreenAppWidget properties from the location object. Instead, please use FieldModifierLocation and FullPage 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 Widget
    • setValidity() method in the AppConfig location
    • closeModal() 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

07 Jul 06:12
0a03e77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

12 May 13:04
efa55a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

21 Apr 06:35
2fe95f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

17 Apr 05:56
655496c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0