Skip to content

Overview

CHILI GraFx

rn_icon

Features

  • De-activate a user so the user can no longer access or use any of the resources within that subscription
  • Re-activate a user that was deactivated so the user has exactly the same privileges he had before being de-activated
  • Delete a user so the user loses all his privileges within that subscription & the user isn't visible in the list of users anymore

releasenotes

CHILI GraFx Platform API

Improvements

  • GET /subscription/id and /subscription/id/renders were migrated to use GUIDs. Now all our endpoints use GUIDs for identifying entities.
  • GET subscription/subscriptionId/users/userId has been deprecated to improve consistency in naming. GET subscriptions/subscriptionId/users/userId is the new endpoint.

GraFx Publisher

rn_icon

  • Backoffice: Fixed issue with old preview being applied when copying document immediately after changes were made to original document
  • Editor: Improved availability of Publisher interface library
  • Editor: Removed the use of the d= parameter in URL as it’s no longer supported in Chrome. (see this Article on CORS for more background)
  • Editor: Fixed issue with assets without point of interest not showing on template when Smart Fit is applied
  • System: Fixed performance degradation of copy & move operations
  • Output: Added error detail for unsupported png files

GraFx Studio

Version 0.136.1, using Studio SDK 0.136.0

rn_icon

Features

Variables

List items inside ‘Single Select List’ variable can be reordered. Updated order also will be shown in a drop-down inside variable settings and in Studio UI

releasenotes

New variable type ‘Boolean’ was introduced with two settings –

  • Default state’ which allows to set the default value
  • Visible’ settings which controls visibility of variable in Studio UI

releasenotes

Output

PDF output is present in the list of available output formats. This is an experimental feature which is not feature complete yet and can contain some differences with templates from which you want to generate output.

releasenotes

Fixes

  • Fixed issue where ‘Rename’ option was available for several selected variables at once in the ‘Variable List’
  • Fixed issue where the ‘Delete’ option only removed one variable when multiple were selected. Right now all selected variables will be removed from the ‘Variable List’
  • Fixed issue where an executed action is added to undo stack when switching between text variable input fields
  • Fixed issues where playing the animation, made the timeline player move in blocks instead of moving smoothly over the timeline.
  • Fixed issue where the finished animation didn’t change the pause button back to play.

Aug 3, 2023 - CHILI GraFx

rn_icon

CHILI GraFx Environment API 1.1.8

  • Introduced DELETE /environment/{envId}/template-collections/{collectionId}/cover endpoint that provides the ability to remove an image cover of a Template Collection
  • Fixed: When adding a dot in the middle of a Template's name resulted in cutting the part of the name off
  • Fixed: When adding a file with extension in uppercase as a Template Collection cover caused 500 error

GraFx Studio

rn_icon

Features

New action item ‘Collection settings’ was added to collections. This panel can be opened in two ways: - Through the "Three dots" on the collection card and clicking "Collection settings" - Inside a collection by clicking on the "Three dots" in the top right corner. releasenotes

It opens a panel with ‘Cover image’ option which allows to upload image that is shown on the collection card. For the uploaded image PNG, JPG and JPEG formats can be used and we don’t have restrictions for a file size. releasenotes

Fixes

  • Fixed issue where a template could be opened as a project from ‘Collection’ tab. Now a template can be opened only from the ‘My projects’ tab