November 29, 2025
✨ Display control for total and subtotals in table
Choose which totals or subtotals to display in your tableView DocumentationNovember 28, 2025
✨ Dark Mode Chart Colors
Configure colors for both light and dark mode in your project and org settings
November 28, 2025
✨ 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 DocumentationNovember 27, 2025
November 26, 2025
November 25, 2025
🚀 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
🚀 Control order of series in combo chart
Combo chart now displays your series in the order you define them in your markdownNovember 21, 2025
🚀 Icons in Autocomplete
Find components more easily in component autocomplete menus using the mini-iconsNovember 18, 2025
🚀 Smoother chart loads on input changes
Improved chart loading behaviour and animation when changing inputs on your page
November 17, 2025
🐛 Fix for table pivoting issues
Fixed issue where tables were not pivoting in certain situationsNovember 17, 2025
✨ Variable label property
You can now reference the label property of a variable - useful when adding labels to viz components based on input selectionView DocumentationNovember 17, 2025
✨ 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 DocumentationNovember 14, 2025
🐛 Fix for scale_column
Fixes issue where scale_column in the measure component was not properly assigning colorsNovember 14, 2025
🐛 Fix for custom date range end dates
Fixes issue where custom end date defined in SQL was not taking effectNovember 14, 2025
✨ Table of Contents
A generated table of contents from the headings in your report. Enable from page settings.
November 14, 2025
🚀 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 weekNovember 14, 2025
✨ x_sort attribute
Choose a specific sort order for your x-axis, including specifying explicit stringsNovember 14, 2025
✨ Top padding option for charts
Top padding override option to allow more room for data labels - helps in cases where labels are cut offNovember 12, 2025
🐛 Histogram support for inline queries
Fix for Histogram issue where it could not accept inline queriesNovember 11, 2025
🚀 Toggle invert attribute
Invert attribute added to make toggled state = false instead of trueNovember 8, 2025
November 7, 2025
✨ 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 engineNovember 4, 2025
✨ Toggle input
New toggle input component which sets a boolean variable you can use in queries and components
November 2, 2025
✨ 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_tabs
October 31, 2025
🚀 Info Links
Add links to info text popovers usinginfo_link and info_link_title atttributes.October 30, 2025
🐛 Fix for custom pivot formatting
Formatting for pivots now works as expected for custom date formats - e.g.,fmt="yyyy-mm"October 26, 2025
October 25, 2025
✨ 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 view
October 24, 2025
✨ Stacked bar series in combo charts
Bar series in combo charts can now be stacked using the newstack_id attribute. Bars with the same stack_id will be stacked together, allowing for flexible combinations of stacked and grouped bars.View DocumentationOctober 23, 2025
✨ Max label length for x-axis labels
Truncate labels after a certain number of characters using themax_label_length attribute inside x_axis_options
October 21, 2025
✨ Rotate x-axis labels
Use the newlabel_rotate option in x_axis_options to rotate the labels on your x-axis
October 21, 2025
🚀 Sidebar Icons and Sorting
Add custom icons and adjust the sort order of projects and pages in the sidebarOctober 20, 2025
✨ 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 editor
October 17, 2025
🐛 Fixes for table pivoting
Fixed issue where columns were not properly pivoting in tablesOctober 16, 2025
✨ 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 16, 2025
✨ 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 DocumentationOctober 16, 2025
🚀 Drag and drop image support
Drag, or paste images into the editor to add them to your page.October 14, 2025
✨ Bar chart opacity setting
Customize the opacity of bars in bar chart and combo chart componentsOctober 14, 2025
🚀 Project Sections
Organize projects into sections for easier navigation during developmentSections will not impact how projects are arranged in the app published to Viewer usersOctober 8, 2025
🐛 Version control overflow
Fixes a bug where if you changed lots of files it overflowed the Version History panelOctober 7, 2025
✨ Option to choose first day of week
In project settings, you can now choose whether weeks start on Sunday or MondayOctober 6, 2025
🚀 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 }}
October 6, 2025
🚀 Better SQL Autocomplete Suggestions
Improved SQL suggestions for columns, and tables after joinsOctober 4, 2025
🚀 Performance improvement for table comparisons
Tables containing comparisons should now load much fasterOctober 3, 2025
🚀 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
✨ 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
October 1, 2025
✨ Selector components for date grain and comparisons
Special components for selecting date grain and comparisonsSeptember 30, 2025
🚀 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
✨ Select preset ranges in range calendar
Choose which preset ranges you want your users to see when clicking the range calendar componentSeptember 30, 2025
🐛 SQL comments in inline queries
You can now add comments to inline queries without breaking themSeptember 30, 2025
🐛 Filter scroll fix
Fixed a bug where selecting a filter caused the page to jump back to the top.September 29, 2025
✨ Option to turn legend off in charts
You can now turn off chart legends with legend=falseSeptember 25, 2025
🚀 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
🚀 Better label spacing on x-axis
Improvement to the alignment and spacing of labels on the x-axisSeptember 24, 2025
🐛 Fix target comparison totals in table
Fixed an issue where target comparisons were hidden in total rowsSeptember 22, 2025
🐛 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
🐛 Fix Explore table resize and scroll
Fixes an issue where tables on the Explore page would resize and cut off contentSeptember 19, 2025
🚀 Comparison Tooltip Improvements
Fixed issue with percentage calculations for negative values. Added support for custom formats.September 18, 2025
✨ Make Feature Requests in AI Chat
Now you can ask the Evidence chat to submit a feature request to the Evidence teamSeptember 16, 2025
🐛 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
🚀 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
✨ 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 10, 2025
🚀 Improved international character support in SQL queries
You can now include Japanese, Chinese, emoji, and other non-Latin characters directly in SQL passed to componentsSeptember 10, 2025
🚀 Improved Inline SQL Editor
See available variables, inline queries, and a preview of compiled SQL when editing queries in the inline SQL editor
September 8, 2025
✨ 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.September 3, 2025
🚀 Improved Default Funnel Chart Styling
Funnel Charts are more intuitive to read, with a squared off style
September 2, 2025
🐛 Fix Comparison Issues
Fixed bug for target comparisons which resulted in undefined errorAugust 28, 2025
August 26, 2025
✨ Icon Component
Add icons inline into markdown, with configuration for color and size
August 22, 2025
✨ 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 DocumentationAugust 20, 2025
🐛 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 20, 2025
🚀 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"]
August 19, 2025
🐛 Table Filter Option Overflow
Fixed a bug where long string values in the table filter overlapped each otherAugust 19, 2025
🚀 Sidebar Hover Text
Adds hover text to sidebar items that are truncated due to lengthAugust 18, 2025
August 18, 2025
🐛 Fix High Precision Decimals in Postgres
Resolves issue where tables containing decimal columns with more that 9 digits of precision were failing to publishAugust 12, 2025
🚀 Editor Loading Speed
We’ve significantly improved the load speeds when switching between pages in the editor.August 12, 2025
✨ Link Button
Use the link button to link to another page in Evidence or an external locationView DocumentationAugust 12, 2025
✨ Print Format Components
Add page breaks, print groups, and hide elements from PDF downloadsAugust 7, 2025
🐛 If / Else Behaviour Fix
Fixed some issues with the if /else components which sometimes caused them to not display information when they shouldAugust 5, 2025
✨ Axis Label Interval Control
More control over the intervals between labels on chartsJuly 30, 2025
🐛 Long Page Name Overflow
Long page and directory names now truncate in the sidebar to prevent the action button being hidden
July 29, 2025
✨ Variables
Define variables in frontmatter and use them in markdown, SQL and componentsView DocumentationJuly 28, 2025
✨ Conditional formatting in tables
Use color scale to conditionallyformat values in a tableJuly 28, 2025
✨ Period over period comparisons
Automatically compare values vs. prior year, prior period, or target. Available in table and big value.July 28, 2025
🚀 New date grain options
Inclues special grains like ‘day of week’ and ‘month of year’, with built-in labelsJuly 28, 2025
🚀 Improved Explore page
Supports more date grain options and improved share experienceJuly 22, 2025
July 22, 2025
July 22, 2025
🐛 Delete Connections Fix
Fixed a bug which only allowed you to delete the most recently added connectionJuly 17, 2025
✨ Page linking
Link to other Evidence pages using markdown links with Intellisense supportView DocumentationJuly 17, 2025
July 16, 2025
🐛 Table filter responsiveness
Fix bug which prevented table filter inputs from taking effect immediately after adding the table filter to the page.July 16, 2025
🐛 Respect columns option in table filter
Fix bug which ignored columns selection in table filterJuly 15, 2025
✨ 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 DocumentationJuly 14, 2025
🚀 Agent Keyboard Shortcut
Ctrl+Alt+I (Mac: Cmd+Shift+I) to open a chat with the Evidence agent from anywhere in the EditorJuly 11, 2025
July 10, 2025
✨ Reference Components
Usereference_line, reference_area, and reference_point to add reference annotations to your chartsView DocumentationJuly 7, 2025
🚀 Postgres Schema Support
Use tables in any Postgres schema (not just the default “public” schema)July 3, 2025
🚀 Public Documentation
We’ve published full documentation at https://docs.evidence.studioJune 28, 2025
✨ Card Option for Row and Stack Components
Addedcard option to row and stack components to display their contents as a single card.June 26, 2025
✨ 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
✨ Chart, Axis, and Series Options
Newchart_options, x_axis_options, y_axis_options, y2_axis_options, and series options for customizing your charts.June 17, 2025
🐛 Inline Query Date Validation
Fixes issue creating visualizations using inline queries with datesJune 16, 2025
✨ Markdown Comments
Adds support for mardown comments with<!— —>. Mac: Cmd + / Windows: Ctrl + /June 13, 2025
✨ Combo Chart
Added acombo_chart component that allows you to combine area, bar, bubble, line, and scatter series on one chart.June 12, 2025
✨ Accept and Reject Changes Panel in Diff View
Added accept and reject buttons to the top of the diff view.June 12, 2025
🚀 Link to All Docs in Sidepane
Added a link to all docs in the docs tab of the editor.June 12, 2025
🐛 Fix to Maintain Chart Height
Fixed the issue where the chart height was shrinking when title and legend were added.June 12, 2025
🐛 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 11, 2025
✨ Custom X and Y Chart Titles
Added the ability to customizex_title and y_title for charts.June 10, 2025
✨ Changelog
We’re shipping features and fixes very quickly. Keep an eye out here for updates.June 10, 2025
✨ Open Chat Automatically for Fix in Chat
When the fix in chat button is pressed, the chat window will open automatically.June 10, 2025
🐛 Fix Slash Commands When Inside Parent Component
Fixed the issue where slash commands were not working when inside a parent component.June 10, 2025
🚀 Helpful Warning for Aggregating Columns
Added a warning to consider aggregating a column for a chart.June 9, 2025
🚀 Fix in Chat Now Available on All Error Messages
Error messages throughout the platform now include the fix in chat feature.June 9, 2025
🚀 More Readable SQL Errors
SQL error messages have been redesigned to be clearer and more actionable.June 9, 2025












