Skip to content

Releases: chili-publish/studio-sdk

1.8.1

12 Apr 11:33
Compare
Choose a tag to compare

Hotfix

This is a hotfix release, to bump the engine version.

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

11 Apr 08:26
Compare
Choose a tag to compare

Deprecation warning

  • setChiliToken is deprecated and removed from the SDK, define the GraFx Studio Auth Token in the `SDK.Configuration.setValue``

Experimental addition

  • Barcodes are supported on SDK but not in the current engine version

Interesting updates

  • Example integration documentation and integrations are added

What's Changed

New Contributors

Full Changelog: 1.6.1...1.8.0

1.6.2

29 Feb 12:47
Compare
Choose a tag to compare

This release only contains an engine bump for a hotfix in "older" template migration issues.

1.6.0

16 Feb 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

1.5.1

16 Jan 08:24
4cd5370
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

04 Jan 12:31
2471066
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.5.0

1.4.1

01 Dec 08:29
b2fa88a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.1

1.3.1

07 Nov 11:39
b7cfc90
Compare
Choose a tag to compare

This release includes only an engine version bump.

1.3.0

03 Nov 14:34
cf5dd10
Compare
Choose a tag to compare

Release 🦬

Engine version 1.1.0

This release did some cleanups regarding connectors and added support for measurement units.

What's Changed

Full Changelog: 1.0.0...1.3.0

1.0.0

16 Oct 19:24
a8c14f2
Compare
Choose a tag to compare

MVP Release πŸ‰πŸš€πŸΎ

This is the long anticipated MVP release for studio-sdk. This means that Studio is out of Alpha as of today. We are confident that our product is now robust to handle high quality, scalable output so it was time to bump the version to 1.0.0 to start a new chapter in the CHILI publish history.

🚨 BREAKING CHANGES 🚨

To accomodate a production grade application, and SDK, we were forced to do some structural changes to our document model as well as to our interfaces.

We introduced breaking changes for following parts of the application, and highly recommend checking our technical documentation for specifics:

  • FontController
  • VariableController
  • ConnectorController
  • ActionController
  • We changed how errors are handled, and the SDK will now throw an error when something goes wrong

🧐 Not a breaking change, but a rather big change in the repository 🧐:

We changed the entire structure of the SDK project, to now be a monorepo that enables other initiatives within (for now we have SDK and Actions as separate projects)

What's Changed

Full Changelog: 0.148.0...1.0.0