Skip to content

Commit cda2b6c

Browse files
committed
Merge branch 'release/3.1.5'
2 parents f38b2f2 + 417689d commit cda2b6c

File tree

5 files changed

+165
-144
lines changed

5 files changed

+165
-144
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 3.1.5
9+
10+
### Changed
11+
12+
- Update Apexcharts 4.3.0
13+
- Support for Livewire Standalone Components
14+
- Add option to customize filter form width by [chiiya](https://github.com/chiiya)
15+
- Make simple filter select reactive by default by [rossbearman](https://github.com/rossbearman)
16+
817
## 3.1.4
918

1019
### Changed

dist/apexcharts.js

Lines changed: 88 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 66 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"esbuild": "^0.19.7"
1818
},
1919
"dependencies": {
20-
"apexcharts": "^3.44.0",
20+
"apexcharts": "^4.3.0",
2121
"lodash.merge": "^4.6.2"
2222
}
2323
}

resources/views/widgets/apex-chart-widget.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@php
2-
$plugin = \Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin::get();
2+
$plugin = filament()->isServing() ? \Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin::get() : null;
33
$heading = $this->getHeading();
44
$subheading = $this->getSubheading();
55
$filters = $this->getFilters();

0 commit comments

Comments
 (0)