Releases: chili-publish/studio-sdk
1.8.1
1.8.0
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
- [Breaking] Remove deprecated setChiliToken by @Dvergar in #422
- [EDT-1311] Add methods to set the background color for a layout by @NicolaVerbeeck in #413
- [Fix] Extend LayoutPropertyNames with bleed property names by @srares76 in #425
- [Fix] [WRS-1564] Add missing fillColor prop to Layout by @alexandraFlavia9 in #428
- [Feature] [EDT-1338] Add display value for list items (backwards compatibility layer) by @Matthiee in #426
- [Feature] Add SDK example integrations by @brapoprod in #431
- [Feature] prepare connectors package to npm publish by @psamusev in #433
- [Feature] Add onViewportRequested by @Dvergar in #434
- [FEATURE] Add simple way to enable/disable layout fill by @NicolaVerbeeck in #435
- [Fix] [WRS-1564] Fix fillColorEnabled type by @alexandraFlavia9 in #437
- [Fix] PDF output out of experimental by @brapoprod in #438
- [Feature][EDT-1253] onConnectorsChanged subscription by @evan-mcgeek in #436
- [Fix][WRS-1613] re export connector types to index.ts by @psamusev in #439
- [EDT-1386] Add methods to create barcode and set basic settings by @NicolaVerbeeck in #429
- Mark barcodes as experimental for now by @NicolaVerbeeck in #441
- [Fix] CODEOWNERS correctness(l) π by @brapoprod in #443
- [Feature] [EDT-1451] Add GS1-128 barcode type by @NicolaVerbeeck in #444
New Contributors
Full Changelog: 1.6.1...1.8.0
1.6.2
1.6.0
What's Changed
- [EDT-1251] Add resolved property to image variable model by @Matthiee in #403
- [Feature] Remove multiple frames by @evan-mcgeek in #392
- [Fix] SDK publish fail on connector and version mismatch by @brapoprod in #406
- [Fix] Add tag creation to commit script by @brapoprod in #407
- [Feature] Add 'trackingRight' property to SelectedTextStyle by @srares76 in #411
- [FEATURE][EDT-954] Add well known key for engine session id by @NicolaVerbeeck in #401
- [FEATURE][EDT-1302] Add layout intent to SDK by @NicolaVerbeeck in #409
- [Fix] Return editor response on
setZoom
call by @Matthiee in #410 - [Fix] Change onAuthExpired by @Dvergar in #408
- [Fix]Β Add Studio UI link to SDK and fix NPM badge by @brapoprod in #412
- [Fix] Export LayoutIntent as enum instead of type by @srares76 in #414
- [Feature] Add direction to connector mapping by @Matthiee in #416
- [Fix] [No-Ticket] Wildcard SDK documentation by @brapoprod in #417
- [Feature] Add view mode by @Dvergar in #415
- [Fix] Rename setLayoutIntent to setIntent by @Dvergar in #418
- [Fix] Add missing AuthCredentialsTypeEnum mapping by @Dvergar in #420
- [Fix] Add onViewModeChanged by @Dvergar in #421
- [Breaking] bump engine to 1.4.0 by @abdelhalimkhouas in #423
Full Changelog: 1.5.1...1.6.0
1.5.1
1.5.0
What's Changed
- [Feature] Add Action delta update method by @Matthiee in #398
- [Feature] Add clipboard controller by @Dvergar in #386
- [EDT-533] - Implement letter spacing (tracking) by @olegsolodukhin in #397
- [Feature] Add onAuthExpired listener by @Dvergar in #396
- [Breaking] bump engine to 1.3.0 by @brapoprod in #402
Full Changelog: 1.4.1...1.5.0
1.4.1
What's Changed
- [Fix] Contributing url by @Dvergar in #387
- [PRODUCT-260] Move connector types to separate package by @pietervp in #377
- [Feature] Introduce new subscription for multiple selected frames by @evan-mcgeek in #389
- [Breaking] Bump engine to 1.2.0 by @brapoprod in #393
- [Fix] [WRS-1500] Fix onSelectedFrameContentChanged typing by @alexandraFlavia9 in #394
Full Changelog: 1.3.1...1.4.1
1.3.1
1.3.0
Release π¦¬
Engine version 1.1.0
This release did some cleanups regarding connectors and added support for measurement units.
What's Changed
- [Feature][EDT-1172] Remove unnecessary connector methods by @evan-mcgeek in #373
- [Fix] Add README to SDK NPM release by @brapoprod in #376
- [Fix] Add measurement unit to layout by @NicolaVerbeeck in #362
- [Feature] Add missing SelectedTextStyle properties by @Dvergar in #378
- [Fix] Export Layout type by @alexandraFlavia9 in #380
- [Fix] export
SelectedTextStyle
type from index.ts by @srares76 in #381 - [EDT-1186] Change downloadtypes according to new engine rules by @pietervp in #371
- [Fix] Add active layout unit stream by @NicolaVerbeeck in #384
- [FIX] Document PR title flow by @NicolaVerbeeck in #382
- [BREAKING] Bump engine version by @brapoprod in #385
Full Changelog: 1.0.0...1.3.0
1.0.0
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
- [Feature] [EDT-1091] Connector instance per image variable by @Dvergar in #347
- [Feature] [EDT-1088] Return connector options from connector by @Matthiee in #337
- [Feature] [EDT-1148] Connector & State getter refactor by @Dvergar in #350
- [Feature] [EDT-1089] Support setting image variable connector options by @Dvergar in #340
- [Feature] [WRS-1296] SDK Monorepo by @pietervp in #351
- [Feature] Font families by @evan-mcgeek in #356
- [Fix] Add setTypeError method for actions by @Dvergar in #355
- [Feature] Error handling by throw by @brapoprod in #357
- [EDT-1155] Add package for actions/actionhelpers by @pietervp in #354
- [EDT-1155] Fix main branch build workflows by @pietervp in #358
- [EDT-1155] Fix main branch build workflows v2 by @pietervp in #359
- [FIX] [NO-TICKET] font styles added to family by @evan-mcgeek in #360
- [Feature] getDefaultFontFamily() method added by @evan-mcgeek in #366
- [Feature] Add width & height to media detail model by @Dvergar in #361
- [Fix] Safer undo record method by @Dvergar in #370
- [NO-TICKET] [Genie] Processed testing feedback by @pietervp in #369
- [NO-TICKET] Add private builds of SDK by @pietervp in #372
- [EDT-1167] - connector mapping to variable ids by @olegsolodukhin in #368
- [BREAKING] Bump engine to π for MVP Release πΎπ¨π€©π by @brapoprod in #374
Full Changelog: 0.148.0...1.0.0