Releases: arrilot/laravel-widgets
Releases · arrilot/laravel-widgets
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
2.8.0
Simple caching
2.7 Caching
2.6
- A container that wraps widget content is changed from
<span>to<div style="display:inline">for better w3c compatibility. - You can now customize its class or classes by setting
public $cssClassForWrapperproperty in a widget class. - Handled several BC breaks in L5.1
Introducing repeatable widgets
Please note that all types of widgets are always wrapped in .... now.