All notable changes to fidum/laravel-dashboard-chart-tile
will be documented in this file
- Support Laravel 11 by @dmason30 in #29
Full Changelog: https://github.com/fidum/laravel-dashboard-chart-tile/compare/6.0.0...6.1.0
Full Changelog: https://github.com/fidum/laravel-dashboard-chart-tile/compare/5.0.1...6.0.0
- Add Laravel 10 support by @dmason30 in #25
Full Changelog: https://github.com/fidum/laravel-dashboard-chart-tile/compare/5.0.0...5.0.1
- Revert to ConsoleTvs/Charts v6 by @dmason30 in #24
If you're wondering what happened to the ConsoleTVs/Charts v7 version please read this: ConsoleTVs/Charts#1 (comment)
Full Changelog: https://github.com/fidum/laravel-dashboard-chart-tile/compare/4.1.0...5.0.0
Full Changelog: https://github.com/fidum/laravel-dashboard-chart-tile/compare/4.0.1...4.1.0
Added
- Added PHP 8 Support
Added
- Added Laravel 8 Support
- Added
spatie/laravel-dashboard
2.0.0 support
Changed
- Updated
consoletvs/charts
to 7.1
Breaking
- Dropped Laravel 7 support
- Dropped
spatie/laravel-dashboard
1.x support
Changed
- Switch to chartisan 2.1.* UMD build (#12)
Fixed
- Fix scripts getting the latest versions that contain breaking changes (#11)
Added
- Add support to use any frontend chart library (#9)
Fixed
- Chart API url was incorrectly escaped in view
Fixed
- Move psalm dependencies to require-dev
Breaking
- Changed to v7 of ConsoleTVs/Charts package. (#7)
- Changed
chartSettings
tile property name tochartFilters
The v7 release of the Charts package was a complete rewrite. Therefore it was not possible to support this version and keep it backwards compatible. This has resulted in another breaking change and another major version.
The ChartFactory
interface no longer exists. All charts must now extend Fidum\ChartTile\Charts\Chart
abstract class.
See README for updated documentation.
Added
- Add
chartSettings
tile property (#3)
Breaking
Fidum\ChartTile\Contracts\ChartFactory::make
signature has changed to have thearray $settings
argument.
Added
- Add
refreshIntervalInSeconds
tile property (#2)
- initial release