Skip to content

Releases

GraFx Publisher Update

GraFx Publisher icon

🛠️ Fixes & Stability

More reliable output for image-heavy documents

Documents with many images now generate more reliably. A fix prevents memory from building up during output runs, reducing the chance of failures on complex jobs.

Faster output when reusing PDF images

PDF images are now cached during output generation, so they no longer need to be re-processed on each run. Documents that reuse the same PDF images across multiple outputs will be noticeably faster.

Continued improvements to memory usage

This release continues ongoing work to reduce memory consumption during output generation, building on previous improvements to font handling. Documents with many fonts or images should run more smoothly.

Tags for templates in GraFx Studio

GraFx Studio icon

Use tags to find templates faster

✨ New

Template designers and environment admins can now use Tags to organize and filter templates in GraFx Studio.

As your template library grows, Tags let you group templates by brand, campaign, or product line — so every designer can filter down to exactly what is relevant to them, without relying on naming conventions or scrolling through unrelated content.

See Tags concept

See Manage & Use Tags

CHILI GraFx Platform Update

CHILI GraFx icon

✨ New & Improved

Watermarked renders visible at subscription level

Watermarked renders are now shown as a separate category in the renders overview — both at environment level and at subscription level. Previously, watermarked renders were included in the total renders count, and the breakdown was only available per environment.

This gives subscription owners a clearer view of actual billable renders versus watermarked output across all their environments.

Platform API changes:

The following endpoints now exclude watermarked renders from totalRenders and expose them via a new totalWatermarkedRenders property:

  • GET /api/v1/environments/{environmentId}
  • GET /api/v1/environments/{environmentId}/renders
  • GET /api/v1/subscriptions/{subscriptionId}
  • GET /api/v1/subscriptions/{subscriptionId}/renders

Remove authentication from a connector

You can now fully remove the authentication configuration from a connector. A new [None] option is available in the Authorization dropdown when configuring a connector. Selecting [None] and saving removes the existing authentication from the connector.

Previously, once an authentication type was set, it could only be replaced — not removed.

🎉 GraFx Labs

GraFx Labs

GraFx Labs is a dedicated space where you can explore and validate experimental features. These capabilities are designed to test functional value and technical feasibility before becoming part of the core platform.

Warning

Features in GraFx Labs are experimental.
They can change or be removed at any time.
The goal is to validate and capture feedback from you.

✨ New

  • GraFx Labs environment to explore experimental capabilities.

GraFx Labs

GraFx Genie Product Image Creator

  • AI-powered image generation using state-of-the-art models.
  • Create new images based on on-brand assets from GraFx Media.
  • Image upscaling after generation.
  • Option to save generated assets locally or directly to GraFx Media.

This tool enables you to quickly create high-quality product visuals, with or without starting from a predefined asset.

Existing brand-approved asset

Existing Asset

Augmented asset through a prompt

Augmented Asset

GraFx Genie Product Image Composer

  • Product shot composition builder.

  • Background selection from:

    • Device upload
    • GraFx Media (on-brand) assets
    • Prompt generation
  • Product image input from:

    • Device upload
    • GraFx Media (on-brand) assets
    • On-the-fly AI generation
  • User-friendly composition interface for positioning and layout.

This tool allows you to combine products and backgrounds into ready-to-use product shots in a controlled environment.

Existing on-brand asset

Existing product

Prompt for a background scene

Prompted background

Result

Resulting composition

Usage & Billing

  • Generated images are charged as digital PNG renders.

Roles

Subscription Admins, Environment Admins, and Template Designers have access to GraFx Labs as a controlled space to experiment with AI-powered image creation and product composition capabilities.

These features allow you to validate new workflows and creative possibilities before they become part of the standard CHILI GraFx platform.

AI in CHILI GraFx

See our Trust section for details on how AI is used in the platform.

GraFx Publisher update

rn_icon v2026.0.2.0

This update improves PDF output stability under heavy processing by reducing font-related memory consumption.

Improvements

  • More stable PDF output under intensive processing: Improved font handling reduces peak memory usage during output generation, helping large or concurrent jobs complete more reliably.

Note

This update is rolled out progressively, starting with multi-tenant environments and then to eligible private cloud environments.

GraFx Studio

GraFx Studio icon v1.38

✨ New & Improved

Variable highlighting

When you build complex design systems with many variables, it can become a challenge to see where each variable is applied.

With variable highlighting, you can temporarily highlight a selected variable directly on the layout. This lets you instantly see every place it is used, so you can review, validate, and adjust with more confidence.

Variable highlighting

More informative media previews

Asset names are shown as tooltips in media-related panels, helping Design System creators pick the right asset faster when working with larger libraries.

Media name tooltip

Set color values in actions

You can now set color values directly in actions using supported color spaces such as RGB, Hex and CMYK.

This allows you to programmatically control colors across different output requirements, ensuring consistent on-screen and print styling when templates apply automated logic.

Set colors in actions

🐛 What’s Fixed

Smart Crop

Fixed Smart Crop behavior related to subject area settings in GraFx Media, resulting in more consistent image placement.

Undo stability improvements

Fixed several issues that could cause unexpected behavior when undoing actions, including cases involving deselecting frames.

Studio UI

  • Disabled the H shortcut for projects with constraints to prevent accidental conflicts while editing.
  • Improved stability for page offsets, reducing timing-related issues.
  • Fixed range constraint tooltip behavior to ensure the correct configuration is shown.

Render count & Quota

Fixed an issue where watermarked renders were displayed incorrectly.

Render display

Environment API – Advanced PDF Postprocessing Controls

CHILI GraFx icon

✨ New & Improved

  • Added PDF version selection in postProcessing.pdfVersion (1.4, 1.5, 1.6, 1.7), enabling explicit control over the generated PDF standard.

  • Added configurable color transformation in postProcessing.colorTransformation, allowing you to define:

  • intendedIccProfile
  • destinationIccProfile
    This enables precise control over color conversion behavior during PDF generation.

  • Added configurable Output Intent embedding via postProcessing.colorProfileEmbedding.iccProfile, allowing you to define the ICC profile embedded in the PDF.

Documentation

See Color Management

See Set conversion in Output Settings