Skip to content

GraFx Studio

Version 0.117.1, using Studio SDK 0.117.0

rn_icon

Improvements

  • When applying a blend mode to a text frame you automatically go out of text edit mode (this way you can see the effect of the blend mode, because it is not applied while in text edit mode)
  • You can now easily download the JSON file of the template with a "Download doc" trigger in the debug panel

Fixes

  • Fixed issue with MacBook being detected as a mobile device, causing issues with frame handles
  • Fixed issue with opacity not being applied to fill and stroke for shapes
  • Fixed issue when using a swatch as fill color for shapes, which caused the shape color to not change immediately on the canvas when the swatch color is changed
  • Fixed issue with text not being selectable with the Text tool when a blend mode is applied to the text frame
Note for integrators

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.