Releases: arrilot/laravel-widgets
Releases · arrilot/laravel-widgets
3.14.0
Minimum php version 7.1 -> 7.4
Minimum Laravel version 5.5 -> 9
PHP 8.2/8.3 compatibility
3.13.2
Allow to change jquery configuration via environment variable
3.13.1
Fix custom namespaces in async and reloadable widgets
3.13.0
Now you can add your own custom namespaces (see Namespaces for third party packages
section in docs)
3.12
Package requires Laravel 5.5+ (php 7.0+) for now
3.11.0
Web middleware group is now being applied to all ajax request performed by async and reloadable widgets.
It prevent issues like #102
Of courses, you can turn this off in a published config file.
3.10.0
Added support for cache tags
3.9.0
Merge pull request #95 from wuwx/patch-1
Update AbstractWidgetFactory.php
3.8.1
Better exception message for bad widget class names
3.8.0
You can turn encryption of widget params off now if you need