Skip to content

Releases: kevinkhill/lavacharts

Composer 2

23 Nov 12:32
Compare
Choose a tag to compare

This should fix the composer 2 blocker of the RenderableTrait issue #322

Google Charts Version Freeze (47)

09 Sep 11:08
88577cd
Compare
Choose a tag to compare

This version freeze is needed to fix some bugs when using the current version

Fixes #330

Carbon Version Update

30 Aug 19:01
5823620
Compare
Choose a tag to compare

This should free everyone from Carbon version issues. (hopefully!!)
Fixing #302

isValidTimezone() bugfix

26 Jul 19:51
1e4d056
Compare
Choose a tag to compare

Disscused and fixed in issue #256

Thanks NelsonBaez

Laravel 5.5+ Automatic Package Discovery

10 May 16:44
Compare
Choose a tag to compare

Laravel 5.5+ installs should now automatically be discovered and registered.

Fixing bug in setOptions

01 Nov 19:48
Compare
Choose a tag to compare

Fixed a bug in setOptions that prevented png and material options from being processed and assigned to the chart.

Production Build of Lava.js

10 Aug 14:26
Compare
Choose a tag to compare

I keep forgetting to do a prod build before releasing, sorry!

Nobody likes console log flood?

Config Publishing

09 Aug 13:59
Compare
Choose a tag to compare

Added the tag lavacharts to the config publishing.
Use php artisan vendor:publish --tag=lavacharts
If that does not work, try to clear the cache with php artisan config:clear and re-publish with --force.

DataTables in Events

30 May 22:19
Compare
Choose a tag to compare

The event callback within lava.js was modified to pass back the chart and the datatable so users can interact with either during an event. This solves issue #203

Resize Bug Fixed

16 May 23:23
Compare
Choose a tag to compare

Chart's should resize properly on page resize.