π Better SQL Autocomplete Suggestions
Improved SQL suggestions for columns, and tables after joinsπ Performance improvement for table comparisons
Tables containing comparisons should now load much fasterπ 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.β¨ 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_vs
β¨ Selector components for date grain and comparisons
Special components for selecting date grain and comparisonsπ 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ββ¨ Select preset ranges in range calendar
Choose which preset ranges you want your users to see when clicking the range calendar componentπ SQL comments in inline queries
You can now add comments to inline queries without breaking themπ Filter scroll fix
Fixed a bug where selecting a filter caused the page to jump back to the top.β¨ Option to turn legend off in charts
You can now turn off chart legends with legend=falseπ 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.π Better label spacing on x-axis
Improvement to the alignment and spacing of labels on the x-axisπ Fix target comparison totals in table
Fixed an issue where target comparisons were hidden in total rowsπ 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.π Fix Explore table resize and scroll
Fixes an issue where tables on the Explore page would resize and cut off contentπ Comparison Tooltip Improvements
Fixed issue with percentage calculations for negative values. Added support for custom formats.β¨ Make Feature Requests in AI Chat
Now you can ask the Evidence chat to submit a feature request to the Evidence teamπ 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.π RLS Enhancements
Added variable support for IN/NOT IN operators, βApply Allβ rule option, new panel interface, and per-user variable editing capabilities.β¨ 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.
π 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π Improved Inline SQL Editor
See available variables, inline queries, and a preview of compiled SQL when editing queries in the inline SQL editor
β¨ Add optional dark_url prop to image component
Image components can now display different images in light and dark modes using the newdark_url
prop.π Improved Default Funnel Chart Styling
Funnel Charts are more intuitive to read, with a squared off style
π Fix Comparison Issues
Fixed bug for target comparisons which resulted in undefined error⨠Icon Component
Add icons inline into markdown, with configuration for color and size
β¨ 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π 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.π 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"]

π Table Filter Option Overflow
Fixed a bug where long string values in the table filter overlapped each otherπ Sidebar Hover Text
Adds hover text to sidebar items that are truncated due to lengthπ Fix High Precision Decimals in Postgres
Resolves issue where tables containing decimal columns with more that 9 digits of precision were failing to publishπ Editor Loading Speed
Weβve significantly improved the load speeds when switching between pages in the editor.β¨ Link Button
Use the link button to link to another page in Evidence or an external locationView Documentation⨠Print Format Components
Add page breaks, print groups, and hide elements from PDF downloadsπ If / Else Behaviour Fix
Fixed some issues with the if /else components which sometimes caused them to not display information when they should⨠Axis Label Interval Control
More control over the intervals between labels on charts⨠Accordian components
Organize content into collapsible accordian sections⨠Range Calendar Input
New range calendar component for date filtering.π Long Page Name Overflow
Long page and directory names now truncate in the sidebar to prevent the action button being hidden
β¨ Variables
Define variables in frontmatter and use them in markdown, SQL and componentsView Documentation⨠Column-level control for tables
Control formatting for each column in a table⨠Conditional formatting in tables
Use color scale to conditionallyformat values in a table⨠New table visualizations
Add bar charts, sparklines, and deltas to your columns⨠Link support in tables
Add links to columns in a table, or set up row links⨠Period over period comparisons
Automatically compare values vs. prior year, prior period, or target. Available in table and big value.π New date grain options
Inclues special grains like βday of weekβ and βmonth of yearβ, with built-in labelsπ Improved pivot table
Table now supports more complex pivot table scenariosπ Improved Explore page
Supports more date grain options and improved share experienceπ Delete Connections Fix
Fixed a bug which only allowed you to delete the most recently added connection⨠Page linking
Link to other Evidence pages using markdown links
with Intellisense supportView Documentationπ Table filter responsiveness
Fix bug which prevented table filter inputs from taking effect immediately after adding the table filter to the page.π Respect columns option in table filter
Fix bug which ignored columns selection in table filter⨠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π Agent Keyboard Shortcut
Ctrl+Alt+I (Mac: Cmd+Shift+I) to open a chat with the Evidence agent from anywhere in the Editor⨠If, Else If, Else
Use conditional blocks to choose what to render based on data.View Documentation⨠Reference Components
Usereference_line
, reference_area
, and reference_point
to add reference annotations to your chartsView Documentationπ Postgres Schema Support
Use tables in any Postgres schema (not just the default βpublicβ schema)β¨ Import Views as Sources
All supported DBs now allow importing views as sourcesπ Public Documentation
Weβve published full documentation at https://docs.evidence.studioβ¨ Card Option for Row and Stack Components
Addedcard
option to row
and stack
components to display their contents as a single card.β¨ Data Point Labels
Label each data point in your chart with thedata_labels
option⨠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.β¨ Chart, Axis, and Series Options
Newchart_options
, x_axis_options
, y_axis_options
, y2_axis_options
, and series options for customizing your charts.π Inline Query Date Validation
Fixes issue creating visualizations using inline queries with dates⨠Markdown Comments
Adds support for mardown comments with<!β β>
. Mac: Cmd + / Windows: Ctrl + /β¨ Combo Chart
Added acombo_chart
component that allows you to combine area
, bar
, bubble
, line
, and scatter
series on one chart.β¨ Accept and Reject Changes Panel in Diff View
Added accept and reject buttons to the top of the diff view.π Connection Documentation
Added generaldocumentation for data connections.π Link to All Docs in Sidepane
Added a link to all docs in the docs tab of the editor.π Fix to Maintain Chart Height
Fixed the issue where the chart height was shrinking when title and legend were added.π 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.β¨ Custom X and Y Chart Titles
Added the ability to customizex_title
and y_title
for charts.