Skip to content

Commit

Permalink
[Release notes] Grafx Studio big release (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: BramVerniest <[email protected]>
  • Loading branch information
jeroencosyn and BramVerniest authored Nov 22, 2024
1 parent 1a97784 commit aad7ef9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

---

**November 22 2024**: GraFx Studio - ==New milestone achieved!==

Easily produce unlimited numbers of on-brand graphics at different output sizes with Anchoring, Layout Presets, and Design & Run mode

[:octicons-arrow-right-24: Show details](/release-notes/2024/11/22/grafxstudio---new-milestone-achieved/)

**October 14 2024**: ==Connect== with CHILI GraFx

Unleash the power of [connectors](/GraFx-Studio/concepts/connectors/)
Expand All @@ -31,12 +37,6 @@

[:octicons-arrow-right-24: Show details](/release-notes/2024/09/19/chili-grafx-platform-updates/)

**September 3 2024**: Improvements in GraFx Studio

Set a variable to be required, and save a template under a new name, and many more improvements.

[:octicons-arrow-right-24: Show details](/release-notes/2024/09/03/grafx-studio-updates/)

**See all release notes**

[:octicons-arrow-right-24: Show all release notes](/release-notes/)
Expand Down
33 changes: 33 additions & 0 deletions docs/release-notes/releaseposts/2024112201.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
draft: false
date: 2024-11-22
---

# GraFx Studio - New milestone achieved!

![rn_icon](/assets/icon-GraFx-Studio.svg)

With **Anchoring**, **Layout Presets**, and **Design & Run mode**, GraFx Studio gets a milestone update that makes it easier and faster than ever to produce unlimited numbers of on-brand graphics at different output sizes, for print and digital channels.

<!-- more -->

## New features

- Take full control over how your design adapts to page size changes with the new [Anchoring](/GraFx-Studio/guides/anchoring/) feature. Simple controls make setup easy, while the frame’s anchor lines ensure accurate offsets.
- Create multiple layouts in seconds with [Layout Presets](/GraFx-Studio/guides/layouts/). Choose from a library of common formats for print, social, display, and DOOH to streamline your workflow.
- Easily test your templates as an end-user with the new [Design & Run mode](/GraFx-Studio/concepts/design-run/) – all without leaving your workspace. Plus, you can rest assured that your original design remains untouched while testing.

## Improvements

- When a font in the template is not found it is automatically replaced by a font with the same name (if it exists)
- You can use `setNumberVariableDecimalPlaces()` in an action to change the number of decimal places of a number variable

## Fixes

- Fixed output generation sometimes using the Default layout instead of the selected layout
- Fixed styling not being applied to the second variable in a text frame
- Fixed issue with some special characters in text frames
- Fixed Esc key behavior while creating a frame
- Fixed image picker preview not showing for assets that are used for the first time
- Fixed the layout width and height properties in an action now returning the actual layout size
- Fixed use of `null` to remove a prefix or suffix via an action (f.i. `studio.variables.setPrefix("Price", null);`)

0 comments on commit aad7ef9

Please sign in to comment.