Skip to main content
February 27, 2026
Bug Fix

πŸ› Fix branch deletion when branch was already deleted on GitHub

Fixed an issue where deleting branches from the Evidence UI would fail with an error when the branch had already been deleted on GitHub (e.g., by GitHub’s auto-delete on merge feature).
February 27, 2026
Bug Fix

πŸ› Fix for overlapping content in PDF exports

Fixed an issue that could cause overlapping content in PDF exports.
February 27, 2026
New Feature

✨ Percentage labels for pie charts

Added pct and pct_fmt options for pie charts to display percentage values directly on slice labels.Percentage labels for pie chartsView Documentation
February 26, 2026
Bug Fix

πŸ› Fix AI chat generating dropdowns and date range filters

Fixed an issue where AI chat could fail when generating dropdowns or date range filters.
February 26, 2026
Bug Fix

πŸ› Fix x_fmt not applying to chart tooltips

Fixed an issue where setting x_fmt on charts would format the axis labels but not the date value shown in the tooltip.
February 25, 2026
Bug Fix

πŸ› Improved AI chat reliability

Fixed an issue where AI chat could error out during longer conversations.
February 25, 2026
New Feature

✨ Date Range Support for Input Components

Input components (dropdown, button_group, input_tabs, slider, dimension_grid) now support the date_range attribute, allowing you to filter options by a specific time period or a range_calendar selection.
February 25, 2026
Bug Fix

πŸ› Fix dropdown with manual options showing SQL error

Fixed an issue where dropdowns using manual child option tags (no data attribute) would show an β€œUnknown table function WHERE” error.
February 24, 2026
Bug Fix

πŸ› Graceful redirect when page not found after branch switch or rename

Fixed an issue where switching branches or renaming a page could result in a 404 when the current page doesn’t exist on the target branch or at the old URL.
February 23, 2026
Bug Fix
Fixed an issue where clicking dimension links in tables would result in a 404 when navigating between pages, because the URL wasn’t being resolved relative to the current project context.
February 19, 2026
Bug Fix

πŸ› Automatic chart padding for data labels

Charts now automatically add top padding when data labels are positioned above bars or points, preventing labels from being cut off at the top of the chart.
February 19, 2026
New Feature
Projects connected to GitHub now show all repository branches in the branch switcher, not just branches created through Evidence Studio. When a pull request is opened or reopened, Evidence automatically posts a preview link comment on the PR.
February 19, 2026
Improvement

πŸš€ SQL Console Table Grouping

Tables in the SQL console sidebar are now organized by schema/connection in a collapsible tree structure for easier navigation.
February 19, 2026
New Feature

✨ Customizable Total Label for Tables

Tables now support a total_label attribute that allows customizing the text displayed in total/subtotal rows and columns, useful when using non-sum aggregations like avg, min, max, or count.
February 18, 2026
New Feature

✨ Editor Sidebar

Enhanced editor sidebar, with diff viewer, search, table schema, and page filters.
February 14, 2026
Improvement

πŸš€ Pivot Table Performance

Significant performance improvements for pivoted tables and increased row/column limits.
February 13, 2026
Bug Fix

πŸ› Fix dropdowns closing modals

Fixed an issue where clicking on dropdown menus inside a modal would cause the modal to close unexpectedly.
February 13, 2026
Bug Fix

πŸ› Stable AI Edit Previews

Prevent AI edits from causing full refresh
February 12, 2026
New Feature

✨ Gradient fill for area charts

Area charts now support a gradient fill option that fades from the series color at the top to transparent at the bottom. Enable it with area_options={ gradient=true }.Gradient fill for area chartsView Documentation
February 12, 2026
New Feature

✨ Clock Component

Display a live clock with running seconds and the current date using {% clock /%}. Supports 12h/24h format, monospace font variant, and left/right alignment.
February 12, 2026
New Feature

✨ Branching

Work on multiple versions of your reports at the same time. Create and switch between branches, commit your work, and publish when you’re ready.
February 12, 2026
New Feature

✨ Heat Grid

Visualize metrics across categories with color-coded cells based on configurable thresholds. Cells are colored red, yellow, or green depending on where values fall relative to your thresholds, with an optional lower_is_better mode.
February 12, 2026
Improvement

πŸš€ Model Engine and Primary Key Settings

The model edit page now includes configurable refresh schedules, table engine selection, and primary key configuration with helpful tooltips explaining each engine type, data locations, and nullable primary key handling.View Documentation
February 12, 2026
New Feature

✨ Progress Bars

Display progress toward goals with horizontal bars showing numerator/denominator ratios. Supports threshold-based coloring and custom color gradients.
February 9, 2026
New Feature

✨ PDF Export Options

PDF export now supports custom orientation, margins, and card styling options.
February 6, 2026
New Feature

✨ Datadog Connector

Connect your Datadog monitoring and analytics data to Evidence. Sync metrics, dashboards, monitors, hosts, and usage data from your Datadog account.View Documentation
February 6, 2026
New Feature

✨ Custom Title for Table Filter

Customize the Table Filter button text using the new title attribute.
February 6, 2026
New Feature

✨ Table Repeat Dimension Values

Tables and dimensions now support a repeat_values attribute that forces dimension values to display on every row instead of being collapsed.
February 5, 2026
Improvement

πŸš€ Improved code editor font

The code editor now uses Geist Mono, a modern monospace font designed for better readability and aesthetics.
February 4, 2026
New Feature

✨ Custom AI Instructions

Configure custom instructions for the AI assistant in Settings > AI Agent.
February 4, 2026
New Feature

✨ RDS PostgreSQL Connector

Connect your RDS PostgreSQL database to Evidence and sync your data automatically.View Documentation
February 3, 2026
Improvement

πŸš€ PostgreSQL TLS Requirement Documentation

Added documentation note for PostgreSQL and Azure PostgreSQL connectors specifying that TLS/SSL must be enabled on the database for secure connections.
February 1, 2026
New Feature

✨ Collapsible Tables

Tables with subtotals can now be collapsed. Click subtotal rows to expand or collapse their children.Collapsible TablesView Documentation
February 1, 2026
Bug Fix
Fixed chevron column styling in tables with row links to match total/subtotal row backgrounds.Fixed row link chevron styling for total and subtotal rows
February 1, 2026
New Feature

✨ Total and Subtotal Position

Control where totals and subtotals appear with total_position and subtotal_position. Set to β€œtop” or β€œbottom”.Total and Subtotal PositionView Documentation
January 29, 2026
Improvement

πŸš€ Table Filter Initial Values and Required Selections

Table filters now support initial_values to set default filter values when the page loads, and require_selection to prevent specific filters from being cleared.
January 28, 2026
Improvement

πŸš€ Automatic Unit Formatting for Numbers

BigValue, Value, and Table components now auto-format large numbers with compact units (e.g., 1.2Minsteadof1.2M instead of 1,234,567)
January 23, 2026
New Feature

✨ Text Size Option for Big Value

The big_value component now supports a text_size attribute with predefined options (sm, base, lg, xl, 2xl, 3xl, 4xl, 5xl) for reliable text sizing.
January 23, 2026
Improvement

πŸš€ Clear Table Sorting with Third Click

Click a column header a third time to clear sorting and return to the original order.View Documentation
January 22, 2026
New Feature

✨ Azure SQL Database Connector

Sync data from Azure SQL Database directly into Evidence.View Documentation
January 22, 2026
New Feature

✨ Logo Attribute for Table Dimensions

Display company logos in table dimension columns. The new logo attribute accepts a column containing domains to look up logos, and logo_options lets you customize size, grayscale mode, and label visibility.Logo Attribute for Table DimensionsView Documentation
January 22, 2026
New Feature

✨ PDF Export for Viewers

Viewers can now download published pages as PDFs using the page menu or the keyboard shortcut (Cmd/Ctrl+P).
January 22, 2026
New Feature

✨ Twilio Connector

Connect your Twilio data to Evidence. Sync calls, messages, accounts, and usage records.View Documentation
January 21, 2026
Improvement

πŸš€ BigQuery 1 Minute Incremental Syncs

BigQuery data connector now supports 1 minute incremental syncs for faster data freshness.View Documentation
January 21, 2026
New Feature

✨ Column Groups in Tables

Group related columns under shared headers using the new column_group attribute on measures and dimensions. Useful for organizing metrics by category, such as revenue metrics vs volume metrics.Column Groups in Tables
January 21, 2026
Bug Fix

πŸ› Dark Mode Empty Circle Markers Fix

Fixed emptyCircle markers in charts to properly use the background color in dark mode instead of white.
January 21, 2026
New Feature

✨ Databricks Data Connector

Sync data from Databricks directly into Evidence.View Documentation
January 21, 2026
New Feature

✨ Google Ads & Facebook Ads Connectors

Connect your Google Ads and Facebook Ads data to Evidence. Sync campaigns, ad groups, ads, and performance metrics to build marketing analytics dashboards.View Documentation
January 21, 2026
Bug Fix

πŸ› Horizontal Bar Chart Sorting Fix

Horizontal bar charts now default to sorting by value descending, showing the largest values at the top instead of the bottom.
January 21, 2026
New Feature

✨ Logo Component

New logo component to display company logos using logo.dev. Supports light/dark theme switching, configurable sizes, and grayscale mode.
January 21, 2026
New Feature

✨ MySQL Data Connector

Sync data from MySQL directly into Evidence.View Documentation
January 21, 2026
New Feature

✨ PostHog Connector

Connect your PostHog product analytics data to Evidence. Sync events, persons, cohorts, feature flags, insights, and more from your PostHog account.View Documentation
January 21, 2026
Improvement

πŸš€ Snowflake 1 Minute Incremental Syncs

Snowflake data connector now supports 1 minute incremental syncs for faster data freshness.View Documentation
January 21, 2026
New Feature

✨ SQL Server Data Connector

Sync data from SQL Server directly into Evidence.View Documentation
January 20, 2026
New Feature

✨ Dimension Grid

New dimension_grid component for interactive multi-dimensional filtering.
January 20, 2026
Bug Fix

πŸ› Fix for frozen columns row shading

Frozen columns in tables now display the correct alternating row shading when row_shading=true is enabled. Previously, frozen columns would not show the shading because they had a solid background that overrode the row-level shading.
January 20, 2026
New Feature

✨ Series colors for pie charts

Map specific category values to specific colors in pie charts using the series_colors option in chart_options. This ensures consistent, meaningful coloring regardless of which categories are present in the data.
January 16, 2026
Bug Fix

πŸ› Export Data Retains Filters

Table exports now correctly include filtered and sorted data, matching the visual display on screen.
January 16, 2026
Bug Fix

πŸ› PDF Export Now Retains Filters

When downloading a PDF, any selected filter values are now preserved in the exported PDF.
January 14, 2026
ImprovementBreaking Change

πŸš€ Adjusted Developer Role Privileges

Previously, developers and admins could manage users, groups and customers. This is now restricted to Admins only.
January 13, 2026
New Feature

✨ Motherduck Connector Schema Support

You can now use schema with the Motherduck connector
January 12, 2026
Bug Fix

πŸ› Dropdown Component Now Supports β€˜where’ Attribute

The dropdown component now supports the where attribute for filtering dropdown options with custom SQL WHERE conditions, bringing it to feature parity with other filter components like button_group and input_tabs.
January 12, 2026
Bug Fix

πŸ› Horizontal Bar Chart X-Axis Formatting

Fixed issue where the x_fmt parameter was not being applied to axis labels in horizontal bar charts. Formatting now works consistently for both axis labels and tooltips.
January 9, 2026
New Feature
Add your organization’s logo in settings
January 9, 2026
New Feature

✨ Github Data Connector

Sync data about your Github repos directly into Evidence.
January 7, 2026
New Feature

✨ Deltalake (S3) Connector

Connect using your S3 with Delta Lake format your data remains at rest in your S3 bucket.
January 6, 2026
New Feature

✨ Smooth Line Option

New smooth attribute inside line options lets you create a line with rounded cornersSmooth Line OptionView Documentation
December 30, 2025
New Feature

✨ Chart height attribute

Control the height of your charts using the height attributeView Documentation
December 20, 2025
New Feature

✨ Customer Groups

Create customers, and invite customer users to view reports that you choose.Customer GroupsView Documentation
December 20, 2025
New Feature

✨ Groups

Add team members to groups to simplify permissions on projects and pagesView Documentation
December 19, 2025
Improvement

πŸš€ Improved Excel Export

Excel exports now use component titles to create tab names, and exclude logic and filter components
December 15, 2025
New Feature

✨ User Variables

Access the user’s name, email and organization using variables in markdown.View Documentation
December 11, 2025
New Feature

✨ Themes

Set color themes at the organization, project, and page level - including background, chart, and card colorsAccess theme settings in page settings, project settings, or org settings. You can override theme colors at each level (e.g., project can override org theme, page overrides project and org themes)ThemesView Documentation
December 9, 2025
Improvement

πŸš€ Improved Translation Validation Errors

Incorrect structures for translation maps will provide useful errors
December 9, 2025
Improvement

πŸš€ Translations Editor

Modify translations with a fully featured text editor
December 8, 2025
Improvement

πŸš€ Improved bucket docs

Adds more information about using bucket connectorsView Documentation
December 4, 2025
New Feature

✨ Translation Management

Define variables with different translations for multi-language apps.Translation ManagementView Documentation
November 30, 2025
New FeatureBreaking Change

✨ Standalone Horizontal Bar Chart Component

New dedicated horizontal_bar_chart component makes it easier to create horizontal bar chartsWe recommend migrating any existing horizontal bar charts to this new componentView Documentation
November 29, 2025
New Feature

✨ Display control for total and subtotals in table

Choose which totals or subtotals to display in your tableView Documentation
November 28, 2025
New Feature

✨ Dark Mode Chart Colors

Configure colors for both light and dark mode in your project and org settingsDark Mode Chart Colors
November 28, 2025
New Feature

✨ Input tabs full_width and align attributes

Input tabs now allows the same styling configuration as the Tabs component, including full width and right alignView Documentation
November 27, 2025
New Feature

✨ Conditional Formatting

Apply conditional logic to choose colors for visualizationsConditional Formatting
November 26, 2025
New Feature

✨ Series Color Mapping

Option to select specific colors for series in your chartsSeries Color MappingView Documentation
November 25, 2025
Improvement

πŸš€ Assign access to pending users

You can now grant project and page access to users who have not yet accepted invitations to join the Evidence organization.
November 24, 2025
Improvement

πŸš€ Control order of series in combo chart

Combo chart now displays your series in the order you define them in your markdown
November 21, 2025
New Feature

✨ Draft Diff Viewer

Review your changes using the diff viewer before you publishDraft Diff Viewer
November 21, 2025
Improvement

πŸš€ Icons in Autocomplete

Find components more easily in component autocomplete menus using the mini-iconsIcons in Autocomplete
November 18, 2025
Improvement

πŸš€ Smoother chart loads on input changes

Improved chart loading behaviour and animation when changing inputs on your pageSmoother chart loads on input changes
November 17, 2025
Bug Fix

πŸ› Fix for table pivoting issues

Fixed issue where tables were not pivoting in certain situations
November 17, 2025
New Feature

✨ fmt property for input options

Use dynamic formats in viz components when creating an input to select a metric - e.g., show β€˜usd’ for sales or β€˜pct1’ for growthView Documentation
November 17, 2025
New Feature

✨ Variable label property

You can now reference the label property of a variable - useful when adding labels to viz components based on input selectionView Documentation
November 14, 2025
Bug Fix

πŸ› Fix for custom date range end dates

Fixes issue where custom end date defined in SQL was not taking effect
November 14, 2025
Bug Fix

πŸ› Fix for scale_column

Fixes issue where scale_column in the measure component was not properly assigning colors
November 14, 2025
Improvement

πŸš€ Improved handling of date grains in charts

Automatically handles formatting and positioning of labels on x-axis for date grains including month of year and day of week
November 14, 2025
New Feature

✨ Table of Contents

A generated table of contents from the headings in your report. Enable from page settings.Table of Contents
November 14, 2025
New Feature

✨ Top padding option for charts

Top padding override option to allow more room for data labels - helps in cases where labels are cut off
November 14, 2025
New Feature

✨ x_sort attribute

Choose a specific sort order for your x-axis, including specifying explicit strings
November 12, 2025
Bug Fix

πŸ› Histogram support for inline queries

Fix for Histogram issue where it could not accept inline queries
November 11, 2025
Improvement

πŸš€ Toggle invert attribute

Invert attribute added to make toggled state = false instead of true
November 8, 2025
New Feature

✨ Slider Input

New slider input component to filter on numeric valuesSlider InputView Documentation
November 7, 2025
New Feature

✨ Query timing metadata

Queries in the SQL Console, and the pop out component inspector at the bottom of the editor now display how long the query took to run in the Evidence query engine
November 6, 2025
New Feature

✨ Zoomable charts

Adds a new β€œzoom” chart option to enable zooming into the dataZoomable charts
November 4, 2025
New Feature

✨ Toggle input

New toggle input component which sets a boolean variable you can use in queries and componentsToggle inputView Documentation
November 2, 2025
New Feature

✨ Button group and input tabs

New input components as visual alternatives to dropdowns: button_group and input_tabsNote that this update also deprecates the dropdown_option component in favour of the more general option component. The option component can be used inside dropdown, button_group, or input_tabsButton group and input tabsView Documentation
October 31, 2025
Improvement
Add links to info text popovers using info_link and info_link_title atttributes.
October 31, 2025
Improvement

πŸš€ User Management Performance

Adding and removing users from reports is now faster
October 30, 2025
Bug Fix

πŸ› Fix for custom pivot formatting

Formatting for pivots now works as expected for custom date formats - e.g., fmt="yyyy-mm"
October 30, 2025
New Feature

✨ Select all in dropdown

New button to select all options in a dropdownSelect all in dropdown
October 26, 2025
New Feature

✨ Text input component

Input component accepting free text inputText input componentView Documentation
October 25, 2025
New Feature

✨ Feature Requests

Submit and track feature requests directly in your settings menuFrom Settings > Feature Requests, you can create requests or bug reports, and set their priority. This integrates directly with the Evidence team’s roadmap, with status changes synced into your viewFeature Requests
October 24, 2025
New Feature

✨ Stacked bar series in combo charts

Bar series in combo charts can now be stacked using the new stack_id attribute. Bars with the same stack_id will be stacked together, allowing for flexible combinations of stacked and grouped bars.View Documentation
October 23, 2025
New Feature

✨ Max label length for x-axis labels

Truncate labels after a certain number of characters using the max_label_length attribute inside x_axis_optionsMax label length for x-axis labels
October 21, 2025
New Feature

✨ Rotate x-axis labels

Use the new label_rotate option in x_axis_options to rotate the labels on your x-axisRotate x-axis labelsView Documentation
October 21, 2025
Improvement

πŸš€ Sidebar Icons and Sorting

Add custom icons and adjust the sort order of projects and pages in the sidebar
October 20, 2025
New Feature

✨ Jump to Code

In the editor preview, Cmd/Ctrl + click on a component to jump to the code for that componentYou can jump to code by Cmd/Ctrl + clicking a component in the preview pane, or you can jump to the component preview by Cmd/Ctrl + clicking the code in your editorJump to Code
October 17, 2025
Bug Fix

πŸ› Fixes for table pivoting

Fixed issue where columns were not properly pivoting in tables
October 16, 2025
Improvement

πŸš€ Drag and drop image support

Drag, or paste images into the editor to add them to your page.
October 16, 2025
New Feature

✨ Models (Beta)

Join sources together and materialize the results to improve performanceModels can be used to execute joins across sources, centralize type casting, and create clean tables to use when building reports. Models are run and materialized every 8 hoursView Documentation
October 16, 2025
New Feature

✨ Set custom end date for date ranges

Use a dynamic end date for date ranges based on your data or a standard offsetBy default, date ranges end as of today’s date, but this setting allows you to choose a date based on a standard offset (e.g., 1 day ago) or by passing a sql query to calculate the date (e.g., select max(date) from my_table)
October 14, 2025
New Feature

✨ Bar chart opacity setting

Customize the opacity of bars in bar chart and combo chart components
October 14, 2025
Improvement

πŸš€ Project Sections

Organize projects into sections for easier navigation during developmentSections will not impact how projects are arranged in the app published to Viewer users
October 8, 2025
Bug Fix

πŸ› Version control overflow

Fixes a bug where if you changed lots of files it overflowed the Version History panel
October 7, 2025
New Feature

✨ Option to choose first day of week

In project settings, you can now choose whether weeks start on Sunday or Monday
October 6, 2025
Improvement

πŸš€ Better SQL Autocomplete Suggestions

Improved SQL suggestions for columns, and tables after joins
October 6, 2025
Improvement

πŸš€ Variable name shortcuts + use in markdown

Variables no longer require specifying a property - simply use the name, like {{ my_var }}You can also use variables directly in markdown, including in headers and lists. You still have access to variable properties and can reference them like this: {{ my_var.selected }}Variable name shortcuts + use in markdown
October 4, 2025
Improvement

πŸš€ Performance improvement for table comparisons

Tables containing comparisons should now load much faster
October 3, 2025
Improvement

πŸš€ More source sync info

View the number of rows in a source, and the amount of time it took for the source sync from the Sources page.
October 2, 2025
New Feature

✨ Use variables inside components

You can now reference filter variables directly in component attributesSupports the following attributes: title, subtitle, info, where, date_grain, date_range.range, comparison.compare_vsUse variables inside components
October 1, 2025
New Feature

✨ Icon support for dropdowns

Include an icon in your dropdown using the icon optionIcon support for dropdowns
October 1, 2025
New Feature

✨ Selector components for date grain and comparisons

Special components for selecting date grain and comparisons
September 30, 2025
Improvement

πŸš€ Dynamic date ranges

Input arbitrary ranges into the date_range attribute in components, like β€œlast 14 weeks” or β€œ2023-01-14 to 2025-11-30”
September 30, 2025
Bug Fix

πŸ› Filter scroll fix

Fixed a bug where selecting a filter caused the page to jump back to the top.
September 30, 2025
New Feature

✨ Select preset ranges in range calendar

Choose which preset ranges you want your users to see when clicking the range calendar component
September 30, 2025
Bug Fix

πŸ› SQL comments in inline queries

You can now add comments to inline queries without breaking them
September 29, 2025
New Feature

✨ Option to turn legend off in charts

You can now turn off chart legends with legend=false
September 25, 2025
Improvement

πŸš€ Conditional component render instantly

When previewing or viewing published pages, the initial state of any if/else_if/else conditions will be pre-calculated before the page loads.
September 24, 2025
Improvement

πŸš€ Better label spacing on x-axis

Improvement to the alignment and spacing of labels on the x-axis
September 24, 2025
Bug Fix

πŸ› Fix target comparison totals in table

Fixed an issue where target comparisons were hidden in total rows
September 22, 2025
Bug FixBreaking Change

πŸ› Improved date behaviour

Previously, database columns that returned Date type would return DateTime precision, which is confusing in the UI. Now dates will return no additional time componentValues that are Date type will no longer display time component in Tables, Values, and in various input components. Eg a Date previously formatted 2025-09-22T14:05:23Z would now be returned as 2025-09-22.
September 21, 2025
Bug Fix

πŸ› Fix Explore table resize and scroll

Fixes an issue where tables on the Explore page would resize and cut off content
September 19, 2025
Improvement

πŸš€ Comparison Tooltip Improvements

Fixed issue with percentage calculations for negative values. Added support for custom formats.
September 18, 2025
New Feature

✨ Make Feature Requests in AI Chat

Now you can ask the Evidence chat to submit a feature request to the Evidence team
September 16, 2025
Bug Fix

πŸ› Fixed unexpected date offsets

In certain timezones, dates were being transposed by a small number of seconds in Chrome and Safari. This could cause date formats to render incorrectly, for example showing the day before the expected date.
September 15, 2025
Improvement

πŸš€ RLS Enhancements

Added variable support for IN/NOT IN operators, β€˜Apply All’ rule option, new panel interface, and per-user variable editing capabilities.
September 10, 2025
Improvement

πŸš€ Improved Inline SQL Editor

See available variables, inline queries, and a preview of compiled SQL when editing queries in the inline SQL editorImproved Inline SQL Editor
September 10, 2025
Improvement

πŸš€ Improved international character support in SQL queries

You can now include Japanese, Chinese, emoji, and other non-Latin characters directly in SQL passed to components
September 10, 2025
New Feature

✨ Page Loading (table)

Tables now load instantly on preview and published pagesThis is the first change in a journey to fully enable Server-Side Rendering in Evidence pages. The table is the first component to support this behavior, which enables the following features:
- Tables load instantly on preview and published pages (no more loading spinner when the page loads)
- Chat can now debug SQL query errors in Table components

This change lays the groundwork for other components to opt into this new Server-Side Rendering system.
September 8, 2025
New Feature

✨ Add optional dark_url prop to image component

Image components can now display different images in light and dark modes using the new dark_url prop.
September 8, 2025
New Feature

✨ Themes

Define a custom color palette to apply to all charts in a projectThemes
September 3, 2025
ImprovementBreaking Change

πŸš€ Improved Default Funnel Chart Styling

Funnel Charts are more intuitive to read, with a squared off styleImproved Default Funnel Chart StylingView Documentation
September 2, 2025
Bug Fix

πŸ› Fix Comparison Issues

Fixed bug for target comparisons which resulted in undefined error
August 28, 2025
New Feature

✨ Inline SQL Editor

A new SQL editor for running and modifying inline queries on your pageInline SQL Editor
August 26, 2025
New Feature

✨ Icon Component

Add icons inline into markdown, with configuration for color and sizeIcon ComponentView Documentation
August 22, 2025
New Feature

✨ Row Level Security

Add rules to restrict which rows of are visible to users from sourcesAdd RLS rules to data source columns, and add user variables to determine which values in these columns allow access.View Documentation
August 20, 2025
Improvement

πŸš€ Custom Color Palettes

All charts now support custom color palettes via the β€œchart_options” attributePass an array of hex codes to the color_palette option e.g. color_palette=["#ff0000","#00ff00"]Custom Color PalettesView Documentation
August 20, 2025
Bug Fix

πŸ› Fix Editor Overwriting Bug

Fixed bug where switching pages and then hitting Ctrl+Z would overwrite your page with the content of the previous page.
August 19, 2025
Improvement

πŸš€ Sidebar Hover Text

Adds hover text to sidebar items that are truncated due to length
August 19, 2025
Bug Fix

πŸ› Table Filter Option Overflow

Fixed a bug where long string values in the table filter overlapped each other
August 18, 2025
Improvement

πŸš€ Charting Library Upgrade

Upgraded to ECharts 6, fixed some issues where labels got cut offCharting Library Upgrade
August 18, 2025
Bug Fix

πŸ› Expose SQL Errors

Exposes some SQL errors that were not being shown
August 18, 2025
Bug Fix

πŸ› Fix High Precision Decimals in Postgres

Resolves issue where tables containing decimal columns with more that 9 digits of precision were failing to publish
August 12, 2025
Improvement

πŸš€ Editor Loading Speed

We’ve significantly improved the load speeds when switching between pages in the editor.
August 12, 2025
New Feature
Use the link button to link to another page in Evidence or an external locationView Documentation
August 12, 2025
New Feature

✨ Print Format Components

Add page breaks, print groups, and hide elements from PDF downloads
August 11, 2025
New Feature

✨ PDF Download

Download your page as a PDF
August 7, 2025
Bug Fix

πŸ› If / Else Behaviour Fix

Fixed some issues with the if /else components which sometimes caused them to not display information when they should
August 5, 2025
New Feature

✨ Accordian components

Organize content into collapsible accordian sections
August 5, 2025
New Feature

✨ Axis Label Interval Control

More control over the intervals between labels on charts
July 30, 2025
Bug Fix

πŸ› Long Page Name Overflow

Long page and directory names now truncate in the sidebar to prevent the action button being hiddenLong Page Name Overflow
July 30, 2025
New Feature

✨ Range Calendar Input

New range calendar component for date filtering.
July 29, 2025
New Feature

✨ Tabs

New Tabs, and Tab components for tabbed layouts.
July 29, 2025
New Feature

✨ Variables

Define variables in frontmatter and use them in markdown, SQL and componentsView Documentation
July 28, 2025
New Feature

✨ Column-level control for tables

Control formatting for each column in a table
July 28, 2025
New Feature

✨ Conditional formatting in tables

Use color scale to conditionallyformat values in a table
July 28, 2025
New Feature

✨ Image support in tables

Add images to columns in a table
July 28, 2025
Improvement

πŸš€ Improved Explore page

Supports more date grain options and improved share experience
July 28, 2025
Improvement

πŸš€ Improved pivot table

Table now supports more complex pivot table scenarios
July 28, 2025
New Feature
Add links to columns in a table, or set up row links
July 28, 2025
Improvement

πŸš€ New date grain options

Inclues special grains like β€˜day of week’ and β€˜month of year’, with built-in labels
July 28, 2025
New Feature

✨ New table visualizations

Add bar charts, sparklines, and deltas to your columns
July 28, 2025
New Feature

✨ Period over period comparisons

Automatically compare values vs. prior year, prior period, or target. Available in table and big value.
July 22, 2025
Bug Fix

πŸ› Delete Connections Fix

Fixed a bug which only allowed you to delete the most recently added connection
July 22, 2025
New Feature

✨ Hubspot Connector

Import data from Hubspot directly into EvidenceView Documentation
July 22, 2025
New Feature

✨ Modals

New modal component that can contain content in a dialogue or drawer.View Documentation
July 17, 2025
New Feature

✨ Motherduck Connector

Add data sources from your Motherduck DBView Documentation
July 17, 2025
New Feature

✨ Page linking

Link to other Evidence pages using markdown links with Intellisense supportView Documentation
July 16, 2025
Bug Fix

πŸ› Respect columns option in table filter

Fix bug which ignored columns selection in table filter
July 16, 2025
Bug Fix

πŸ› Table filter responsiveness

Fix bug which prevented table filter inputs from taking effect immediately after adding the table filter to the page.
July 15, 2025
New Feature

✨ Filter interpolation

Reference filter values inside of inlined queries, and view the state of your filters in the new filters pane of the devtools sidebar.View Documentation
July 14, 2025
Improvement

πŸš€ Agent Keyboard Shortcut

Ctrl+Alt+I (Mac: Cmd+Shift+I) to open a chat with the Evidence agent from anywhere in the Editor
July 11, 2025
New Feature

✨ If, Else If, Else

Use conditional blocks to choose what to render based on data.View Documentation
July 10, 2025
New Feature

✨ Reference Components

Use reference_line, reference_area, and reference_point to add reference annotations to your chartsView Documentation
July 7, 2025
Improvement

πŸš€ Postgres Schema Support

Use tables in any Postgres schema (not just the default β€œpublic” schema)
July 3, 2025
New Feature

✨ Import Views as Sources

All supported DBs now allow importing views as sources
July 3, 2025
Improvement

πŸš€ Public Documentation

We’ve published full documentation at https://docs.evidence.studio
June 28, 2025
New Feature

✨ Card Option for Row and Stack Components

Added card option to row and stack components to display their contents as a single card.
June 27, 2025
New Feature

✨ Data Point Labels

Label each data point in your chart with the data_labels option
June 26, 2025
New Feature

✨ Downloadable Data

Right click any chart to download its data, or use the kebab menu in the top left of the published page to download a whole page’s data.
June 25, 2025
New Feature

✨ Chart, Axis, and Series Options

New chart_options, x_axis_options, y_axis_options, y2_axis_options, and series options for customizing your charts.
June 25, 2025
New Feature

✨ Partials

Define sections of markdown for re-use across pages.
June 19, 2025
New Feature

✨ Polar Chart

Added a new polar chart component.
June 19, 2025
New Feature
Search bar for the Table component.
June 17, 2025
Bug Fix

πŸ› Inline Query Date Validation

Fixes issue creating visualizations using inline queries with dates
June 16, 2025
New Feature

✨ Histogram

Added a new histogram chart component.
June 16, 2025
New Feature

✨ Markdown Comments

Adds support for mardown comments with <!β€” β€”>. Mac: Cmd + / Windows: Ctrl + /
June 13, 2025
New Feature

✨ Calendar Heatmap

Added a new calendar heatmap chart.
June 13, 2025
New Feature

✨ Combo Chart

Added a combo_chart component that allows you to combine area, bar, bubble, line, and scatter series on one chart.
June 12, 2025
New Feature

✨ Accept and Reject Changes Panel in Diff View

Added accept and reject buttons to the top of the diff view.
June 12, 2025
Improvement

πŸš€ Connection Documentation

Added generaldocumentation for data connections.
June 12, 2025
Bug Fix

πŸ› Fix to give AI agent knowledge of inline queries

Fixed the issue where the AI agent did not know about inline queries on your page.
June 12, 2025
Bug Fix

πŸ› Fix to Maintain Chart Height

Fixed the issue where the chart height was shrinking when title and legend were added.
June 12, 2025
New Feature

✨ Heatmap Chart

Added a new heatmap chart component.
June 12, 2025
Improvement
Added a link to all docs in the docs tab of the editor.
June 11, 2025
New Feature

✨ Custom X and Y Chart Titles

Added the ability to customize x_title and y_title for charts.
June 11, 2025
New Feature

✨ Funnel Chart

Added a new funnel chart component.
June 11, 2025
New Feature

✨ Sankey Chart

Added a new sankey chart component.
June 10, 2025
New Feature

✨ Changelog

We’re shipping features and fixes very quickly. Keep an eye out here for updates.
June 10, 2025
Bug Fix

πŸ› Fix Slash Commands When Inside Parent Component

Fixed the issue where slash commands were not working when inside a parent component.
June 10, 2025
Improvement

πŸš€ Helpful Warning for Aggregating Columns

Added a warning to consider aggregating a column for a chart.
June 10, 2025
New Feature

✨ Open Chat Automatically for Fix in Chat

When the fix in chat button is pressed, the chat window will open automatically.
June 10, 2025
New Feature

✨ Pie and Donut Charts

Added a new pie chart component.
June 9, 2025
Improvement

πŸš€ Collapse the Sidebar

Added the ability to collapse and expand the sidebar on all screen sizes.
June 9, 2025
Improvement

πŸš€ Faster Sources Page

Significantly improved loading performance on the sources page.
June 9, 2025
Improvement

πŸš€ Fix in Chat Now Available on All Error Messages

Error messages throughout the platform now include the fix in chat feature.
June 9, 2025
Improvement

πŸš€ More Readable SQL Errors

SQL error messages have been redesigned to be clearer and more actionable.
June 9, 2025
Bug Fix

πŸ› Row and Stack Components

Fixed issues with Row and Stack components rendering and layout behavior.
February 3, 2025
New Feature

✨ European Number Formatting

Support for European number format using comma as the decimal separator (e.g., 1.234,56 instead of 1,234.56).
January 22, 2025
New Feature

✨ Azure Postgres Connector

Connect your Azure Database for PostgreSQL to Evidence and sync your data automatically.View Documentation
January 20, 2025
New Feature

✨ SQL Files

Create reusable SQL queries as standalone files. SQL files can be referenced from components using data="path/to/query" and from inline queries using {{path/to/query}} syntax.