Skip to main content

What's New

Keep track of the latest features, improvements, and fixes in Holistics.
Follow every release on LinkedIn ยท X ยท .

Upcoming releases

August 3, 2026

๐Ÿช™ Custom currency

improvement

Custom currency is now live. If your team uses custom currencies or units, such as Bitcoin (โ‚ฟ), you can now set custom formats per field through the GUI input or directly in AML code.

Learn moreโ€‹

July 31, 2026

๐Ÿ—‚๏ธ File history: trace and restore any file

new feature

File history gives every file - dashboards, models, datasets - its own version timeline. See every version of a file with who changed it, when, and why, then restore just that file to any past version without reverting anyone else's work.

Previously, rolling back a past version worked at the project level: restoring reverted the entire project, including teammates' unrelated changes since then. Now you can scope a rollback to a single file. You can also duplicate a past version into a new file to compare side by side, or jump to the full project history to see everything that changed together.

Learn more: File History & Restore

July 28, 2026

๐Ÿ“Š Custom chart as code

new feature

Custom charts now live in AML. With this update, you can define them as code, create them through a GUI, and preview against real data:

  • Define as code: Create a CustomChart block in a .chart.aml file. This lets you version-control your chart definitions in Git, validate their syntax, and protect them with dependency checks to prevent accidental deletion.
  • Easy creation flow: Create a new chart in seconds with three simple starting points: chat with AI to generate it, pick a pre-made template, or build it from scratch.
  • Preview while editing: As you write chart code, a preview panel renders the chart against real data. This lets you see and debug the output without leaving the editor.

โš ๏ธ Legacy (non-as-code) custom charts in Admin Settings remain accessible for viewing, editing, and deletion, but new charts must be defined in AML. To migrate, use the Copy as code option in Admin settings > Custom charts.

Learn more: Custom charts | AML syntax reference

July 27, 2026

๐ŸŽจ Theme-level color palette

new feature

Color palettes can now be assigned at the theme level. With this update, you can:

  • Apply color palette at theme level: Assign a palette to a theme so all charts on that dashboard use it automatically, eliminating the need for per-chart overrides. The palette also carries through to:
    • The theme thumbnails, so you can preview color palette before applying.
    • The explore modal, where charts inherit the dashboard theme's palette by default.
  • Override at chart level: Individual charts can still set their own palette when needed.

Learn more: AML theme reference

July 23, 2026

๐Ÿ“† Faster date range selection: presets and typed shorthands

enhancement

Selecting a date range previously meant either navigating the calendar manually or knowing the exact phrase to type โ€” there was no quick path for common choices.

The date picker now has a quick preset panel for one-click access to common ranges (Today, Yesterday, Last 7 days, Last 30 days, Month to date, Year to date). If you prefer typing, shorter shorthands now work too: ytd, mtd, and wtd. Existing long-form phrases continue to work โ€” this is fully additive.

Learn more: Relative dates

July 21, 2026

๐ŸŽฏ Chart suggestion: Stay focused on your data, not your chart setup

new feature

Chart Suggestions is now live in Explore. Select your fields and instantly get up to 3 chart recommendations tailored to your data โ€” apply any of them in one click, so you can stop thinking about chart setup and start thinking about your data.

This is part of a bigger push to make Explore faster for everyone. Auto-mapping already takes care of slot assignment. Chart Suggestions now tells you which chart to reach for. And we're not done yet โ€” next up: switch between chart types without losing your field configuration. Stay tuned.

Give it a spin and let us know if the suggestions are hitting the mark!

July 20, 2026

๐Ÿ—„๏ธ Reusable Library in Reporting Dashboard Editor

new featureenhancement
Demonstration of browsing and inserting a shared component from the Reusable Library in Reporting.

Browse and insert reusable components directly in the Reporting dashboard editor - no need to switch to Development.

Previously, inserting library components required switching to Development, which added friction and blocked Explorers entirely. Now you can insert existing components right where you work - components built by one teammate are instantly available to everyone.

Learn more: Reusable components

June 22, 2026

๐ŸŽจ Define color palettes as code

new feature

Color Palettes are now as-code, meaning you can define and manage your palettes directly within your AML workspace. Now you can:

  • Define as code: Create palettes in palette.aml once and reference them anywhere, with full version control.

  • Set a workspace-level default: Mark a palette in settings.aml so charts automatically use it by default, unless overridden at the theme or visualization level.

(*) Legacy palettes remain usable and deletable, but they can no longer be edited. To update a legacy palette, recreate it in AML.

Learn more: Color palettes | AML syntax reference

June 12, 2026

๐ŸŽจ KPI metric styling in dashboard theme

new featureenhancement

Previously, KPI styling had to be set widget by widget and had limited styling options.

๐ŸŒŸ What's newโ€‹

We're bringing KPI metric styling to the dashboard theme and supporting much richer styling options.