CHILI GraFx
Fixes
- Updated error message if you want to invite more than 10 users at once to CHILI GraFx
- Disable 'Add Template Designer Seat' button when all Template Designer seats are assigned
- Fix issue with logout button on 'MyAccount' page
We are working hard on delivering an end-to-end process, from Smart Templates created by designers to output generated by end users. Check out the template management page to learn more about this new way of working.
The first step in this process is organizing your templates in collections. This is available now!
In the next step, end users will be able to browse the collections and start a project from one of the templates. The project will be opened in a user-friendly interface where you can make changes and generate output.

Version 0.122.1, using Studio SDK 0.122.0


User is able to rename template attached to collection
User is able to create, rename and delete project.
User is able to download project json.
When a user attempts to delete a template attached to a collection, an error is returned. User is now able to use ‘force’ request parameter, the template will be deleted.
Http method is changed from ‘PUT’ to ‘PATCH’.
The endpoint now allows partial update of template collection instead of full update.
See Swagger Environment API.
We renamed our repository and package for the SDK. The new name is studio-sdk, coming from editor-sdk.
Also a new version has been pushed, we're now at version 0.121.0
This means you'll have to update your integration dependency, and change it from @chili-publish/editor-sdk to @chili-publish/studio-sdk inside your package.json.

Read more about User Management.
Boost Platform Performance
GraFx Publisher comes with more than just a name change, this year it is all about improving platform performance. We've listened to your feedback and revamped our platform infrastructure to deliver blazing-fast file operations, including moving, copying, and deleting. This means you can work efficiently even in large environments! 🚀
Version 0.117.1, using Studio SDK 0.117.0
There is a minor breaking change in the Studio SDK's typings.
It basically boils down to changing the import for the Id type, you can do it as follows:
Change import { Id } from '@chili-publish/studio-sdk/lib/types/CommonTypes'
To import { Id } from '@chili-publish/studio-sdk'
For more information, please check out the SDK release notes.