Skip to content

Commit c4298f0

Browse files
committed
3.2.0 updates
1 parent fa20b0c commit c4298f0

File tree

10 files changed

+307
-162
lines changed

10 files changed

+307
-162
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
## 3.2.0
8+
9+
- Laravel 12 support.
10+
- Update Apexcharts 4.5.0.
11+
- Fix Filament package dependencies.
12+
- Fix chart translations.
713

814
## 3.1.6
915

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,14 @@ Optionally, you can publish the views using:
486486
php artisan vendor:publish --tag="filament-apex-charts-views"
487487
```
488488

489+
## Publishing translations
490+
491+
Optionally, you can publish the translations using:
492+
493+
```bash
494+
php artisan vendor:publish --tag=filament-apex-charts-translations
495+
```
496+
489497
## Testing
490498

491499
```bash

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^8.1|^8.2",
21-
"filament/filament": "^3.0",
21+
"filament/widgets": "^3.0",
22+
"filament/forms": "^3.0",
2223
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
2324
"livewire/livewire": "^3.0",
2425
"spatie/laravel-package-tools": "^1.13.0"

dist/apexcharts.js

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

0 commit comments

Comments
 (0)