> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track the latest updates and improvements to Evidence

<Update label="July 12, 2026" description="" tags={["New Feature"]}>
  ### ✨ 50 New Data Connectors

  Connect 50 more data sources to Evidence, including Zendesk, Intercom, Mixpanel, Amplitude, Square, QuickBooks, Recurly, Pipedrive, Gong, LinkedIn Ads, and more. Set them up in a few clicks from the Connectors page.
</Update>

<Update label="July 12, 2026" description="" tags={["New Feature"]}>
  ### ✨ Lemlist Connector

  Connect your Lemlist data to Evidence. Sync campaigns, leads, and activities from your email outreach.

  [View Documentation](https://docs.evidence.studio/data-sources/lemlist)
</Update>

<Update label="July 10, 2026" description="" tags={["New Feature"]}>
  ### ✨ Table Access Restrictions

  Restrict tables to a chosen set of users

  Restrict specific tables to a chosen set of users from the Access Rules settings page. Unrestricted tables stay open to everyone in the organization, and restricted tables show a lock badge in the editor's schema list.

  [View Documentation](https://docs.evidence.studio/features/access-rules)
</Update>

<Update label="July 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ Image component accepts data queries

  Add `data` and `column` props to the image component to load the image URL from a query and respond to filter changes — e.g. show the top-selling product's photo, a client logo driven by a dropdown, or a dark-mode variant via `dark_column`.
</Update>

<Update label="July 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ Radar, Treemap, and Chord charts

  Three new charts now available: radar\_chart, treemap, and chord\_chart
</Update>

<Update label="July 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ Mix single and multi select columns in table filters

  Add `single_select` and `multi_select` to `table_filter` to set the selection mode per column — e.g. restrict a client column to one value at a time while keeping region and product filters multi-select.
</Update>

<Update label="July 8, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Y-axis titles stay legible above chart data

  Chart contents no longer overlap the y-axis title — bars, areas, and lines that reach the top of the axis now render beneath the title instead of covering it. Gridlines are cut off cleanly behind the title rather than showing through the text, the title is vertically aligned with the top axis tick label, and a subtle text outline keeps it readable when data passes directly beneath it. Applies to both left and right (`y2`) axis titles.
</Update>

<Update label="July 7, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 range\_calendar "all time" no longer breaks raw SQL

  Referencing `{{ date_filter.between }}` in a `where` or SQL template while "all time" was selected previously produced an empty string, which broke the query (`where date ` → syntax error). `.between` now emits `IS NOT NULL` for "all time", so `where="date {{ date_filter.between }}"` matches all rows and just works.

  The new `all_time_range` attribute controls what "all time" means for a specific `range_calendar`:

  * `all_time_range="none"` restores the previous empty-string behavior — pair it with `[[ ]]` conditional blocks or a `| fallback` when the whole clause should drop (e.g. to keep NULL-date rows, which `IS NOT NULL` otherwise excludes).
  * Set it to a bounded range — a preset key (`"last 12 months"`), a `custom_ranges` label, or a range expression (`"from 2022-12-01"`) — and "all time" resolves to that range everywhere (`.between`, `.start`, `.end`, and the `date_range` value). If you were faking this with a `| fallback` in your `where` clause, set `all_time_range` to that range and delete the fallback.

  `.start` / `.end` stay empty for unbounded "all time" (so date spines and axes fail loudly rather than silently wrong), and `.filter` / a `filters=[...]` reference stay a true no-op that keeps NULL rows.
</Update>

<Update label="July 2, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for AI chat losing conversation context

  Fixed an issue where the AI chat could respond to an earlier message in long conversations instead of the one you just sent.
</Update>

<Update label="July 2, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Sparkline hover values now use theme foreground

  Sparkline hover values and the vertical tracking line follow the theme's foreground and muted-foreground tokens, restoring contrast in light mode (most visible on big\_value sparklines).
</Update>

<Update label="July 1, 2026" description="" tags={["New Feature"]}>
  ### ✨ AI Agent Multi-File Edits

  The AI dev assistant can now edit multiple files in a single turn — as well as create, rename, and move files.
</Update>

<Update label="July 1, 2026" description="" tags={["New Feature"]}>
  ### ✨ Extra tooltip rows on chart series

  Add `tooltip_fields` to any `bar_chart` / `line_chart` / `area_chart` / `scatter_chart` / `bubble_chart` — or to `bar`, `line`, `area`, `scatter`, `bubble` inside a `combo_chart` — to surface additional aggregated values on hover, with optional labels, format codes, and `color_by_sign` / `down_is_good` for delta-style coloring.
</Update>

<Update label="June 29, 2026" description="" tags={["New Feature"]}>
  ### ✨ Link charts together

  Add `connect_group` to charts to sync their tooltips, axis-pointer, and zoom across any charts sharing the same id — e.g. stack a price chart above a volume chart, align KPIs that share a time axis, or coordinate small multiples.
</Update>

<Update label="June 27, 2026" description="" tags={["New Feature"]}>
  ### ✨ Customize built-in charts with ECharts options

  Override any ECharts option on built-in charts via `echarts_options` (chart-wide) or `echarts_series_options` (looped across every series).
</Update>

<Update label="June 26, 2026" description="" tags={["New Feature"]}>
  ### ✨ Attach images to editor AI chat

  Click the image button in the editor chat composer to attach screenshots or other images for the AI agent to see alongside your message.
</Update>

<Update label="June 26, 2026" description="" tags={["New Feature"]}>
  ### ✨ Custom components

  Build your own Markdoc tags from `components/*.md` files — each component declares its attributes in frontmatter and gets autocomplete, slash-command, and AI-tool support just like a built-in.
</Update>

<Update label="June 26, 2026" description="" tags={["New Feature"]}>
  ### ✨ Pin color scale values in tables

  Anchor a measure's color scale to specific data values with `color_stops`.
</Update>

<Update label="June 25, 2026" description="" tags={["New Feature"]}>
  ### ✨ Custom HTML in reports

  Embed your own HTML and JavaScript anywhere in a report with the new `{% html %}` block. Build custom visualizations that integrate with Evidence's filters, queries, and theme — using any library, like D3 or deck.gl.
</Update>

<Update label="June 24, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Hide unneeded subtotal rows in tables

  Tables now hide duplicative subtotal rows that only summarize a single item, while keeping the grand total.
</Update>

<Update label="June 24, 2026" description="" tags={["New Feature"]}>
  ### ✨ Expanded theme options

  Themes now include fonts, colors, corner roundness, spacing density, and chart defaults, applied consistently across the whole report. Override the theme for a single page when you need to.
</Update>

<Update label="June 23, 2026" description="" tags={["New Feature"]}>
  ### ✨ Custom date ranges

  Add `custom_ranges` to `{% range_calendar %}` to generate named presets — e.g. fiscal years, seasons, and retail calendars.
</Update>

<Update label="June 18, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Smoother schema panel refresh

  The refresh button no longer pushes content down or hides the schema list while reloading, and long table or column names truncate instead of forcing horizontal scroll.
</Update>

<Update label="June 17, 2026" description="" tags={["New Feature"]}>
  ### ✨ Show size dimension in bubble and scatter chart tooltips

  Bubble and scatter chart tooltips now display the size dimension value, with a new `size_fmt` attribute for formatting.
</Update>

<Update label="June 17, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Faster, more reliable editor preview on heavy pages

  Fixed an issue where the editor could lock up on pages with many charts and tables.
</Update>

<Update label="June 17, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix heatmap collapsing at wider screen widths

  Fixed heatmap charts collapsing into a small box at certain screen widths.
</Update>

<Update label="June 17, 2026" description="" tags={["New Feature"]}>
  ### ✨ Impersonate

  Create and manage access tokens for programmatic API access from the new Access Tokens settings page. Admins and developers can impersonate team members to see exactly what they see (disabled by default).
</Update>

<Update label="June 16, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix dropdown search failing on BigQuery

  Fixed an issue with searching a dropdown or table filter for BigQuery direct connections.
</Update>

<Update label="June 16, 2026" description="" tags={["New Feature"]}>
  ### ✨ Failed Publishes No Longer Affect Viewers

  If a publish fails, your project keeps serving the last successful version — viewers never see broken content.
</Update>

<Update label="June 16, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix spurious markdown validation errors on PRs

  Fixed the PR markdown-validation check reporting false-positive `undefined-translation-key` and `undefined-frontmatter-variable` errors on pages using translations and on partials that receive variables from the pages including them.
</Update>

<Update label="June 16, 2026" description="" tags={["New Feature"]}>
  ### ✨ Publish History & Rollback

  View your project's publish history and roll back to any previous version.
</Update>

<Update label="June 14, 2026" description="" tags={["New Feature"]}>
  ### ✨ ClickHouse direct connector

  Connect Evidence directly to your own ClickHouse instance to build reports on live data without syncing it first.

  [View Documentation](https://docs.evidence.studio/direct-connectors/clickhouse)
</Update>

<Update label="June 12, 2026" description="" tags={["New Feature"]}>
  ### ✨ Make the selected option in `button_group` and `input_tabs` more noticeable

  The selected button in `button_group` and the active tab in `input_tabs` now stand out more clearly.
</Update>

<Update label="June 10, 2026" description="" tags={["New Feature"]}>
  ### ✨ New share menu and additive page access

  The redesigned share menu lets you grant page-level access on top of project access, so you can share a single dashboard with a stakeholder who shouldn't see anything else.
</Update>

<Update label="June 10, 2026" description="" tags={["New Feature"]}>
  ### ✨ Vibe code any visualization with the custom\_echart component

  Need a chart Evidence doesn't have out of the box — a waterfall, a bridge, a radar, something bespoke? The new `custom_echart` component lets you build any visualization you can imagine. Describe what you want to the assistant and it writes the chart for you, wired up to your data, filters, and theme automatically.
</Update>

<Update label="June 10, 2026" description="" tags={["New Feature"]}>
  ### ✨ Pre-select the top N options in a multi-select dropdown

  Multi-select dropdowns now accept a `default_top_n` attribute that pre-selects the first N options on load. Combine it with `order` to control which N are selected by default — which viewers can then change.
</Update>

<Update label="June 7, 2026" description="" tags={["New Feature"]}>
  ### ✨ New Publish Menu in Editor

  View pending changes and open pull requests directly from Studio.
</Update>

<Update label="June 6, 2026" description="" tags={["New Feature"]}>
  ### ✨ See what each user, group, and customer can access

  Admins and developers can now see every project and page a user, group, or customer can access, plus how that access was granted.
</Update>

<Update label="June 4, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Share menu now lets you grant page access to any team member

  The Page tab of the share menu now lists every internal team member, so you can grant page access directly without first adding them to the parent project.
</Update>

<Update label="June 4, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Add users to groups when inviting, and see group memberships in the team table

  Admins can now pick groups when inviting or manually creating users, and the Team settings page shows each member's group memberships in its own column.
</Update>

<Update label="June 1, 2026" description="" tags={["Improvement"]}>
  ### 🚀 HubSpot Connector

  Updated the HubSpot connector with more reliable syncs and broader table coverage.

  [View Documentation](https://docs.evidence.studio/data-sources/hubspot)
</Update>

<Update label="June 1, 2026" description="" tags={["New Feature"]}>
  ### ✨ Microsoft Fabric direct connector

  Connect Evidence directly to a Microsoft Fabric Warehouse or Lakehouse SQL endpoint to build reports on live data without syncing it first.

  [View Documentation](https://docs.evidence.studio/direct-connectors/fabric)
</Update>

<Update label="June 1, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 PDF exports preserve dropdown filter values

  PDF exports of pages with a `select_first=true` dropdown no longer revert the filter to its auto-selected default when the URL specifies a different value.
</Update>

<Update label="May 29, 2026" description="" tags={["New Feature"]}>
  ### ✨ Map area layer min, max, and midpoint

  Map `area_layer` and `point_layer` now accept `min`, `max`, and `midpoint` props so you can pin a diverging color scale at zero (or any other value).
</Update>

<Update label="May 29, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed bar chart tooltip not displaying point\_title

  Fixed an issue where the `point_title` attribute on bar, line, and area charts was ignored in the tooltip.
</Update>

<Update label="May 25, 2026" description="" tags={["New Feature"]}>
  ### ✨ File change indicators in editor sidebar

  Files with uncommitted changes now show colored status badges (M/A/D) in the editor sidebar file tree, so you can see which files have been modified without switching to the Version Control tab.
</Update>

<Update label="May 22, 2026" description="" tags={["New Feature"]}>
  ### ✨ Copy link to pages

  Copy a shareable link to the current page from the page menu, with option to include the current filters.
</Update>

<Update label="May 22, 2026" description="" tags={["New Feature"]}>
  ### ✨ Download report as PNG

  Save a full page as a PNG image from the page menu.
</Update>

<Update label="May 20, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Dedicated Groups settings page

  Groups now have their own page under Settings → Groups, separate from team members, with a detail view for managing each group's members and access.
</Update>

<Update label="May 20, 2026" description="" tags={["New Feature"]}>
  ### ✨ Snowflake and BigQuery direct connectors

  Link Evidence to Snowflake or BigQuery directly to build reports without syncing data.

  [View Documentation](https://docs.evidence.studio/direct-connectors/snowflake)
</Update>

<Update label="May 19, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Improved discoverability of date input components in AI chat

  Added search keywords to `range_calendar`, `date_grain_selector`, and `comparison_selector` so the AI assistant can find them when users ask for "date range filter", "date picker", "date input", etc.
</Update>

<Update label="May 19, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Long chart label rotation

  Charts now rotate long x-axis labels automatically so category names are easier to read without hovering.
</Update>

<Update label="May 15, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Map area layer filter updates

  Fixed a bug where area charts did not respond to filter changes.
</Update>

<Update label="May 15, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Data download title filenames

  Data downloads now use titles in file names.
</Update>

<Update label="May 15, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Horizontal bar chart axis bound validation

  The `horizontal_bar_chart` now reports a validation error when `x_axis_options.min` is greater than or equal to `x_axis_options.max`.
</Update>

<Update label="May 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ Evidence CLI now available on Windows

  The Evidence CLI now ships a Windows x64 binary, installable via PowerShell: `irm https://gaamozau3jchzs3r.public.blob.vercel-storage.com/cli/install.ps1 | iex`.

  [View Documentation](https://docs.evidence.studio/cli)
</Update>

<Update label="May 8, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Default tab selection

  Add `default=true` to a `{% tab %}` to pre-select it on page load instead of always defaulting to the first tab.
</Update>

<Update label="May 7, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Data labels render on area and line charts

  Fixed `data_labels` not appearing on `area_chart`, `line_chart`, and `combo_chart` line/area series.
</Update>

<Update label="May 4, 2026" description="" tags={["New Feature"]}>
  ### ✨ Add today and yesterday range calendar presets

  Range calendars can now opt into Today and Yesterday preset ranges.
</Update>

<Update label="May 1, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Faster Page Create and Rename

  Creating, renaming, and reorganizing pages and folders in the editor sidebar is noticeably faster.
</Update>

<Update label="May 1, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Mobile sidebars close after navigation

  Fixed mobile sidebars staying open after selecting a navigation link.
</Update>

<Update label="April 30, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Improved SQL file support in GitHub integration

  Improved how SQL files sync between Studio and GitHub.
</Update>

<Update label="April 29, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Branch-aware link autocomplete and validation

  Editor link autocomplete and validation now include pages that exist only on the current branch, and AI chat no longer flags them as broken.
</Update>

<Update label="April 28, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 AI chat current date awareness

  Fixed AI chat date context so the agent knows today's date when answering in editor and viewer chats.
</Update>

<Update label="April 27, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Locally-authored pages now appear in Studio

  Fixed an issue where files created locally and synced to GitHub were not appearing in Studio.
</Update>

<Update label="April 26, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Stable heading logo sizing

  Fixed an issue where logos inside headings could briefly render at the wrong size on page load.
</Update>

<Update label="April 26, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix unquoted variables in partial attributes

  Fixed an issue where unquoted variable references in component attributes failed when rendered from partials.
</Update>

<Update label="April 23, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix x\_sort="data" imposing an x-axis sort

  Fixed an issue where setting `x_sort="data"` on bar and line charts still sorted by the x-axis instead of preserving the source query's row order.
</Update>

<Update label="April 22, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Embedded page centering without TOC

  Fixed an issue where embedded pages could stay shifted to the left after the table of contents was turned off.
</Update>

<Update label="April 20, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Stable logo sizing on load

  Fixed an issue where logos in headings could briefly render at the wrong size while the page was loading.
</Update>

<Update label="April 20, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Improved models table readability

  Fixed an issue where the models table was not sorted by name by default and long descriptions were hard to scan.
</Update>

<Update label="April 20, 2026" description="" tags={["New Feature"]}>
  ### ✨ Select content for PDF exports

  Choose which sections and components to include when exporting a PDF.
</Update>

<Update label="April 20, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Source failure modal fix

  Fixed an issue where opening a failed source status could show a blank blocking modal instead of the failure details.
</Update>

<Update label="April 19, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Longer AI chat sessions

  Increased the maximum AI chat response time so longer agentic conversations no longer time out.
</Update>

<Update label="April 17, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Collapsible projects in published and preview sidebars

  Projects in the sidebar can now be collapsed and expanded by clicking the project name, with state persisted across sessions.
</Update>

<Update label="April 17, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Table Actions

  Download and Fullscreen buttons now available in Table footers.
</Update>

<Update label="April 16, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Claude Opus 4.7

  The Evidence agent now uses Claude Opus 4.7 by default.
</Update>

<Update label="April 15, 2026" description="" tags={["New Feature"]}>
  ### ✨ Connector renaming

  You can now rename connectors directly from the connectors page or the connector detail page by clicking the pencil icon next to the name.
</Update>

<Update label="April 15, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Dropdown search now handles nullable values safely

  Fixed an issue where searching in a dropdown could fail when the value or label column contained empty values.
</Update>

<Update label="April 14, 2026" description="" tags={["New Feature"]}>
  ### ✨ Data lineage

  See where your connectors and tables are used across projects, pages, models, and queries. Available in the connectors page, connector detail pages, models page, AI chat, and the CLI.

  <img src="https://mintcdn.com/evidence/rn96qytHw4xAicd-/images/changelog/2026-04-14-data-lineage.png?fit=max&auto=format&n=rn96qytHw4xAicd-&q=85&s=4f72e4d2f2df0a9fe8634db53ddf6b63" alt="Data lineage" width="2400" height="1254" data-path="images/changelog/2026-04-14-data-lineage.png" />
</Update>

<Update label="April 14, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Resizable SQL console schema panel

  The SQL console schema panel can now be resized by dragging its edge so long table names are easier to inspect.
</Update>

<Update label="April 13, 2026" description="" tags={["New Feature"]}>
  ### ✨ Connector and model health status

  Connectors page now shows health status and sync schedule for all connector types. New `connectors` and `models` CLI commands let you check health statuses from the command line.
</Update>

<Update label="April 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed theme settings loading state while editing colors

  Fixed an issue where editing theme color values could cause a broken loading state in settings.
</Update>

<Update label="April 12, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed inline SQL editor query references

  Fixed an issue where inline SQL editor queries could fail when referencing other inline queries.
</Update>

<Update label="April 10, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed unexpectedly large branch diffs

  Fixed an issue where small edits in Git-connected branches could appear as much larger diffs than expected.
</Update>

<Update label="April 9, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed stacked combo charts on time-based axes

  Fixed an issue where stacked combo charts on time-based axes could render blank or incorrect series data.
</Update>

<Update label="April 9, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed filter bar not floating on scroll in published pages

  Fixed an issue where the filter bar would not stay pinned to the top of the page when scrolling in published mode.
</Update>

<Update label="April 9, 2026" description="" tags={["New Feature"]}>
  ### ✨ Usage Analytics

  Track how your team uses Evidence with built in analytics tables for sessions, users and page views.
</Update>

<Update label="April 8, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 AI theme updates apply instantly

  Fixed an issue where theme changes made by the AI assistant only appeared after a page refresh.
</Update>

<Update label="April 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ Audio Component

  Embed an audio player in your reports with `{% audio url="..." /%}`. Supports mp3, wav, ogg, and other formats, with options for looping, autoplay, and preload behavior.
</Update>

<Update label="April 8, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Calendar heatmap dark mode colors

  Fixed an issue where calendar heatmaps could show white empty-day cells in dark mode instead of blending with the page or card background.
</Update>

<Update label="April 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ Conditional colors for dimensions and rows

  Apply conditional background colors to entire rows or individual dimension cells using SQL expressions.

  <img src="https://mintcdn.com/evidence/FbeGYHPmGy6ClpHW/images/changelog/2026-04-08-table-conditional-colors.png?fit=max&auto=format&n=FbeGYHPmGy6ClpHW&q=85&s=e8fd2e751f0ea0d3c7455285299013f4" alt="Conditional colors for dimensions and rows" width="1024" height="520" data-path="images/changelog/2026-04-08-table-conditional-colors.png" />
</Update>

<Update label="April 8, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed table SQL error overlay spacing

  Fixed an issue where table SQL errors could overlap content below the table.
</Update>

<Update label="April 8, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Expanded background color options for AI theme updates

  Expanded the background color options the AI agent can change in theme updates.
</Update>

<Update label="April 8, 2026" description="" tags={["New Feature"]}>
  ### ✨ YouTube Analytics Connector

  Connect your YouTube Analytics data to Evidence. Sync channel reports, content owner reports, and metadata tables.

  [View Documentation](https://docs.evidence.studio/data-sources/youtube_analytics)
</Update>

<Update label="April 7, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed combo chart SQL with toggle-driven inline queries

  Fixed an issue where combo charts could fail when inline queries used toggle values in SQL conditions.
</Update>

<Update label="April 6, 2026" description="" tags={["New Feature"]}>
  ### ✨ Multiplayer editor

  Collaborate with your team in real-time with live cursors and presence indicators.
</Update>

<Update label="April 2, 2026" description="" tags={["New Feature"]}>
  ### ✨ Axis titles for heatmaps

  Heatmaps now support `x_axis_title` and `y_axis_title` so you can label both axes directly on the chart.
</Update>

<Update label="April 2, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for table column groups with link attribute

  Fixed an issue where adding a `link` attribute to a table dimension would cause all column groups to disappear.
</Update>

<Update label="April 1, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed spacing in the back-to-partial label

  Fixed an issue where the "Back to partial" label appeared without a space in preview mode.
</Update>

<Update label="April 1, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Horizontal bar chart axis min/max now apply exactly

  Fixed an issue where `x_axis_options.min` and `x_axis_options.max` on horizontal bar charts could be ignored instead of enforcing the requested axis range.
</Update>

<Update label="April 1, 2026" description="" tags={["New Feature"]}>
  ### ✨ SAP HANA Connector

  Connect your SAP HANA data to Evidence. Sync data from SAP ECC and SAP S/4HANA systems running on the HANA platform.

  [View Documentation](https://docs.evidence.studio/data-sources/sap_hana_db)
</Update>

<Update label="April 1, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix slider lockup with invalid step values

  Fixed an issue where sliders could freeze the page when configured with an invalid step value.
</Update>

<Update label="March 30, 2026" description="" tags={["New Feature"]}>
  ### ✨ Third-party analytics for published pages

  You can now add your own Google Analytics (GA4) or PostHog tracking to published and embedded pages. Configure your analytics provider in Organization Settings under Third-Party Analytics. Available on Enterprise plans.
</Update>

<Update label="March 27, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Collapsible folders in published and preview sidebars

  Added click-to-expand and collapse behavior for sidebar folders in published and preview pages to make navigation easier in larger projects.
</Update>

<Update label="March 26, 2026" description="" tags={["New Feature"]}>
  ### ✨ Added This Month and Next Month date presets

  Range calendars now support `this month` and `next month` presets so you can filter full calendar months including upcoming dates.
</Update>

<Update label="March 25, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Dropdown options now support numeric values for initial selection

  Fixed an issue where dropdown initial values could fail to apply when option values were provided as numbers.
</Update>

<Update label="March 25, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Loading indicator for map components

  Map components now show a loading indicator while map data is being fetched so blank maps are less confusing during slow queries.
</Update>

<Update label="March 20, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for occasional AI chat timeouts

  Fixed an issue where the AI agent could appear to run out of time when working with large queries.
</Update>

<Update label="March 20, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for table search

  Fixed an issue where searching in tables could produce errors or fail to recover after clearing a search.
</Update>

<Update label="March 20, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix table sorting when subtotal rows are hidden

  Fixed an issue where sorting by measure columns in tables could produce incorrect order when subtotal rows were hidden.
</Update>

<Update label="March 19, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Add mmm-yy date format

  Added a built-in `mmm-yy` format code so dates can be displayed as month and two-digit year, like `Jan-22`.
</Update>

<Update label="March 18, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix mobile sidebar close animation flicker

  Fixed an issue where the sidebar would briefly flash back into view at the end of its close animation on mobile devices.
</Update>

<Update label="March 18, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Resizable Sidebar

  The sidebar can now be resized by dragging its edge.
</Update>

<Update label="March 17, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Comparison column formatting fix

  Fixed an issue where prior period comparison columns in tables did not apply the same number format as the main value column.
</Update>

<Update label="March 16, 2026" description="" tags={["New Feature"]}>
  ### ✨ Evidence CLI

  Develop Evidence Studio projects locally from the command line with `evidence dev`.

  [View Documentation](https://docs.evidence.studio/cli)
</Update>

<Update label="March 16, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Improve filter value visibility in the editor sidebar

  Fixed an issue where filter values in the editor sidebar could be hard to read by showing each value on its own line.
</Update>

<Update label="March 15, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Recent AI chats update instantly

  Fixed an issue where new AI chats would not appear in Recent chats until the page was refreshed.
</Update>

<Update label="March 15, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Improved spacing for small tables

  Fixed an issue where tables with only a few rows could show unnecessary empty space.
</Update>

<Update label="March 14, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Clearer error when defining queries inside components

  Added a validation error when inline queries are defined inside components like tabs, accordion, or details. Queries should be defined at the top level of the page.
</Update>

<Update label="March 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Accordion items now maintain their original order

  Fixed an issue where accordion items could reorder themselves based on when they were last updated instead of their original document order.
</Update>

<Update label="March 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Support for branch names with slashes in GitHub integration

  Fixed an issue where branches containing slashes (e.g., `feature/my-branch`) would break navigation across the editor, preview, published views, and PDF generation.
</Update>

<Update label="March 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Button group and dropdown initial value fix

  Fixed an issue where button groups and dropdowns could not set an initial value when using a numeric value column.
</Update>

<Update label="March 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed organization logo display in dark mode on published pages

  Fixed an issue where the organization logo in the sidebar could appear as a dark image on a dark background when viewing published pages in dark mode.
</Update>

<Update label="March 13, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Option to hide axis title arrow

  Added a `title_arrow` option to `x_axis_options` that lets you hide the arrow (→) on chart axis titles.
</Update>

<Update label="March 12, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Demo data table references updated

  Demo data tables have moved to the `demo` schema (e.g. `demo_daily_orders` → `demo.daily_orders`). You may need to update references in existing projects and models.
</Update>

<Update label="March 10, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed model save failing after validation

  Fixed an issue where saving a model could fail if the SQL query contained leading or trailing whitespace.
</Update>

<Update label="March 10, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 PDF downloads from editor now use working version

  Fixed an issue where downloading a PDF from the editor would always produce the committed version instead of the current working draft.
</Update>

<Update label="March 9, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Print group cards spacing fix

  Fixed an issue where wrapping components in a print group with cards layout enabled would remove the spacing between cards.
</Update>

<Update label="March 6, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Google Analytics setup links to Evidence docs

  Fixed an issue where the Google Analytics connector setup page linked only to the Fivetran docs instead of the Evidence docs page.
</Update>

<Update label="March 6, 2026" description="" tags={["Improvement"]}>
  ### 🚀 More reliable PDF generation

  Improved PDF generation reliability, especially for pages with conditionals, partials, and many components.
</Update>

<Update label="March 6, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 PDF downloads from preview now use working version

  Fixed an issue where downloading a PDF from the preview route would always produce the published version instead of the working draft.
</Update>

<Update label="March 6, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed chart rendering error on published pages with point\_title

  Fixed an issue where charts using the `point_title` attribute could fail to render on published pages.
</Update>

<Update label="March 6, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed scatter chart tooltip with point\_title and series

  Fixed an issue where the `point_title` attribute on scatter charts was ignored in the tooltip when a `series` attribute was also set.
</Update>

<Update label="March 6, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed scatter chart size attribute

  Fixed an issue where the `size` attribute on scatter charts was ignored, causing all points to render at the same size.

  <img src="https://mintcdn.com/evidence/ZLiVPS0WM8EJl0lv/images/changelog/2026-03-06-scatter-chart-size.png?fit=max&auto=format&n=ZLiVPS0WM8EJl0lv&q=85&s=ec1c62521a21fe23696cdfcc06a1eae3" alt="Fixed scatter chart size attribute" width="1400" height="678" data-path="images/changelog/2026-03-06-scatter-chart-size.png" />
</Update>

<Update label="March 5, 2026" description="" tags={["New Feature"]}>
  ### ✨ Date range support for map layers

  Map layers (point\_layer, area\_layer, and heatmap\_layer) now support the `date_range` attribute for filtering data by time period.
</Update>

<Update label="March 5, 2026" description="" tags={["New Feature"]}>
  ### ✨ PayPal Connector

  Connect your PayPal data to Evidence. Sync transactions, invoices, payments, subscriptions, and billing plans.

  [View Documentation](https://docs.evidence.studio/data-sources/paypal)
</Update>

<Update label="March 5, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Connection string autofill for PostgreSQL connections

  You can now paste a PostgreSQL connection string into any field when setting up a PostgreSQL connection, and all fields will be automatically filled in.

  <img src="https://mintcdn.com/evidence/x89kaPHVNQ5wPC3G/images/changelog/2026-03-05-postgres-connection-string-autofill.webp?fit=max&auto=format&n=x89kaPHVNQ5wPC3G&q=85&s=4c50bf05e5e91e410dee60774089df82" alt="Connection string autofill for PostgreSQL connections" width="1280" height="800" data-path="images/changelog/2026-03-05-postgres-connection-string-autofill.webp" />
</Update>

<Update label="March 5, 2026" description="" tags={["New Feature"]}>
  ### ✨ RevenueCat Connector

  Connect your RevenueCat subscription data to Evidence. Sync subscribers, transactions, entitlements, offerings, and products.

  [View Documentation](https://docs.evidence.studio/data-sources/revenuecat)
</Update>

<Update label="March 5, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Invite team members from the Share menu

  Added a quick link to Team Settings from the Share menu so you can invite new team members while managing page or project access.
</Update>

<Update label="March 4, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for dimension grid with inline queries

  Fixed an issue where the dimension grid component could not use inline SQL queries as its data source.
</Update>

<Update label="March 3, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix legend color for lines with explicit color in combo charts

  Fixed an issue where lines in combo charts with an explicit color option (e.g., `options={color="black"}`) would display the palette color in the legend instead of the specified color.
</Update>

<Update label="March 3, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Improved component search with keyword aliases

  Added search keywords to component schemas so components can be found by common alternative names (e.g., "scatter plot" for scatter chart, "donut" for pie chart, "KPI" for big value).
</Update>

<Update label="March 2, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix filters with multiple consecutive spaces in values

  Fixed an issue where filter values containing multiple consecutive spaces would fail to match data correctly.
</Update>

<Update label="February 28, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix collapsible table arrows not showing with hide\_row\_totals

  Fixed an issue where collapsible table arrows were not visible when measures had `hide_row_totals` enabled.
</Update>

<Update label="February 27, 2026" description="" tags={["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).
</Update>

<Update label="February 27, 2026" description="" tags={["New Feature"]}>
  ### ✨ Candlestick chart component

  Added a new candlestick chart component for visualizing OHLC financial data with optional volume bars.

  <img src="https://mintcdn.com/evidence/oJWq-wqsV78UIRiN/images/changelog/2026-02-27-candlestick-chart.png?fit=max&auto=format&n=oJWq-wqsV78UIRiN&q=85&s=77389b4e669902c5e3dac5fd24eb55ba" alt="Candlestick chart component" width="1400" height="630" data-path="images/changelog/2026-02-27-candlestick-chart.png" />

  [View Documentation](https://docs.evidence.studio/components/candlestick)
</Update>

<Update label="February 27, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for overlapping content in PDF exports

  Fixed an issue that could cause overlapping content in PDF exports.
</Update>

<Update label="February 27, 2026" description="" tags={["New Feature"]}>
  ### ✨ Percentage labels for pie charts

  Added `pct` and `pct_fmt` options for pie charts to display percentage values directly on slice labels.

  <img src="https://mintcdn.com/evidence/y0M4XNf6ie1anaIy/images/changelog/2026-02-27-pie-chart-percentage-labels.png?fit=max&auto=format&n=y0M4XNf6ie1anaIy&q=85&s=35fd38543b1469f046bae6a32f5dd720" alt="Percentage labels for pie charts" width="1400" height="630" data-path="images/changelog/2026-02-27-pie-chart-percentage-labels.png" />

  [View Documentation](https://docs.evidence.studio/components/pie_chart#param-pct)
</Update>

<Update label="February 26, 2026" description="" tags={["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.
</Update>

<Update label="February 26, 2026" description="" tags={["New Feature"]}>
  ### ✨ Salesforce Connector

  Connect your Salesforce CRM data to Evidence. Sync accounts, contacts, opportunities, leads, and campaigns.

  [View Documentation](https://docs.evidence.studio/data-sources/salesforce)
</Update>

<Update label="February 26, 2026" description="" tags={["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.
</Update>

<Update label="February 25, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Improved AI chat reliability

  Fixed an issue where AI chat could error out during longer conversations.
</Update>

<Update label="February 25, 2026" description="" tags={["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.
</Update>

<Update label="February 25, 2026" description="" tags={["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.
</Update>

<Update label="February 25, 2026" description="" tags={["New Feature"]}>
  ### ✨ Multiplayer editor now in beta

  Multiplayer editor is now available in beta. Turn it on from Project Settings to collaborate with your team in real-time.
</Update>

<Update label="February 24, 2026" description="" tags={["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.
</Update>

<Update label="February 23, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix dimension link navigation resulting in 404

  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.
</Update>

<Update label="February 19, 2026" description="" tags={["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.
</Update>

<Update label="February 19, 2026" description="" tags={["New Feature"]}>
  ### ✨ External GitHub branch support and PR preview links

  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.
</Update>

<Update label="February 19, 2026" description="" tags={["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.
</Update>

<Update label="February 19, 2026" description="" tags={["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.
</Update>

<Update label="February 18, 2026" description="" tags={["New Feature"]}>
  ### ✨ Editor Sidebar

  Enhanced editor sidebar, with diff viewer, search, table schema, and page filters.
</Update>

<Update label="February 14, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Pivot Table Performance

  Significant performance improvements for pivoted tables and increased row/column limits.
</Update>

<Update label="February 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix dropdowns closing modals

  Fixed an issue where clicking on dropdown menus inside a modal would cause the modal to close unexpectedly.
</Update>

<Update label="February 13, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Stable AI Edit Previews

  Prevent AI edits from causing full refresh
</Update>

<Update label="February 12, 2026" description="" tags={["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 }`.

  <img src="https://mintcdn.com/evidence/C-XGMdT8fMcoVN_k/images/changelog/2026-02-12-area-chart-gradient-fill.png?fit=max&auto=format&n=C-XGMdT8fMcoVN_k&q=85&s=52422463a23b0a1300bb95e44d4a817f" alt="Gradient fill for area charts" width="1400" height="558" data-path="images/changelog/2026-02-12-area-chart-gradient-fill.png" />

  [View Documentation](https://docs.evidence.studio/components/area_chart#param-area_options)
</Update>

<Update label="February 12, 2026" description="" tags={["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.
</Update>

<Update label="February 12, 2026" description="" tags={["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.
</Update>

<Update label="February 12, 2026" description="" tags={["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.
</Update>

<Update label="February 12, 2026" description="" tags={["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](https://docs.evidence.studio/core-concepts/models)
</Update>

<Update label="February 12, 2026" description="" tags={["New Feature"]}>
  ### ✨ Progress Bars

  Display progress toward goals with horizontal bars showing numerator/denominator ratios. Supports threshold-based coloring and custom color gradients.
</Update>

<Update label="February 9, 2026" description="" tags={["New Feature"]}>
  ### ✨ PDF Export Options

  PDF export now supports custom orientation, margins, and card styling options.
</Update>

<Update label="February 6, 2026" description="" tags={["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](https://docs.evidence.studio/data-sources/datadog)
</Update>

<Update label="February 6, 2026" description="" tags={["New Feature"]}>
  ### ✨ Custom Title for Table Filter

  Customize the Table Filter button text using the new `title` attribute.
</Update>

<Update label="February 6, 2026" description="" tags={["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.
</Update>

<Update label="February 5, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Improved code editor font

  The code editor now uses Geist Mono, a modern monospace font designed for better readability and aesthetics.
</Update>

<Update label="February 4, 2026" description="" tags={["New Feature"]}>
  ### ✨ Custom AI Instructions

  Configure custom instructions for the AI assistant in Settings > AI Agent.
</Update>

<Update label="February 4, 2026" description="" tags={["New Feature"]}>
  ### ✨ RDS PostgreSQL Connector

  Connect your RDS PostgreSQL database to Evidence and sync your data automatically.

  [View Documentation](https://docs.evidence.studio/data-sources/rds-postgres)
</Update>

<Update label="February 3, 2026" description="" tags={["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.
</Update>

<Update label="February 1, 2026" description="" tags={["New Feature"]}>
  ### ✨ Collapsible Tables

  Tables with subtotals can now be collapsed. Click subtotal rows to expand or collapse their children.

  <img src="https://mintcdn.com/evidence/-kH5eQ1gBfhDQC1I/images/changelog/2026-02-01-collapsible-tables.png?fit=max&auto=format&n=-kH5eQ1gBfhDQC1I&q=85&s=bf3a38a0e5fef2439005f22e82216fd4" alt="Collapsible Tables" width="1400" height="750" data-path="images/changelog/2026-02-01-collapsible-tables.png" />

  [View Documentation](https://docs.evidence.studio/components/table)
</Update>

<Update label="February 1, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixed row link chevron styling for total and subtotal rows

  Fixed chevron column styling in tables with row links to match total/subtotal row backgrounds.

  <img src="https://mintcdn.com/evidence/YJYqNiPuONbdp6GW/images/changelog/2026-02-01-table-chevron-styling-fix.png?fit=max&auto=format&n=YJYqNiPuONbdp6GW&q=85&s=c119d5c7e91972f3fc33901b243cff3e" alt="Fixed row link chevron styling for total and subtotal rows" width="1400" height="816" data-path="images/changelog/2026-02-01-table-chevron-styling-fix.png" />
</Update>

<Update label="February 1, 2026" description="" tags={["New Feature"]}>
  ### ✨ Total and Subtotal Position

  Control where totals and subtotals appear with `total_position` and `subtotal_position`. Set to "top" or "bottom".

  <img src="https://mintcdn.com/evidence/-kH5eQ1gBfhDQC1I/images/changelog/2026-02-01-total-subtotal-position.png?fit=max&auto=format&n=-kH5eQ1gBfhDQC1I&q=85&s=7bb48334bc57adc819a76f1b850de8d2" alt="Total and Subtotal Position" width="1400" height="558" data-path="images/changelog/2026-02-01-total-subtotal-position.png" />

  [View Documentation](https://docs.evidence.studio/components/table)
</Update>

<Update label="January 29, 2026" description="" tags={["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.
</Update>

<Update label="January 28, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Automatic Unit Formatting for Numbers

  BigValue, Value, and Table components now auto-format large numbers with compact units (e.g., $1.2M instead of $1,234,567)
</Update>

<Update label="January 23, 2026" description="" tags={["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.
</Update>

<Update label="January 23, 2026" description="" tags={["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](https://docs.evidence.studio/components/table)
</Update>

<Update label="January 22, 2026" description="" tags={["New Feature"]}>
  ### ✨ Azure SQL Database Connector

  Sync data from Azure SQL Database directly into Evidence.

  [View Documentation](https://docs.evidence.studio/data-sources/azure-sql)
</Update>

<Update label="January 22, 2026" description="" tags={["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.

  <img src="https://mintcdn.com/evidence/ZtbwewgTLlE8Ben7/images/changelog/2026-01-22-logo-dimension-attribute.png?fit=max&auto=format&n=ZtbwewgTLlE8Ben7&q=85&s=89cbf49dbad31023073eaf3e91fa9c82" alt="Logo Attribute for Table Dimensions" width="1400" height="558" data-path="images/changelog/2026-01-22-logo-dimension-attribute.png" />

  [View Documentation](https://docs.evidence.studio/components/dimension)
</Update>

<Update label="January 22, 2026" description="" tags={["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).
</Update>

<Update label="January 22, 2026" description="" tags={["New Feature"]}>
  ### ✨ Twilio Connector

  Connect your Twilio data to Evidence. Sync calls, messages, accounts, and usage records.

  [View Documentation](https://docs.evidence.studio/data-sources/twilio)
</Update>

<Update label="January 21, 2026" description="" tags={["Improvement"]}>
  ### 🚀 BigQuery 1 Minute Incremental Syncs

  BigQuery data connector now supports 1 minute incremental syncs for faster data freshness.

  [View Documentation](https://docs.evidence.studio/data-sources/bigquery)
</Update>

<Update label="January 21, 2026" description="" tags={["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.

  <img src="https://mintcdn.com/evidence/58Dtx0pSGgN3bVnv/images/changelog/2026-01-21-column-groups.png?fit=max&auto=format&n=58Dtx0pSGgN3bVnv&q=85&s=5fe02ca3b8cb9665aef8a64148a94b7d" alt="Column Groups in Tables" width="1400" height="558" data-path="images/changelog/2026-01-21-column-groups.png" />
</Update>

<Update label="January 21, 2026" description="" tags={["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.
</Update>

<Update label="January 21, 2026" description="" tags={["New Feature"]}>
  ### ✨ Databricks Data Connector

  Sync data from Databricks directly into Evidence.

  [View Documentation](https://docs.evidence.studio/data-sources/databricks)
</Update>

<Update label="January 21, 2026" description="" tags={["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](https://docs.evidence.studio/data-sources/google-ads)
</Update>

<Update label="January 21, 2026" description="" tags={["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.
</Update>

<Update label="January 21, 2026" description="" tags={["New Feature"]}>
  ### ✨ Logo Component

  New logo component to display company logos using logo.dev. Supports light/dark theme switching, configurable sizes, and grayscale mode.
</Update>

<Update label="January 21, 2026" description="" tags={["New Feature"]}>
  ### ✨ MySQL Data Connector

  Sync data from MySQL directly into Evidence.

  [View Documentation](https://docs.evidence.studio/data-sources/mysql)
</Update>

<Update label="January 21, 2026" description="" tags={["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](https://docs.evidence.studio/data-sources/posthog)
</Update>

<Update label="January 21, 2026" description="" tags={["Improvement"]}>
  ### 🚀 Snowflake 1 Minute Incremental Syncs

  Snowflake data connector now supports 1 minute incremental syncs for faster data freshness.

  [View Documentation](https://docs.evidence.studio/data-sources/snowflake)
</Update>

<Update label="January 21, 2026" description="" tags={["New Feature"]}>
  ### ✨ SQL Server Data Connector

  Sync data from SQL Server directly into Evidence.

  [View Documentation](https://docs.evidence.studio/data-sources/sqlserver)
</Update>

<Update label="January 20, 2026" description="" tags={["New Feature"]}>
  ### ✨ Dimension Grid

  New `dimension_grid` component for interactive multi-dimensional filtering.
</Update>

<Update label="January 20, 2026" description="" tags={["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.
</Update>

<Update label="January 20, 2026" description="" tags={["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.
</Update>

<Update label="January 16, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 Export Data Retains Filters

  Table exports now correctly include filtered and sorted data, matching the visual display on screen.
</Update>

<Update label="January 16, 2026" description="" tags={["Bug Fix"]}>
  ### 🐛 PDF Export Now Retains Filters

  When downloading a PDF, any selected filter values are now preserved in the exported PDF.
</Update>

<Update label="January 14, 2026" description="" tags={["Improvement","Breaking Change"]}>
  ### 🚀 Adjusted Developer Role Privileges

  Previously, developers and admins could manage users, groups and customers. This is now restricted to Admins only.
</Update>

<Update label="January 13, 2026" description="" tags={["New Feature"]}>
  ### ✨ Motherduck Connector Schema Support

  You can now use schema with the Motherduck connector
</Update>

<Update label="January 12, 2026" description="" tags={["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`.
</Update>

<Update label="January 12, 2026" description="" tags={["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.
</Update>

<Update label="January 9, 2026" description="" tags={["New Feature"]}>
  ### ✨ Add your organization logo

  Add your organization's logo in settings
</Update>

<Update label="January 9, 2026" description="" tags={["New Feature"]}>
  ### ✨ Github Data Connector

  Sync data about your Github repos directly into Evidence.
</Update>

<Update label="January 7, 2026" description="" tags={["New Feature"]}>
  ### ✨ Deltalake (S3) Connector

  Connect using your S3 with Delta Lake format your data remains at rest in your S3 bucket.
</Update>

<Update label="January 6, 2026" description="" tags={["New Feature"]}>
  ### ✨ Smooth Line Option

  New `smooth` attribute inside line options lets you create a line with rounded corners

  ![Smooth Line Option](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/smooth-line-option.png)

  [View Documentation](https://docs.evidence.studio/components/line_chart#param-line-options)
</Update>

<Update label="December 30, 2025" description="" tags={["New Feature"]}>
  ### ✨ Chart `height` attribute

  Control the height of your charts using the `height` attribute

  [View Documentation](https://docs.evidence.studio/components/area_chart#param-height)
</Update>

<Update label="December 20, 2025" description="" tags={["New Feature"]}>
  ### ✨ Customer Groups

  Create customers, and invite customer users to view reports that you choose.

  ![Customer Groups](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/customer-groups-2.png)

  [View Documentation](https://docs.evidence.studio/features/page-level-access-control#customers)
</Update>

<Update label="December 20, 2025" description="" tags={["New Feature"]}>
  ### ✨ Groups

  Add team members to groups to simplify permissions on projects and pages

  [View Documentation](https://docs.evidence.studio/features/page-level-access-control#groups)
</Update>

<Update label="December 19, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Improved Excel Export

  Excel exports now use component titles to create tab names, and exclude logic and filter components
</Update>

<Update label="December 15, 2025" description="" tags={["New Feature"]}>
  ### ✨ User Variables

  Access the user's name, email and organization using variables in markdown.

  [View Documentation](http://docs.evidence.studio/core-concepts/variables#built-in-variables)
</Update>

<Update label="December 11, 2025" description="" tags={["New Feature"]}>
  ### ✨ Themes

  Set color themes at the organization, project, and page level - including background, chart, and card colors

  Access 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)

  ![Themes](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/themes)

  [View Documentation](https://docs.evidence.studio/core-concepts/themes)
</Update>

<Update label="December 9, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Improved Translation Validation Errors

  Incorrect structures for translation maps will provide useful errors
</Update>

<Update label="December 9, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Translations Editor

  Modify translations with a fully featured text editor
</Update>

<Update label="December 8, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Improved bucket docs

  Adds more information about using bucket connectors

  [View Documentation](https://docs.evidence.studio/data-sources)
</Update>

<Update label="December 4, 2025" description="" tags={["New Feature"]}>
  ### ✨ Translation Management

  Define variables with different translations for multi-language apps.

  ![Translation Management](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/translations.png)

  [View Documentation](https://docs.evidence.studio/core-concepts/translations)
</Update>

<Update label="November 30, 2025" description="" tags={["New Feature","Breaking Change"]}>
  ### ✨ Standalone Horizontal Bar Chart Component

  New dedicated `horizontal_bar_chart` component makes it easier to create horizontal bar charts

  We recommend migrating any existing horizontal bar charts to this new component

  [View Documentation](https://docs.evidence.studio/components/horizontal_bar_chart)
</Update>

<Update label="November 29, 2025" description="" tags={["New Feature"]}>
  ### ✨ Display control for total and subtotals in table

  Choose which totals or subtotals to display in your table

  [View Documentation](https://docs.evidence.studio/components/table#param-show-subtotal-rows)
</Update>

<Update label="November 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Dark Mode Chart Colors

  Configure colors for both light and dark mode in your project and org settings

  <img src="https://mintcdn.com/evidence/mXQffuuGCLCiw9JM/images/changelog/dark_mode_colors.png?fit=max&auto=format&n=mXQffuuGCLCiw9JM&q=85&s=dc35ed40507c68ed78c1d0c9100cdba8" alt="Dark Mode Chart Colors" width="2598" height="1400" data-path="images/changelog/dark_mode_colors.png" />
</Update>

<Update label="November 28, 2025" description="" tags={["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 align

  [View Documentation](https://docs.evidence.studio/components/input_tabs#param-full-width)
</Update>

<Update label="November 27, 2025" description="" tags={["New Feature"]}>
  ### ✨ Conditional Formatting

  Apply conditional logic to choose colors for visualizations

  ![Conditional Formatting](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/conditional-formatting.png)
</Update>

<Update label="November 26, 2025" description="" tags={["New Feature"]}>
  ### ✨ Series Color Mapping

  Option to select specific colors for series in your charts

  ![Series Color Mapping](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/series-color-mapping.png)

  [View Documentation](https://docs.evidence.studio/components/bar_chart#bar-chart-with-series-colors)
</Update>

<Update label="November 25, 2025" description="" tags={["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.
</Update>

<Update label="November 24, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Control order of series in combo chart

  Combo chart now displays your series in the order you define them in your markdown
</Update>

<Update label="November 21, 2025" description="" tags={["New Feature"]}>
  ### ✨ Draft Diff Viewer

  Review your changes using the diff viewer before you publish

  ![Draft Diff Viewer](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/draft-diff-viewer.png)
</Update>

<Update label="November 21, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Icons in Autocomplete

  Find components more easily in component autocomplete menus using the mini-icons

  ![Icons in Autocomplete](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/component-icons.png)
</Update>

<Update label="November 18, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Smoother chart loads on input changes

  Improved chart loading behaviour and animation when changing inputs on your page

  <img src="https://mintcdn.com/evidence/qxp1vq5RbQ6sDlcg/images/changelog/chart-smooth-load.gif?s=b96e5d78c9b99baf3098f0363b2238e4" alt="Smoother chart loads on input changes" width="800" height="386" data-path="images/changelog/chart-smooth-load.gif" />
</Update>

<Update label="November 17, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for table pivoting issues

  Fixed issue where tables were not pivoting in certain situations
</Update>

<Update label="November 17, 2025" description="" tags={["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 growth

  [View Documentation](https://docs.evidence.studio/components/dropdown#fmt)
</Update>

<Update label="November 17, 2025" description="" tags={["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 selection

  [View Documentation](https://docs.evidence.studio/components/dropdown#label)
</Update>

<Update label="November 14, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for custom date range end dates

  Fixes issue where custom end date defined in SQL was not taking effect
</Update>

<Update label="November 14, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for scale\_column

  Fixes issue where scale\_column in the measure component was not properly assigning colors
</Update>

<Update label="November 14, 2025" description="" tags={["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
</Update>

<Update label="November 14, 2025" description="" tags={["New Feature"]}>
  ### ✨ Table of Contents

  A generated table of contents from the headings in your report. Enable from page settings.

  ![Table of Contents](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/table-of-contents.png)
</Update>

<Update label="November 14, 2025" description="" tags={["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
</Update>

<Update label="November 14, 2025" description="" tags={["New Feature"]}>
  ### ✨ x\_sort attribute

  Choose a specific sort order for your x-axis, including specifying explicit strings
</Update>

<Update label="November 12, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Histogram support for inline queries

  Fix for Histogram issue where it could not accept inline queries
</Update>

<Update label="November 11, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Toggle `invert` attribute

  Invert attribute added to make toggled state = `false` instead of `true`
</Update>

<Update label="November 8, 2025" description="" tags={["New Feature"]}>
  ### ✨ Slider Input

  New slider input component to filter on numeric values

  ![Slider Input](https://ympylrgeuwsvjylj.public.blob.vercel-storage.com/generated/slider-input.png)

  [View Documentation](https://docs.evidence.studio/components/slider)
</Update>

<Update label="November 7, 2025" description="" tags={["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
</Update>

<Update label="November 6, 2025" description="" tags={["New Feature"]}>
  ### ✨ Zoomable charts

  Adds a new "zoom" chart option to enable zooming into the data

  <img src="https://mintcdn.com/evidence/Mc4Nkh6uf6Enb3Wl/images/changelog/data-zoom.gif?s=57708681f7d5c5714181af8fcac881ca" alt="Zoomable charts" width="590" height="314" data-path="images/changelog/data-zoom.gif" />
</Update>

<Update label="November 4, 2025" description="" tags={["New Feature"]}>
  ### ✨ Toggle input

  New toggle input component which sets a boolean variable you can use in queries and components

  <img src="https://mintcdn.com/evidence/XdxKrdTbUUllFtUe/images/changelog/toggle.gif?s=3e08d56dcaf2107bc726bb7c4d4e646b" alt="Toggle input" width="568" height="326" data-path="images/changelog/toggle.gif" />

  [View Documentation](https://docs.evidence.studio/components/toggle)
</Update>

<Update label="November 2, 2025" description="" tags={["New Feature"]}>
  ### ✨ Button group and input tabs

  New input components as visual alternatives to dropdowns: `button_group` and `input_tabs`

  Note 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`

  <img src="https://mintcdn.com/evidence/-ioHEdbfKuaQgtHf/images/changelog/button-group-tabs.png?fit=max&auto=format&n=-ioHEdbfKuaQgtHf&q=85&s=b518216b3ea099a5bab45dca0e260dda" alt="Button group and input tabs" width="932" height="936" data-path="images/changelog/button-group-tabs.png" />

  [View Documentation](https://docs.evidence.studio/components/button_group)
</Update>

<Update label="October 31, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Info Links

  Add links to info text popovers using <code>info\_link</code> and <code>info\_link\_title</code> atttributes.
</Update>

<Update label="October 31, 2025" description="" tags={["Improvement"]}>
  ### 🚀 User Management Performance

  Adding and removing users from reports is now faster
</Update>

<Update label="October 30, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix for custom pivot formatting

  Formatting for pivots now works as expected for custom date formats - e.g., `fmt="yyyy-mm"`
</Update>

<Update label="October 30, 2025" description="" tags={["New Feature"]}>
  ### ✨ Select all in dropdown

  New button to select all options in a dropdown

  <img src="https://mintcdn.com/evidence/-TzrScE5Mau7NItz/images/changelog/dropdown-select-all2.gif?s=e6d2b02ca232424c750e54dc0119fa43" alt="Select all in dropdown" width="800" height="640" data-path="images/changelog/dropdown-select-all2.gif" />
</Update>

<Update label="October 26, 2025" description="" tags={["New Feature"]}>
  ### ✨ Text input component

  Input component accepting free text input

  <img src="https://mintcdn.com/evidence/sMJDaMwkl83e13Pf/images/changelog/text-input.gif?s=186c16e5722e01c76622005eaa06eaec" alt="Text input component" width="800" height="222" data-path="images/changelog/text-input.gif" />

  [View Documentation](https://docs.evidence.studio/components/text_input)
</Update>

<Update label="October 25, 2025" description="" tags={["New Feature"]}>
  ### ✨ Feature Requests

  Submit and track feature requests directly in your settings menu

  From 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

  <img src="https://mintcdn.com/evidence/cjLPCmzlR03yqkwd/images/changelog/feature-requests.png?fit=max&auto=format&n=cjLPCmzlR03yqkwd&q=85&s=d46e717eb2714889ad6e8522390bdb6d" alt="Feature Requests" width="2088" height="1472" data-path="images/changelog/feature-requests.png" />
</Update>

<Update label="October 24, 2025" description="" tags={["New Feature"]}>
  ### ✨ Stacked bar series in combo charts

  Bar series in combo charts can now be stacked using the new <code>stack\_id</code> attribute. Bars with the same <code>stack\_id</code> will be stacked together, allowing for flexible combinations of stacked and grouped bars.

  [View Documentation](https://docs.evidence.studio/components/bar)
</Update>

<Update label="October 23, 2025" description="" tags={["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_options`

  <img src="https://mintcdn.com/evidence/0tPwoeq3X_VqV3CY/images/changelog/max_label_length.gif?s=5e083244977407734cbbd4540b532549" alt="Max label length for x-axis labels" width="800" height="344" data-path="images/changelog/max_label_length.gif" />
</Update>

<Update label="October 21, 2025" description="" tags={["New Feature"]}>
  ### ✨ Rotate x-axis labels

  Use the new `label_rotate` option in `x_axis_options` to rotate the labels on your x-axis

  <img src="https://mintcdn.com/evidence/A1sqQB2aWHqbTuWf/images/changelog/label_rotate.png?fit=max&auto=format&n=A1sqQB2aWHqbTuWf&q=85&s=c927a547ee096ed2896c6cc870d24443" alt="Rotate x-axis labels" width="918" height="450" data-path="images/changelog/label_rotate.png" />

  [View Documentation](https://docs.evidence.studio/components/line_chart#param-x-axis-options)
</Update>

<Update label="October 21, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Sidebar Icons and Sorting

  Add custom icons and adjust the sort order of projects and pages in the sidebar
</Update>

<Update label="October 20, 2025" description="" tags={["New Feature"]}>
  ### ✨ Jump to Code

  In the editor preview, Cmd/Ctrl + click on a component to jump to the code for that component

  You 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

  <img src="https://mintcdn.com/evidence/oFkKRhj9D0qbn54T/images/changelog/jump-to-code.gif?s=59546514f91a3b2680702d3b55d0c346" alt="Jump to Code" width="800" height="542" data-path="images/changelog/jump-to-code.gif" />
</Update>

<Update label="October 17, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fixes for table pivoting

  Fixed issue where columns were not properly pivoting in tables
</Update>

<Update label="October 16, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Drag and drop image support

  Drag, or paste images into the editor to add them to your page.
</Update>

<Update label="October 16, 2025" description="" tags={["New Feature"]}>
  ### ✨ Models (Beta)

  Join sources together and materialize the results to improve performance

  Models 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 hours

  [View Documentation](https://docs.evidence.studio/core-concepts/models)
</Update>

<Update label="October 16, 2025" description="" tags={["New Feature"]}>
  ### ✨ Set custom end date for date ranges

  Use a dynamic end date for date ranges based on your data or a standard offset

  By 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`)
</Update>

<Update label="October 14, 2025" description="" tags={["New Feature"]}>
  ### ✨ Bar chart opacity setting

  Customize the opacity of bars in bar chart and combo chart components
</Update>

<Update label="October 14, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Project Sections

  Organize projects into sections for easier navigation during development

  Sections will not impact how projects are arranged in the app published to Viewer users
</Update>

<Update label="October 8, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Version control overflow

  Fixes a bug where if you changed lots of files it overflowed the Version History panel
</Update>

<Update label="October 7, 2025" description="" tags={["New Feature"]}>
  ### ✨ Option to choose first day of week

  In project settings, you can now choose whether weeks start on Sunday or Monday
</Update>

<Update label="October 6, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Better SQL Autocomplete Suggestions

  Improved SQL suggestions for columns, and tables after joins
</Update>

<Update label="October 6, 2025" description="" tags={["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 }}`

  <img src="https://mintcdn.com/evidence/oSFqnoM0qKHyFY8S/images/changelog/simpler-variables.png?fit=max&auto=format&n=oSFqnoM0qKHyFY8S&q=85&s=13bb6e0b1d4e4ffc9492f0f8969a6295" alt="Variable name shortcuts + use in markdown" width="1204" height="306" data-path="images/changelog/simpler-variables.png" />
</Update>

<Update label="October 4, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Performance improvement for table comparisons

  Tables containing comparisons should now load much faster
</Update>

<Update label="October 3, 2025" description="" tags={["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.
</Update>

<Update label="October 2, 2025" description="" tags={["New Feature"]}>
  ### ✨ Use variables inside components

  You can now reference filter variables directly in component attributes

  Supports the following attributes: title, subtitle, info, where, date\_grain, date\_range.range, comparison.compare\_vs

  <img src="https://mintcdn.com/evidence/tNBitlDYaU7RxIhC/images/changelog/variables-components.png?fit=max&auto=format&n=tNBitlDYaU7RxIhC&q=85&s=1e8ede88c259ef4727edb3bf074f870d" alt="Use variables inside components" width="734" height="420" data-path="images/changelog/variables-components.png" />
</Update>

<Update label="October 1, 2025" description="" tags={["New Feature"]}>
  ### ✨ Icon support for dropdowns

  Include an icon in your dropdown using the icon option

  <img src="https://mintcdn.com/evidence/JXsjoZrgoqHJ-50_/images/changelog/dropdown-icons.png?fit=max&auto=format&n=JXsjoZrgoqHJ-50_&q=85&s=9bd7c30f0ebabec5489ac06cfac01841" alt="Icon support for dropdowns" width="584" height="520" data-path="images/changelog/dropdown-icons.png" />
</Update>

<Update label="October 1, 2025" description="" tags={["New Feature"]}>
  ### ✨ Selector components for date grain and comparisons

  Special components for selecting date grain and comparisons
</Update>

<Update label="September 30, 2025" description="" tags={["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"
</Update>

<Update label="September 30, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Filter scroll fix

  Fixed a bug where selecting a filter caused the page to jump back to the top.
</Update>

<Update label="September 30, 2025" description="" tags={["New Feature"]}>
  ### ✨ Select preset ranges in range calendar

  Choose which preset ranges you want your users to see when clicking the range calendar component
</Update>

<Update label="September 30, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 SQL comments in inline queries

  You can now add comments to inline queries without breaking them
</Update>

<Update label="September 29, 2025" description="" tags={["New Feature"]}>
  ### ✨ Option to turn legend off in charts

  You can now turn off chart legends with legend=false
</Update>

<Update label="September 25, 2025" description="" tags={["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.
</Update>

<Update label="September 24, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Better label spacing on x-axis

  Improvement to the alignment and spacing of labels on the x-axis
</Update>

<Update label="September 24, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix target comparison totals in table

  Fixed an issue where target comparisons were hidden in total rows
</Update>

<Update label="September 22, 2025" description="" tags={["Bug Fix","Breaking 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 component

  Values 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.
</Update>

<Update label="September 21, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix Explore table resize and scroll

  Fixes an issue where tables on the Explore page would resize and cut off content
</Update>

<Update label="September 19, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Comparison Tooltip Improvements

  Fixed issue with percentage calculations for negative values. Added support for custom formats.
</Update>

<Update label="September 18, 2025" description="" tags={["New Feature"]}>
  ### ✨ Make Feature Requests in AI Chat

  Now you can ask the Evidence chat to submit a feature request to the Evidence team
</Update>

<Update label="September 16, 2025" description="" tags={["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.
</Update>

<Update label="September 15, 2025" description="" tags={["Improvement"]}>
  ### 🚀 RLS Enhancements

  Added variable support for IN/NOT IN operators, 'Apply All' rule option, new panel interface, and per-user variable editing capabilities.
</Update>

<Update label="September 10, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Improved Inline SQL Editor

  See available variables, inline queries, and a preview of compiled SQL when editing queries in the inline SQL editor

  <img src="https://mintcdn.com/evidence/CQW3kd6MhCw5KexY/images/changelog/improved-inline-editor.png?fit=max&auto=format&n=CQW3kd6MhCw5KexY&q=85&s=61ba35e824942e0ec4b298dc92eba2fa" alt="Improved Inline SQL Editor" width="2208" height="1156" data-path="images/changelog/improved-inline-editor.png" />
</Update>

<Update label="September 10, 2025" description="" tags={["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
</Update>

<Update label="September 10, 2025" description="" tags={["New Feature"]}>
  ### ✨ Page Loading (table)

  Tables now load instantly on preview and published pages

  This 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:<br />- Tables load instantly on preview and published pages (no more loading spinner when the page loads)<br />- Chat can now debug SQL query errors in Table components<br /><br />This change lays the groundwork for other components to opt into this new Server-Side Rendering system.
</Update>

<Update label="September 8, 2025" description="" tags={["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 <code>dark\_url</code> prop.
</Update>

<Update label="September 8, 2025" description="" tags={["New Feature"]}>
  ### ✨ Themes

  Define a custom color palette to apply to all charts in a project

  <img src="https://mintcdn.com/evidence/3IRb8elaRTIRode6/images/changelog/project-themes.png?fit=max&auto=format&n=3IRb8elaRTIRode6&q=85&s=eec32b3b338e17bca5c9371d60478a01" alt="Themes" width="1284" height="976" data-path="images/changelog/project-themes.png" />
</Update>

<Update label="September 3, 2025" description="" tags={["Improvement","Breaking Change"]}>
  ### 🚀 Improved Default Funnel Chart Styling

  Funnel Charts are more intuitive to read, with a squared off style

  <img src="https://mintcdn.com/evidence/yM2dGFMEVtqjqD2b/images/changelog/funnel.png?fit=max&auto=format&n=yM2dGFMEVtqjqD2b&q=85&s=d5630e62303ab250089722de2900870e" alt="Improved Default Funnel Chart Styling" width="1094" height="572" data-path="images/changelog/funnel.png" />

  [View Documentation](https://docs.evidence.studio/components/funnel_chart)
</Update>

<Update label="September 2, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix Comparison Issues

  Fixed bug for target comparisons which resulted in undefined error
</Update>

<Update label="August 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Inline SQL Editor

  A new SQL editor for running and modifying inline queries on your page

  <img src="https://mintcdn.com/evidence/JOpnu02ScF1Q__oP/images/changelog/inline-editor.png?fit=max&auto=format&n=JOpnu02ScF1Q__oP&q=85&s=8bccd17b648f93df707f7df00bfca570" alt="Inline SQL Editor" width="2036" height="1400" data-path="images/changelog/inline-editor.png" />
</Update>

<Update label="August 26, 2025" description="" tags={["New Feature"]}>
  ### ✨ Icon Component

  Add icons inline into markdown, with configuration for color and size

  <img src="https://mintcdn.com/evidence/mWRg--K38GwSJTMu/images/changelog/icons.png?fit=max&auto=format&n=mWRg--K38GwSJTMu&q=85&s=b965c5d70df93c451efad3bc7352a469" alt="Icon Component" width="940" height="764" data-path="images/changelog/icons.png" />

  [View Documentation](https://docs.evidence.studio/components/icon)
</Update>

<Update label="August 22, 2025" description="" tags={["New Feature"]}>
  ### ✨ Row Level Security

  Add rules to restrict which rows of are visible to users from sources

  Add RLS rules to data source columns, and add user variables to determine which values in these columns allow access.

  [View Documentation](https://docs.evidence.studio/features/access-rules)
</Update>

<Update label="August 20, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Custom Color Palettes

  All charts now support custom color palettes via the "chart\_options" attribute

  Pass an array of hex codes to the color\_palette option e.g. `color_palette=["#ff0000","#00ff00"]`

  <img src="https://mintcdn.com/evidence/mWRg--K38GwSJTMu/images/changelog/custom-color-palettes.png?fit=max&auto=format&n=mWRg--K38GwSJTMu&q=85&s=e3f0c796b3e77d5367db326099098415" alt="Custom Color Palettes" width="1698" height="992" data-path="images/changelog/custom-color-palettes.png" />

  [View Documentation](https://docs.evidence.studio/components/pie_chart#with-custom-colors)
</Update>

<Update label="August 20, 2025" description="" tags={["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.
</Update>

<Update label="August 19, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Sidebar Hover Text

  Adds hover text to sidebar items that are truncated due to length
</Update>

<Update label="August 19, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Table Filter Option Overflow

  Fixed a bug where long string values in the table filter overlapped each other
</Update>

<Update label="August 18, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Charting Library Upgrade

  Upgraded to ECharts 6, fixed some issues where labels got cut off

  <img src="https://mintcdn.com/evidence/mWRg--K38GwSJTMu/images/changelog/echarts-upgrade-light.png?fit=max&auto=format&n=mWRg--K38GwSJTMu&q=85&s=84852fb2d4999843522782431ca6eda7" alt="Charting Library Upgrade" width="944" height="602" data-path="images/changelog/echarts-upgrade-light.png" />
</Update>

<Update label="August 18, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Expose SQL Errors

  Exposes some SQL errors that were not being shown
</Update>

<Update label="August 18, 2025" description="" tags={["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
</Update>

<Update label="August 12, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Editor Loading Speed

  We've significantly improved the load speeds when switching between pages in the editor.
</Update>

<Update label="August 12, 2025" description="" tags={["New Feature"]}>
  ### ✨ Link Button

  Use the link button to link to another page in Evidence or an external location

  [View Documentation](https://docs.evidence.studio/components/link_button)
</Update>

<Update label="August 12, 2025" description="" tags={["New Feature"]}>
  ### ✨ Print Format Components

  Add page breaks, print groups, and hide elements from PDF downloads
</Update>

<Update label="August 11, 2025" description="" tags={["New Feature"]}>
  ### ✨ PDF Download

  Download your page as a PDF
</Update>

<Update label="August 7, 2025" description="" tags={["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
</Update>

<Update label="August 5, 2025" description="" tags={["New Feature"]}>
  ### ✨ Accordian components

  Organize content into collapsible accordian sections
</Update>

<Update label="August 5, 2025" description="" tags={["New Feature"]}>
  ### ✨ Axis Label Interval Control

  More control over the intervals between labels on charts
</Update>

<Update label="July 30, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Long Page Name Overflow

  Long page and directory names now truncate in the sidebar to prevent the action button being hidden

  <img src="https://mintcdn.com/evidence/mWRg--K38GwSJTMu/images/changelog/truncate-long-page-names.png?fit=max&auto=format&n=mWRg--K38GwSJTMu&q=85&s=37b2431a483376a4fd2539a4bb4ac941" alt="Long Page Name Overflow" width="1748" height="1234" data-path="images/changelog/truncate-long-page-names.png" />
</Update>

<Update label="July 30, 2025" description="" tags={["New Feature"]}>
  ### ✨ Range Calendar Input

  New range calendar component for date filtering.
</Update>

<Update label="July 29, 2025" description="" tags={["New Feature"]}>
  ### ✨ Tabs

  New Tabs, and Tab components for tabbed layouts.
</Update>

<Update label="July 29, 2025" description="" tags={["New Feature"]}>
  ### ✨ Variables

  Define variables in frontmatter and use them in markdown, SQL and components

  [View Documentation](https://docs.evidence.studio/core-concepts/variables)
</Update>

<Update label="July 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Column-level control for tables

  Control formatting for each column in a table
</Update>

<Update label="July 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Conditional formatting in tables

  Use color scale to conditionallyformat values in a table
</Update>

<Update label="July 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Image support in tables

  Add images to columns in a table
</Update>

<Update label="July 28, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Improved Explore page

  Supports more date grain options and improved share experience
</Update>

<Update label="July 28, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Improved pivot table

  Table now supports more complex pivot table scenarios
</Update>

<Update label="July 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Link support in tables

  Add links to columns in a table, or set up row links
</Update>

<Update label="July 28, 2025" description="" tags={["Improvement"]}>
  ### 🚀 New date grain options

  Inclues special grains like 'day of week' and 'month of year', with built-in labels
</Update>

<Update label="July 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ New table visualizations

  Add bar charts, sparklines, and deltas to your columns
</Update>

<Update label="July 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Period over period comparisons

  Automatically compare values vs. prior year, prior period, or target. Available in table and big value.
</Update>

<Update label="July 22, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Delete Connections Fix

  Fixed a bug which only allowed you to delete the most recently added connection
</Update>

<Update label="July 22, 2025" description="" tags={["New Feature"]}>
  ### ✨ Hubspot Connector

  Import data from Hubspot directly into Evidence

  [View Documentation](https://docs.evidence.studio/data-sources/hubspot)
</Update>

<Update label="July 22, 2025" description="" tags={["New Feature"]}>
  ### ✨ Modals

  New modal component that can contain content in a dialogue or drawer.

  [View Documentation](https://docs.evidence.studio/components/modal)
</Update>

<Update label="July 17, 2025" description="" tags={["New Feature"]}>
  ### ✨ Motherduck Connector

  Add data sources from your Motherduck DB

  [View Documentation](https://docs.evidence.studio/data-sources/motherduck)
</Update>

<Update label="July 17, 2025" description="" tags={["New Feature"]}>
  ### ✨ Page linking

  Link to other Evidence pages using markdown links <code>[]()</code> with Intellisense support

  [View Documentation](https://docs.evidence.studio/components/link)
</Update>

<Update label="July 16, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Respect columns option in table filter

  Fix bug which ignored columns selection in table filter
</Update>

<Update label="July 16, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Table filter responsiveness

  Fix bug which prevented table filter inputs from taking effect immediately after adding the table filter to the page.
</Update>

<Update label="July 15, 2025" description="" tags={["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](https://docs.evidence.studio/core-concepts/markdown#filters)
</Update>

<Update label="July 14, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Agent Keyboard Shortcut

  Ctrl+Alt+I (Mac: Cmd+Shift+I) to open a chat with the Evidence agent from anywhere in the Editor
</Update>

<Update label="July 11, 2025" description="" tags={["New Feature"]}>
  ### ✨ If, Else If, Else

  Use conditional blocks to choose what to render based on data.

  [View Documentation](https://docs.evidence.studio/components/if)
</Update>

<Update label="July 10, 2025" description="" tags={["New Feature"]}>
  ### ✨ Reference Components

  Use <code>reference\_line</code>, <code>reference\_area</code>, and <code>reference\_point</code> to add reference annotations to your charts

  [View Documentation](https://docs.evidence.studio/components/reference_line)
</Update>

<Update label="July 7, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Postgres Schema Support

  Use tables in any Postgres schema (not just the default "public" schema)
</Update>

<Update label="July 3, 2025" description="" tags={["New Feature"]}>
  ### ✨ Import Views as Sources

  All supported DBs now allow importing views as sources
</Update>

<Update label="July 3, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Public Documentation

  We've published full documentation at [https://docs.evidence.studio](https://docs.evidence.studio)
</Update>

<Update label="June 28, 2025" description="" tags={["New Feature"]}>
  ### ✨ Card Option for Row and Stack Components

  Added <code>card</code> option to <code>row</code> and <code>stack</code> components to display their contents as a single card.
</Update>

<Update label="June 27, 2025" description="" tags={["New Feature"]}>
  ### ✨ Data Point Labels

  Label each data point in your chart with the <code>data\_labels</code> option
</Update>

<Update label="June 26, 2025" description="" tags={["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.
</Update>

<Update label="June 25, 2025" description="" tags={["New Feature"]}>
  ### ✨ Chart, Axis, and Series Options

  New <code>chart\_options</code>, <code>x\_axis\_options</code>, <code>y\_axis\_options</code>, <code>y2\_axis\_options</code>, and series options for customizing your charts.
</Update>

<Update label="June 25, 2025" description="" tags={["New Feature"]}>
  ### ✨ Partials

  Define sections of markdown for re-use across pages.
</Update>

<Update label="June 19, 2025" description="" tags={["New Feature"]}>
  ### ✨ Polar Chart

  Added a new polar chart component.
</Update>

<Update label="June 19, 2025" description="" tags={["New Feature"]}>
  ### ✨ Table Search

  Search bar for the Table component.
</Update>

<Update label="June 17, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Inline Query Date Validation

  Fixes issue creating visualizations using inline queries with dates
</Update>

<Update label="June 16, 2025" description="" tags={["New Feature"]}>
  ### ✨ Histogram

  Added a new histogram chart component.
</Update>

<Update label="June 16, 2025" description="" tags={["New Feature"]}>
  ### ✨ Markdown Comments

  Adds support for mardown comments with <code>\<!-- --></code>. Mac: Cmd + / Windows: Ctrl + /
</Update>

<Update label="June 13, 2025" description="" tags={["New Feature"]}>
  ### ✨ Calendar Heatmap

  Added a new calendar heatmap chart.
</Update>

<Update label="June 13, 2025" description="" tags={["New Feature"]}>
  ### ✨ Combo Chart

  Added a <code>combo\_chart</code> component that allows you to combine <code>area</code>, <code>bar</code>, <code>bubble</code>, <code>line</code>, and <code>scatter</code> series on one chart.
</Update>

<Update label="June 12, 2025" description="" tags={["New Feature"]}>
  ### ✨ Accept and Reject Changes Panel in Diff View

  Added accept and reject buttons to the top of the diff view.
</Update>

<Update label="June 12, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Connection Documentation

  Added generaldocumentation for data connections.
</Update>

<Update label="June 12, 2025" description="" tags={["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.
</Update>

<Update label="June 12, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix to Maintain Chart Height

  Fixed the issue where the chart height was shrinking when title and legend were added.
</Update>

<Update label="June 12, 2025" description="" tags={["New Feature"]}>
  ### ✨ Heatmap Chart

  Added a new heatmap chart component.
</Update>

<Update label="June 12, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Link to All Docs in Sidepane

  Added a link to all docs in the docs tab of the editor.
</Update>

<Update label="June 11, 2025" description="" tags={["New Feature"]}>
  ### ✨ Custom X and Y Chart Titles

  Added the ability to customize <code>x\_title</code> and <code>y\_title</code> for charts.
</Update>

<Update label="June 11, 2025" description="" tags={["New Feature"]}>
  ### ✨ Funnel Chart

  Added a new funnel chart component.
</Update>

<Update label="June 11, 2025" description="" tags={["New Feature"]}>
  ### ✨ Sankey Chart

  Added a new sankey chart component.
</Update>

<Update label="June 10, 2025" description="" tags={["New Feature"]}>
  ### ✨ Changelog

  We're shipping features and fixes very quickly. Keep an eye out here for updates.
</Update>

<Update label="June 10, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Fix Slash Commands When Inside Parent Component

  Fixed the issue where slash commands were not working when inside a parent component.
</Update>

<Update label="June 10, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Helpful Warning for Aggregating Columns

  Added a warning to consider aggregating a column for a chart.
</Update>

<Update label="June 10, 2025" description="" tags={["New Feature"]}>
  ### ✨ Open Chat Automatically for Fix in Chat

  When the fix in chat button is pressed, the chat window will open automatically.
</Update>

<Update label="June 10, 2025" description="" tags={["New Feature"]}>
  ### ✨ Pie and Donut Charts

  Added a new pie chart component.
</Update>

<Update label="June 9, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Collapse the Sidebar

  Added the ability to collapse and expand the sidebar on all screen sizes.
</Update>

<Update label="June 9, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Faster Sources Page

  Significantly improved loading performance on the sources page.
</Update>

<Update label="June 9, 2025" description="" tags={["Improvement"]}>
  ### 🚀 Fix in Chat Now Available on All Error Messages

  Error messages throughout the platform now include the fix in chat feature.
</Update>

<Update label="June 9, 2025" description="" tags={["Improvement"]}>
  ### 🚀 More Readable SQL Errors

  SQL error messages have been redesigned to be clearer and more actionable.
</Update>

<Update label="June 9, 2025" description="" tags={["Bug Fix"]}>
  ### 🐛 Row and Stack Components

  Fixed issues with Row and Stack components rendering and layout behavior.
</Update>

<Update label="February 3, 2025" description="" tags={["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).
</Update>

<Update label="January 22, 2025" description="" tags={["New Feature"]}>
  ### ✨ Azure Postgres Connector

  Connect your Azure Database for PostgreSQL to Evidence and sync your data automatically.

  [View Documentation](https://docs.evidence.studio/data-sources/azure-postgres)
</Update>

<Update label="January 20, 2025" description="" tags={["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.
</Update>
