Releases: davide-casiraghi/laravel-responsive-gallery
Releases · davide-casiraghi/laravel-responsive-gallery
1.1.4
1.1.4
- added support for Laravel 6
1.1.3
1.1.3
- now empty gallery does't generate error
1.1.2
- 95% of the code covered with tests
1.1.1
- Now all the views use partials to create the form elements.
- It's now possible to test with the @include and @extend Blade directives, because we register in the ServiceProvider the vendor name with the loadViewsFrom() method.
1.1.0
#1.1.0
- Added support for Scrutinizer
- Written tests that now cover more than 80% of the code.
- Added layout view
- Updated user manual and wiki
- Many bug fixes
1.0.0
#1.0.0
- Column width and gutter can now be specified trough parameters.
- Updated README with a bit more detailed user manual
0.1.0
- The gallery now use Bricklayer.js to create the responsive grid.
- Many bug fix
0.0.1
#0.0.1
Initial release still under development.