Skip to content

Twill 3.2.1

Latest
Compare
Choose a tag to compare
@ifox ifox released this 26 Mar 11:52
· 1 commit to 3.x since this release

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

  • Fix datatable and buckets filters error caused by Axios breaking changes by @zeezo887 in #2520

Full Changelog: 3.2.0...3.2.1