Skip to content

Releases: chili-publish/studio-sdk

0.120.1

09 May 15:23
Compare
Choose a tag to compare

DEPRECATION WARNING

This release will deprecate the editor-sdk project and make a new one called studio-sdk.
You can simply just rename editor-sdk to studio-sdk in your package.json to ensure your package is going to keep on working.

What's Changed

Full Changelog: 0.117.0...0.120.1

0.117.0

13 Apr 13:37
Compare
Choose a tag to compare

NOTICE

This release adds a breaking change towards peoples using the Id type.
It's now available from within the SDK, but not anymore from within /lib/types/CommonTypes

How to fix imports

Change
import { Id } from '@chili-publish/editor-sdk/lib/types/CommonTypes';
To
import { Id } from '@chili-publish/editor-sdk';

What's Changed

Full Changelog: 0.116.0...0.117.0

0.116.0

28 Mar 08:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.114.0...0.116.0

0.114.0

13 Mar 16:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.111.1...0.114.0

0.111.1

02 Mar 16:14
Compare
Choose a tag to compare

This release bumps the engine version to fix a bug regarding template preview generation

What's Changed

Full Changelog: 0.111.0...0.111.1

0.111.0

27 Feb 14:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.107.0...0.111.0

0.107.0

15 Feb 09:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.104.0...0.107.0

0.104.0

27 Jan 16:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.102.0...0.104.0

0.102.0

20 Jan 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.97.0...0.102.0

0.97.0

23 Dec 11:00
Compare
Choose a tag to compare

What's Changed

  • [Feature] Add setVariableSource and removeVariableSource SDK methods by @Matthiee in #219
  • [Fix] Add missing exports to the SDK by @pkgacek in #221
  • [Feature] Bump engine version to 0.0.23 by @brapoprod in #223

Full Changelog: 0.95.0...0.97.0