Changelog
All notable changes to this project will be documented in this file.
[4.0.0] - 2023-06-16
Features
- [breaking]
cumulio-dashboard.umd.js
is removed from the package.
- [breaking] ESM file is renamed to
index.js
(older: cumulio-dashboard.esm.js
) and CommonJS file is now called index.cjs
[3.0.0] - 2023-03-15
Features
- [breaking] Implemented changes to support our upcoming release of OR filtering, which will allow you to create complex filtering logic on a dashboard or an individual chart by chaining AND and OR filters. Please consider that filters structure is changed. You might need to update your logic of handling
changedFilters
event data and getFilters()
method results on your side (see migration to 3.x.x guide).
[2.1.0] - 2023-01-30
Features