Twill 3.2.1
Twill 3.2.1 is a patch release addressing a bug with filters due to a breaking change in Axios 0.28.0.
Stay tuned for Twill 3.3.0, we're making a lot of progress on our roadmap! 🚀
HOW TO UPDATE
Run composer update
in your project and then, run Twill's own update command: php artisan twill:update
. This will force update your published Twill assets. If you are versioning them, you can delete the old ones from your repository. If you are using custom Vue components, you should rebuild Twill assets using php artisan twill:build
.
Fixed
Full Changelog: 3.2.0...3.2.1