Skip to content

Releases: arrilot/laravel-widgets

3.0.0

29 Jun 19:53

Choose a tag to compare

Changelog:

  1. 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.
  2. The generator by default creates a view too now. This can be disabled by--plain option
  3. Imports from custom namespaces are no longer supported, but you can use FQCN now.
  4. Container is fully customizable now (except id).
  5. @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

2.8.0

27 Jun 16:14

Choose a tag to compare

Simple widgets (non-reloadable + non-async) are no longer wrapped in container for no reason.

Simple caching

22 Jun 23:03

Choose a tag to compare

2.7

Caching

2.6

30 May 10:05

Choose a tag to compare

2.6
  1. A container that wraps widget content is changed from <span> to <div style="display:inline"> for better w3c compatibility.
  2. You can now customize its class or classes by setting public $cssClassForWrapper property in a widget class.
  3. Handled several BC breaks in L5.1

Introducing repeatable widgets

16 May 22:04

Choose a tag to compare

Please note that all types of widgets are always wrapped in .... now.

2.3.8

09 May 10:56

Choose a tag to compare

Update composer.json