Skip to content

Releases: arrilot/laravel-widgets

2.8.0

27 Jun 16:14
Compare
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
Compare
Choose a tag to compare
2.7

Caching

2.6

30 May 10:05
Compare
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
Compare
Choose a tag to compare

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

2.3.8

09 May 10:56
Compare
Choose a tag to compare
Update composer.json