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_callstotruein the config file if you prefer to have it instead of native javascript. - They use
GETrequest instead ofPOSTto load widget content now.
3.0.2
3.0.0
Changelog:
- Widget configuration has been changed. There is a single
protected $configproperty 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
--plainoption - Imports from custom namespaces are no longer supported, but you can use FQCN now.
- Container is fully customizable now (except
id). @widgetand@asyncWidgetare 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