Skip to content

Releases: kevinkhill/lavacharts

Composer 2

Choose a tag to compare

@kevinkhill kevinkhill released this 23 Nov 12:32

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

Google Charts Version Freeze (47)

Choose a tag to compare

@kevinkhill kevinkhill released this 09 Sep 11:08
88577cd

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

Fixes #330

Carbon Version Update

Choose a tag to compare

@kevinkhill kevinkhill released this 30 Aug 19:01
5823620

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

isValidTimezone() bugfix

Choose a tag to compare

@kevinkhill kevinkhill released this 26 Jul 19:51
1e4d056

Disscused and fixed in issue #256

Thanks NelsonBaez

Laravel 5.5+ Automatic Package Discovery

Choose a tag to compare

@kevinkhill kevinkhill released this 10 May 16:44

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

Fixing bug in setOptions

Choose a tag to compare

@kevinkhill kevinkhill released this 01 Nov 19:48

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

Production Build of Lava.js

Choose a tag to compare

@kevinkhill kevinkhill released this 10 Aug 14:26

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

Nobody likes console log flood?

Config Publishing

Choose a tag to compare

@kevinkhill kevinkhill released this 09 Aug 13:59

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

Choose a tag to compare

@kevinkhill kevinkhill released this 30 May 22:19

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

Choose a tag to compare

@kevinkhill kevinkhill released this 16 May 23:23

Chart's should resize properly on page resize.