Releases: chili-publish/studio-sdk
0.120.1
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
- [Feature] [EDT-711] Add CornerRadius methods for shapes by @evan-mcgeek in #267
- [Fix] Cleanup README by @brapoprod in #272
- [Fix] Documentation links pointing to incorrect pages by @pietervp in #274
- [Feature] Update Action Triggers by @Matthiee in #273
- [Feature] Add Image Crop Methods by @Matthiee in #271
- [Fix] Add deprecation message for old package by @brapoprod in #276
Full Changelog: 0.117.0...0.120.1
0.117.0
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
- [Fix] bump node to 18 by @pkgacek in #265
- Add definition files for Connectors and Actions + Move /types to /src/types by @pietervp in #266
- [Feature] Bump engine to 0.0.32 by @brapoprod in #269
Full Changelog: 0.116.0...0.117.0
0.116.0
What's Changed
- [Feature] New getSelectedTextStyle method by @Dvergar in #262
- Add missing attributes to the ShapeFrame type by @abdelhalimkhouas in #263
- Build(deps-dev): Bump webpack from 5.46.0 to 5.76.0 by @dependabot in #261
- [Feature] Bump engine to version 0.0.31 by @brapoprod in #264
Full Changelog: 0.114.0...0.116.0
0.114.0
What's Changed
- [EDT-814] Add Page Width, Height and OnPageSizeChanged by @Matthiee in #255
- [Feature] Refactor tests by @brapoprod in #256
- [Feature] Add blend mode method to the SDK by @abdelhalimkhouas in #259
- [Fix] Shape appearance is not inherited by @Dvergar in #258
- [Feature] Bump engine to 0.0.29 by @brapoprod in #260
Full Changelog: 0.111.1...0.114.0
0.111.1
This release bumps the engine version to fix a bug regarding template preview generation
What's Changed
- [Fix] Bump engine for preview hotfix by @brapoprod in #257
Full Changelog: 0.111.0...0.111.1
0.111.0
What's Changed
- [Feature] Add
Actions
SDK methods by @Matthiee in #247 - [EDT 764] - add function to clear local text formatting by @olegsolodukhin in #249
- [Feature] Add constraint method by @Dvergar in #248
- [Fix] Add missing isConstrained & Shape model by @Dvergar in #251
- [Feature] Add set shape tool methods by @evan-mcgeek in #252
- [Fix] Constraints renaming by @Dvergar in #253
- [Feature] Bump engine to 0.0.27 by @brapoprod in #254
Full Changelog: 0.107.0...0.111.0
0.107.0
What's Changed
- [Feature] Add Project/Template specific properties by @Matthiee in #243
- [EDT-759] get/set zoomPercentage by @evan-mcgeek in #244
- [Feature] Convert Variable into union type by @Matthiee in #245
- [Fix] Add missing controllers to the SDK documentation by @alexandraFlavia9 in #246
- [Feature] Bump engine to 0.0.26 by @brapoprod in #250
Full Changelog: 0.104.0...0.107.0
0.104.0
What's Changed
- [Feature] [EDT-758] ImageFrameSource should not be aware of the variable type by @evan-mcgeek in #237
- [Fix] SDK needs to know correct version by @brapoprod in #240
- [NO-TICKET] missing controllers added to tsconfig by @evan-mcgeek in #239
- [Fix] Wait for proper connector states by @Dvergar in #241
- [Feature] Bump engine version to 0.0.25 by @evan-mcgeek in #242
Full Changelog: 0.102.0...0.104.0
0.102.0
What's Changed
- [Fix] Add layoutType for listChanged stream by @Dvergar in #222
- [Fix] Export type used on layoutsChanged event by @alexandraFlavia9 in #224
- [FIX] Updated the src property on frames to correctly match the object shapes by @srares76 in #225
- [Fix] Add missing exports by @pkgacek in #228
- [EDT-636] remove doc from stateChanged by @Dvergar in #227
- [Fix] Export frame source types by @srares76 in #230
- Added sdk call for setting image from variable by @srares76 in #231
- [Feature] Add default font by @Matthiee in #232
- [Feature] Add
zoomToPage
onCanvasController
by @evan-mcgeek in #226 - [Feature] Add
detail
method to Connectors by @Matthiee in #234 - [Feature] Add
setImageSource
toFrameController
by @evan-mcgeek in #229 - Build(deps): Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #233
- [Fix] Clean up connector events and states by @Matthiee in #235
- [Fix] Add
assignImageVariable
mock. by @Matthiee in #236 - [Feature] Bump engine version to 0.0.24 by @alexandraFlavia9 in #238
New Contributors
- @srares76 made their first contribution in #225
- @evan-mcgeek made their first contribution in #226
Full Changelog: 0.97.0...0.102.0
0.97.0
What's Changed
- [Feature] Add
setVariableSource
andremoveVariableSource
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