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.32026-05-29
  • Fixed focus behaviour in FilterBuilderPro — input focus and value auto-selection now activate only when a new filter is being created, preventing unwanted focus when editing existing filter values.
v0.3.22026-05-28
  • Added AreaChartPro component — a new area chart that renders data as stacked filled areas, supporting interactive click handling for dimension filtering, dynamic granularity selection, and full theme customisation.
  • Fixed incorrect aggregation of the "Other" bucket in bar and combo charts — charts now support a per-measure aggType field in the component meta, enabling average, minimum, or maximum aggregation for tail values instead of always defaulting to sum.
v0.3.12026-05-26
  • Exported FilterBuilderPro component — it is now directly importable from the package with full TypeScript type support.
  • Chart components now ship with explicitly defined default dimensions for consistent out-of-the-box sizing; comparison period input descriptions have been updated for improved dashboard-as-code compatibility.
  • Sorted the component index file.
v0.3.02026-05-18
  • All Remarkable Pro components now include a description field in their component metadata, providing human-readable summaries of each component's purpose and use case — required for the dashboard-as-code feature.
v0.2.132026-05-15
  • Fixed LineChartComparisonWithKpiTabsPro not passing axisDimensionTimeRange in its onLineClicked event — clicking a data point on the chart now correctly forwards the date/time range to drilldown targets.
v0.2.122026-05-15
  • Added BarLineChartPro component — a combination chart supporting multiple bar and line measures plotted against a single shared dimension, with an optional secondary Y-axis, configurable line styles (dashed, fill-under-line), and click event handlers for both bar and line interactions.
v0.2.112026-05-14
  • Chart click handlers now guard against empty element interactions — clicking on empty chart space no longer fires spurious events or risks a runtime error.
v0.2.102026-05-07
  • Added BubbleChartPro component for visualising three-dimensional data as X/Y scatter points scaled by a configurable size measure. Supports adjustable minimum and maximum bubble radius bounds, optional point labels, theme customisation, and click events that include the bubble's size value.
v0.2.92026-04-30
  • Added ComparisonLineChartWithKpiTabsPro component — a new chart that enables side-by-side comparison of data across two date periods, with interactive KPI tabs displaying metrics and trend indicators.
v0.2.82026-04-28
  • All interactive chart types (bar, line, pie, scatter, and table) now emit a companion *DimensionTimeRange event property alongside the existing *DimensionValue property. For time-type dimensions, this provides a TimeRange covering the full granularity bucket of the clicked data point (e.g. clicking a monthly bar returns the full month range), making it straightforward to wire click events directly to date-range filters.

Subscribe to release updates

Get Remarkable Pro release highlights — new components, breaking changes, and migration guides — delivered to your inbox.