Releases: arrilot/laravel-widgets
Releases · arrilot/laravel-widgets
3.5.0
3.4.2
3.4.1
3.4.0
3.3.0
3.2.0
3.1.3
3.1.1
There are two significant changes in async and reloadable widgets:
- They no longer require
jquery
. Setuse_jquery_for_ajax_calls
totrue
in the config file if you prefer to have it instead of native javascript. - They use
GET
request instead ofPOST
to load widget content now.
3.0.2
3.0.0
Changelog:
- Widget configuration has been changed. There is a single
protected $config
property now so you do not need to define your own props for every single config key. Nothing was changed in the way widgets are called. - The generator by default creates a view too now. This can be disabled by
--plain
option - Imports from custom namespaces are no longer supported, but you can use FQCN now.
- Container is fully customizable now (except
id
). @widget
and@asyncWidget
are now resolved without facades now so you may get rid of them entirely if you want.
For more info please read the readme: https://github.com/Arrilot/laravel-widgets/blob/master/README.md