# Changelog

All notable changes to this project will be documented in this file.

## [6.4.1] - 2025-03-28

### Updates

- Updated dependent lib

## [6.4.0] - 2025-03-20

### Updates

- Added `editorLanguage` input to set the language of the dashboard editor

## [6.3.7] - 2025-03-04

### Updates

- Rename "experimental" input to "embedMode" in dashboard component

## [6.3.6] - 2025-02-27

### Updates

- Added availableDatasets as input to luzmo-iq-embed-chat component

## [6.3.5] - 2025-02-24

### Updates

- Updated dependent libs

## [6.3.4] - 2025-02-21

### Updates

- Updated dependent libs

## [6.3.3] - 2025-02-06

### Updates

- Updated dependent libs

## [6.3.2] - 2025-01-31

### Updates

- export() now allows you to export the viz item as a CSV, XLSX and PNG

## [6.3.1] - 2025-01-21

### Updates

- Updated dependent libs

## [6.3.0] - 2025-01-16

### Updates

- Updated Flex performance

## [6.2.6] - 2025-01-13

### Updates

- Updated dependent libs

## [6.2.5] - 2025-01-08

### Updates

- Updated dependent libs

## [6.2.4] - 2024-12-19

### Updates

- Added LICENSE to the library

## [6.2.3] - 2024-12-10

### Updates

- Enable Luzmo IQ custom chat widget button content with WebComponents slot

## [6.2.2] - 2024-12-09

### Updates

- Minor bugfixes for EDE mode

## [6.2.1] - 2024-11-22

### Updates

- Updated dependencies

## [6.2.0] - 2024-11-20

### Updates

- [Luzmo IQ](https://developer.luzmo.com/guide/iq--introduction) allows you to generate AI-powered answers to data-related questions. The update adds components that allows you embed chat and answer components onto your page

## [6.1.9] - 2024-11-14

### Updates

- Updated dependencies

## [6.1.8] - 2024-11-12

### Updates

- Fixes for getAccessibleDashboards()

## [6.1.7] - 2024-10-25

### Updates

- Fix setting a size (width, height) in the inline style for <luzmo-embed-viz-item>

## [6.1.6] - 2024-10-22

### Updates

- Fix displaying Search Filter in Flex

## [6.1.5] - 2024-10-21

### Updates

- Updated dependencies

## [6.1.4] - 2024-10-14

### Updates

- Updated dependencies

## [6.1.3] - 2024-09-26

### Updates

- Updated types
- Fixed a runtime issue where CSP of script-src 'unsafe-eval' was required 

## [6.1.2] - 2024-09-23

### Bugfixes

- Web component now is only registered once, if already registered, the registration is skipped. (Fixes issue with libraries being included multiple times)

## [6.1.1] - 2024-09-09

### Chore

- Updated lib dependencies

## [6.1.0] - 2024-09-09

### Updates
- [Luzmo Flex](https://developer.luzmo.com/guide/flex--introduction) allows you to create customizable visualizations fully from code, allowing you to build and embed powerful, hyper-personalized data analytics products

## [6.0.1] - 2024-07-11

- Fix for loader color when embedding dashboard as a web component, and other bug fixes

## [6.0.0] - 2024-07-11

### Breaking changes

- Removed `<luzmo-dashboard>` web component, It has been replaced with `<luzmo-embed-dashboard>`
- `LuzmoDashboard` has been replaced with `LuzmoEmbedDashboard`

### Bugfixes

- Fix for loader color when embedding dashboard as a web component, and other bug fixes

## [5.1.5] - 2024-05-03

### Bugfixes

- Fix bugs in experimental=true, dashboard not loading at times

## [5.1.4] - 2024-05-02

### Bugfixes

- Fix build issues with CRA 5.0 and Webpack 5.0

## [5.1.3] - 2024-05-02

### Bugfixes

- Height in edit mode is set to 100%, taking 100% of parent height

## [5.1.2] - 2024-04-29

### Bugfixes

- Height in edit mode is set to a minimum of 100vh


## [5.1.1] - 2024-04-24

### Updates

- Show actual error messages from luzmo application

## [5.1.0] - 2024-04-17

### Updates

- Deprecated `luzmo-dashboard`, `luzmo-embed-dashboard` is the new element, `luzmo-dashboard` will be removed in next major release (`6.0.0`)

## [5.0.14] - 2024-03-28

### Bugfixes

- Shared embed lib updated with bugfixes

## [5.0.13] - 2024-03-26

### Updates

- Add ESM build for libs entry point in `@luzmo/embed`

## [5.0.12] - 2024-03-19

### Bugfixes

- Fixed getAccessibleDashboards() to correctly work with embed tokens

## [5.0.11] - 2024-03-18

### Updates

- Correct typings are now exposed from @luzmo/embed

## [5.0.10] - 2024-03-11

### Bugfixes

- Use display block for the luzmo-dashboard component

## [5.0.9] - 2024-03-07

### Bugfixes

- Fixed EDE width and height issue not being 100%

## [5.0.8] - 2024-03-05

### Updates

- Typing improvements in shared lib

## [5.0.7] - 2024-02-28

### Updates

- Bugfixes in experimental mode for width height issue


## [5.0.6] - 2024-02-17

### Updates

- Added type: "module" to package.json
- Updated dependencies

## [5.0.5] - 2024-02-16

### Updates

- Typing issue fixed

## [5.0.4] - 2024-02-08

### Updates

- Changelog update / README updated

## [5.0.3] - 2024-02-01

### Updates

- Added a parameter to allow testing upstream changes for clients
- Performance improvements

## [5.0.2] - 2023-12-07

### BUGFIX

- Fixed incorrect dependency version in library


## [5.0.1] - 2023-12-06

### BUGFIX

- Fixed a bug where dimensions were calculated before dimension data was available which resulted in a crash
