Skip to content

Releases: arrilot/laravel-widgets

3.14.0

19 Nov 18:29
Compare
Choose a tag to compare

Minimum php version 7.1 -> 7.4
Minimum Laravel version 5.5 -> 9
PHP 8.2/8.3 compatibility

3.13.2

10 Jan 21:52
8b05872
Compare
Choose a tag to compare

Allow to change jquery configuration via environment variable

3.13.1

20 Sep 19:58
Compare
Choose a tag to compare

Fix custom namespaces in async and reloadable widgets

3.13.0

25 Mar 14:22
24297e9
Compare
Choose a tag to compare

Now you can add your own custom namespaces (see Namespaces for third party packages section in docs)

3.12

15 Apr 20:05
Compare
Choose a tag to compare

Package requires Laravel 5.5+ (php 7.0+) for now

3.11.0

09 Apr 20:01
Compare
Choose a tag to compare

Web middleware group is now being applied to all ajax request performed by async and reloadable widgets.
It prevent issues like #102
Of courses, you can turn this off in a published config file.

3.10.0

10 Mar 17:35
1c4b9f1
Compare
Choose a tag to compare

Added support for cache tags

3.9.0

23 Nov 21:18
83f7a95
Compare
Choose a tag to compare
Merge pull request #95 from wuwx/patch-1

Update AbstractWidgetFactory.php

3.8.1

14 Nov 00:57
Compare
Choose a tag to compare

Better exception message for bad widget class names

3.8.0

06 Nov 00:42
Compare
Choose a tag to compare

You can turn encryption of widget params off now if you need