Changelog
All notable changes to this project are documented in this file.
[5.7.0] - 2025-10-14
Added
- Added the
sendExportEmail() method on LuzmoDashboard to open immediate or scheduled export emails with optional subject and message overrides.
[5.6.1] - 2025-09-02
Changed
- Updated dependencies to the latest compatible versions.
[5.6.0] - 2025-07-14
Changed
- Updated dependencies to the latest compatible versions.
[5.5.0] - 2025-06-23
Changed
- Updated dependencies to the latest compatible versions.
- Delivered stability improvements for the Vue integration.
[5.4.3] - 2025-04-28
Added
- Introduced the
--luzmo-iq-state-loader-color-accent CSS variable for Luzmo IQ loaders.
[5.4.2] - 2025-04-14
Changed
- Added the missing
absolute and percentageAllBars values to the bar chart bars.label configuration.
[5.4.1] - 2025-03-28
Changed
- Updated dependencies to the latest compatible versions.
[5.4.0] - 2025-03-20
Added
- Added the
editorLanguage prop to configure the dashboard editor language.
[5.3.7] - 2025-03-04
Changed
- Renamed the
experimental prop to embedMode on LuzmoDashboard.
[5.3.6] - 2025-02-27
Added
- Added the
availableDatasets prop to LuzmoIqChat.
[5.3.5] - 2025-02-24
Changed
- Updated dependencies to the latest compatible versions.
[5.3.4] - 2025-02-21
Changed
- Updated dependencies to the latest compatible versions.
[5.3.3] - 2025-02-06
Changed
- Updated dependencies to the latest compatible versions.
[5.3.2] - 2025-01-31
Added
- Extended
export() on LuzmoVizItem to support CSV, CSV raw, XLSX, and XLSX raw formats in addition to PNG.
[5.3.1] - 2025-01-21
Changed
- Updated dependencies to the latest compatible versions.
[5.3.0] - 2025-01-16
Changed
- Updated dependencies to the latest compatible versions.
[5.2.6] - 2025-01-13
Changed
- Updated dependencies to the latest compatible versions.
[5.2.5] - 2025-01-08
Changed
- Updated dependencies to the latest compatible versions.
[5.2.4] - 2024-12-19
Added
- Added the project
LICENSE.
[5.2.3] - 2024-12-10
Added
- Enabled custom chat widget button content via slots in
LuzmoIqChat.
[5.2.2] - 2024-12-09
Fixed
- Applied minor fixes for EDE mode behaviour.
[5.2.1] - 2024-11-22
Changed
- Updated dependencies to the latest compatible versions.
[5.2.0] - 2024-11-20
Added
- Introduced Luzmo IQ components for embedding AI-powered chat and answer experiences.
[5.1.8] - 2024-11-14
Changed
- Updated dependencies to the latest compatible versions.
[5.1.7] - 2024-11-12
Fixed
- Resolved issues affecting
getAccessibleDashboards().
[5.1.6] - 2024-10-22
Changed
- Updated dependencies to the latest compatible versions.
[5.1.5] - 2024-10-21
Changed
- Updated dependencies to the latest compatible versions.
[5.1.4] - 2024-10-14
Changed
- Updated dependencies to the latest compatible versions.
[5.1.3] - 2024-09-26
Changed
- Updated public TypeScript definitions.
Fixed
- Removed the requirement for
script-src 'unsafe-eval' in runtime CSP settings.
[5.1.2] - 2024-09-23
Fixed
- Ensured the web component registers only once when libraries are included multiple times.
[5.1.1] - 2024-09-09
Changed
- Updated dependencies to the latest compatible versions.
[5.1.0] - 2024-09-09
Added
- Highlighted Luzmo Flex for code-first visualization development.
[5.0.6] - 2024-07-11
Fixed
- Corrected loader color handling when embedding dashboards as web components.
Changed
- Refactored internal code to improve maintainability.
[5.0.5] - 2024-05-03
Fixed
- Addressed intermittent loading issues when
experimental=true.
[5.0.4] - 2024-05-02
Fixed
- Ensured edit mode uses 100% of the parent height.
[5.0.3] - 2024-04-29
Fixed
- Set the minimum edit mode height to 100vh.
[5.0.2] - 2024-04-24
Changed
- Surfaced Luzmo application error messages directly in the Vue components.
[5.0.1] - 2024-04-11
Added
- Included
README.md and CHANGELOG.md in the published package.
[5.0.0] - 2024-04-05
Removed
- Dropped Vue 2 support in favour of Vue 3.
[4.1.1] - 2024-03-28
Fixed
- Pulled shared embed library fixes.
[4.1.0] - 2024-03-19
Fixed
- Ensured
getAccessibleDashboards() works correctly with embed tokens.
Changed
- Rebuilt
@luzmo/vue-embed as a wrapper around @luzmo/embed for feature parity.
[4.0.6] - 2024-03-07
Fixed
- Corrected EDE width and height behaviour.
[4.0.5] - 2024-03-05
Changed
- Improved shared typing definitions.
[4.0.4] - 2024-02-28
Fixed
- Addressed width and height issues in experimental mode.
[4.0.3] - 2024-02-26
Changed
- Updated dependencies to the latest compatible versions.
[4.0.2] - 2024-02-01
Added
- Added a configuration parameter to help clients test upstream changes.
Changed
- Delivered performance improvements.
[4.0.1] - 2023-12-06
Fixed
- Prevented crashes caused by dimensions being computed before data was available.