Changelog
All notable changes to this project are documented in this file.
This project adheres to Semantic Versioning and the format is inspired by Keep a Changelog.
[Unreleased]
[5.4.0] - 2025-10-14
Added
- Added the
sendExportEmail() method on LuzmoDashboardComponent to open immediate or scheduled export emails with optional subject and message overrides.
[5.3.4] - 2025-09-02
Changed
- Updated dependencies to the latest compatible versions.
[5.3.3] - 2025-04-17
Fixed
- Corrected dashboard references used by the React Native bridge.
[5.3.2] - 2025-04-14
Changed
- Added the missing
absolute and percentageAllBars values to the bar chart bars.label configuration.
[5.3.1] - 2025-03-28
Changed
- Updated dependencies to the latest compatible versions.
[5.3.0] - 2025-03-20
Added
- Added the
editorLanguage prop to configure the dashboard editor language.
[5.2.7] - 2025-03-04
Changed
- Renamed the
experimental prop to embedMode on LuzmoDashboardComponent.
[5.2.6] - 2025-02-27
Changed
- Updated dependencies to the latest compatible versions.
[5.2.5] - 2025-02-24
Changed
- Updated dependencies to the latest compatible versions.
[5.2.4] - 2025-02-21
Changed
- Updated dependencies to the latest compatible versions.
[5.2.3] - 2025-02-06
Changed
- Updated dependencies to the latest compatible versions.
[5.2.2] - 2025-01-31
Added
- Extended
export() on LuzmoVizItemComponent to support CSV, CSV raw, XLSX, and XLSX raw formats in addition to PNG.
[5.2.1] - 2025-01-21
Changed
- Updated dependencies to the latest compatible versions.
[5.2.0] - 2025-01-16
Changed
- Improved Luzmo Flex performance within the React Native integration.
[5.1.16] - 2025-01-13
Changed
- Updated dependencies to the latest compatible versions.
[5.1.15] - 2025-01-08
Changed
- Updated dependencies to the latest compatible versions.
[5.1.14] - 2024-12-19
Added
- Added the project
LICENSE.
[5.1.13] - 2024-12-10
Added
- Enabled custom chat widget button content via slots in the Luzmo IQ chat component.
[5.1.12] - 2024-12-09
Fixed
- Applied minor fixes for EDE mode behaviour.
[5.1.11] - 2024-11-22
Changed
- Updated dependencies to the latest compatible versions.
[5.1.10] - 2024-11-14
Changed
- Updated dependencies to the latest compatible versions.
[5.1.9] - 2024-11-12
Fixed
- Resolved issues affecting
getAccessibleDashboards().
[5.1.8] - 2024-10-22
Changed
- Updated dependencies to the latest compatible versions.
[5.1.7] - 2024-10-21
Changed
- Updated dependencies to the latest compatible versions.
[5.1.6] - 2024-10-14
Changed
- Updated dependencies to the latest compatible versions.
[5.1.5] - 2024-09-26
Changed
- Updated public TypeScript definitions.
Fixed
- Removed the requirement for
script-src 'unsafe-eval' in runtime CSP settings.
[5.1.4] - 2024-09-23
Fixed
- Ensured the web component registers only once when libraries are included multiple times.
[5.1.3] - 2024-09-10
Changed
- Updated dependencies to the latest compatible versions.
[5.1.2] - 2024-09-09
Fixed
- Ensured
LuzmoVizItemComponent renders multiple instances correctly.
[5.1.1] - 2024-09-09
Fixed
- Corrected a dependency typo.
[5.1.0] - 2024-09-09
Added
- Highlighted Luzmo Flex for code-first visualization development.
[5.0.14] - 2024-07-11
Fixed
- Corrected loader color handling when embedding dashboards as web components.
Changed
- Refactored internal code to improve maintainability.
[5.0.13] - 2024-05-03
Fixed
- Addressed intermittent loading issues when
experimental=true.
[5.0.12] - 2024-05-02
Fixed
- Pulled shared embed library fixes.
[5.0.11] - 2024-05-02
Fixed
- Ensured edit mode uses 100% of the parent height.
[5.0.10] - 2024-04-24
Changed
- Surfaced Luzmo application error messages directly in the React Native components.
[5.0.9] - 2024-04-17
Changed
- Replaced the deprecated
<luzmo-dashboard> element with <luzmo-embed-dashboard>.
[5.0.8] - 2024-04-10
Fixed
- Removed the
main field from package.json and pointed the module entry to the correct bundle.
[5.0.7] - 2024-03-28
Fixed
- Pulled shared embed library fixes.
[5.0.6] - 2024-03-19
Fixed
- Ensured
getAccessibleDashboards() works correctly with embed tokens.
[5.0.5] - 2024-03-07
Fixed
- Corrected EDE width and height behaviour.
[5.0.4] - 2024-03-05
Changed
- Improved shared typing definitions.
[5.0.3] - 2024-02-29
Fixed
- Addressed width and height issues in experimental mode.
Changed
- Updated dependencies to the latest compatible versions.
[5.0.2] - 2024-02-01
Added
- Added a configuration parameter to help clients test upstream changes.
Changed
- Delivered performance improvements.
[5.0.1] - 2023-12-06
Fixed
- Prevented crashes caused by dimensions being computed before data was available.