Skip to content

3.0.0

Choose a tag to compare

@arrilot arrilot released this 29 Jun 19:53
· 138 commits to master since this release

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