Charts and components
Remarkable Pro
Change log

Remarkable Pro — Changelog

All notable changes to @embeddable.com/remarkable-pro (opens in a new tab) are documented here. Releases follow Semantic Versioning (opens in a new tab).

Install the latest version:

npm install @embeddable.com/remarkable-pro

Changelog entries


v0.3.162026-07-08
  • Added a fallback for when the i18n system is not initialized — for example, when clientContext is not configured on <EmbeddedComponent>. Text values that are not translation keys are now returned as-is, and for values that are translation keys, the user's configured input field value is used as the fallback, preventing broken or empty text when i18n initialization fails due to misconfiguration.
v0.3.152026-07-07
  • Pivot table row and column totals have been upgraded from simple on/off toggles to multi-select aggregation pickers — each measure can now independently show any combination of Sum, Min, Max, and Average calculations per axis. The sub-input labels have been renamed from "Show row/column aggregation" to "Show row/column calculation", and the aggregate labels rendered in the table are now translatable via the theme i18n keys charts.pivotTable.sum, charts.pivotTable.min, charts.pivotTable.max, and charts.pivotTable.average.
v0.3.142026-07-03
  • Fixed the EditorCard component incorrectly applying a border style — the border is now discarded so the editor card renders without an unwanted border.
v0.3.132026-07-01
  • Updated the Remarkable UI dependency to version 3.0.21, which extends the date-picker to support date selection up to five years in the future.
v0.3.122026-07-01
  • Fixed the KPI chart not respecting the viewer's timezone — clientContext is now forwarded to the loadData call, ensuring KPI data is displayed in the correct timezone when one is configured via clientContext.
v0.3.112026-06-23
  • Added an ignoreEmptyData boolean sub-input to time dimensions across all time-series chart components (bar, line, area, combo, heatmap, and pivot table charts). When enabled, dates with no data are omitted from the chart rather than being gap-filled with empty data points — useful for sparse datasets where gap-filling would produce misleading zero-value intervals.
v0.3.92026-06-22
  • FilterBuilderPro now supports an AND/OR operator toggle — a button appears between each pair of adjacent filter clauses allowing the top-level logic to switch between AND (all clauses must match) and OR (any clause may match). The selected operator defaults to AND, is persisted in FilterBuilderState, and is included in the filter output.
v0.3.82026-06-19
  • Added support for custom canvas overlay customisation — chart components can now render custom content directly on top of the chart canvas, enabled by an upgrade to Remarkable UI 3.0.20.
v0.3.72026-06-18
  • Chart components now expose an exportOptions setting in the component builder, allowing builders to control which export formats (CSV, XLSX, PNG) are available in each chart's export menu — or disable exports entirely on a per-component basis.
v0.3.62026-06-17
  • Fixed tooltip positioning across chart components by updating the Remarkable UI library to 3.0.19.
  • Fixed pie and donut chart legend labels ignoring the active theme's colour setting — labels now correctly apply the --em-chart-category-color CSS variable instead of always rendering in black.