Releases: Helvetitec/lagoon-charts
Releases · Helvetitec/lagoon-charts
Version 2.2.4
Full Changelog: v2.2.3...v2.2.4
Version 2.2.3
Fixes
- Fixed exception in @lagoonScripts directive which would cause the charts to crash
Version 2.2.2
Fixes
- Removed unnecessary parameter for @lagoonStyles directive.
Version 2.2.1
Changes
- Added ability to add array or string to packages in @lagoonScripts('en', ['package1', 'package2'])
Version 2.2
Changes
- Replaced inline Google charts call with @lagoonScripts and @lagoonStyles directives. Just add @lagoonScripts('en') for normal charts or @lagoonScripts('en', 'gantt') for gantt charts or @lagoonScripts('en', 'timeline') for timeline charts.
THIS IS A BREAKING CHANGE!
Version 2.1
Additions
- Added support for dark and light viewmodes. To add it just set 'viewMode' to either 'dark' or 'true'. If you need different foreground color than black (light) and white (dark), change the color inside the configuration file.
Version 2.0
Full Changelog: v1.0...v2.0
Version 1.0 (Last Version for Livewire V2)
What's Changed
- Fixed wrong name for ColumnChart by @daredloco in #6
- Pushing Nightly to main version by @daredloco in #9
Full Changelog: v0.1.23...v1.0
Info: This will be the last version for Livewire V2, bug fixing will still be made, but no further updates will be made for Livewire V2 as I will port it to Livewire V3
Version 0.2.4 (Nightly)
Changes
- Added $printButtonText as dynamic text for the Print-Buttons
Version 0.2.3 (Nightly)
Changes
- Changed PRINT-links to _blank as target