Skip to content

Releases: contentstack/app-sdk

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

12 Feb 09:42
19c872b

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

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

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

Choose a tag to compare

What's Changed

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

v1.4.1

21 Apr 06:35
2fe95f4

Choose a tag to compare

What's Changed

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

v1.4.0

17 Apr 05:56
655496c

Choose a tag to compare

What's Changed

New Contributors

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

v1.3.0

15 Feb 13:13
7479b1b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

23 Jan 07:40
fd0f7d4

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

01 Dec 05:23
9021f00

Choose a tag to compare

What's Changed

  • fix: inline plugin to have dndOptions set to DisableDND by @RavenColEvol in #39

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Oct 06:40
d29ea53

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0