Skip to content

Releases: Helvetitec/lagoon-charts

Version 2.2.4

22 Nov 18:25
Compare
Choose a tag to compare

Version 2.2.3

17 Aug 16:25
Compare
Choose a tag to compare

Fixes

  • Fixed exception in @lagoonScripts directive which would cause the charts to crash

Version 2.2.2

07 Aug 00:55
Compare
Choose a tag to compare

Fixes

  • Removed unnecessary parameter for @lagoonStyles directive.

Version 2.2.1

07 Aug 00:43
Compare
Choose a tag to compare

Changes

  • Added ability to add array or string to packages in @lagoonScripts('en', ['package1', 'package2'])

Version 2.2

07 Aug 00:33
Compare
Choose a tag to compare

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

06 Aug 17:30
Compare
Choose a tag to compare

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

06 Aug 00:06
Compare
Choose a tag to compare

Full Changelog: v1.0...v2.0

Version 1.0 (Last Version for Livewire V2)

22 Jul 00:44
105a4d5
Compare
Choose a tag to compare

What's Changed

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)

08 Feb 22:32
Compare
Choose a tag to compare
Pre-release

Changes

  • Added $printButtonText as dynamic text for the Print-Buttons

Version 0.2.3 (Nightly)

08 Feb 22:29
Compare
Choose a tag to compare
Pre-release

Changes

  • Changed PRINT-links to _blank as target