Releases: leantony/laravel-grid
Releases · leantony/laravel-grid
2.0.7
2.0.6
2.0.5
Minor fixes
2.0.2: Merge pull request #44 from leantony/2.0
Refine data exporting
First attempt at writing tests
- Minor fixes for documentation
- Basic test cases
Stable version 2.0 release
stable version 2.0 is now out. The following features have been added
- Bootstrap 4 support
- Removal of blockUI from dependency set
- SASS and es6 support for pre-built assets. (Built assets now exist in the resources/assets/dist folder)
- New export options added - html and json
- Use of laravel events to handle exporting, filtering, sorting and pagination of the grid
- Support simple pagination option
- Initial working setup for unit testing. This forms a baseline for proper testing of the codebase
- Adding of documentation on github pages
- Adding of a modal facade to help in quick creation of modal pages
- Support modal resizing
- Sort toggling (between ascending and descending order)
- Support for plain attributes for columns. E.g now you can specify a grid column as just
email
for instance, without adding any other value attributes and it will work just fine - Better datepicker support
- Other minor optimizations
Support multiple grids on the same page
Update datepicker functionality
- Tweak daterangepicker settings
- Ensure to use version compatible with bootstrap 3|4
Support laravel 5.5
Allow support of laravel 5.5, due to the use of bootstrap 4 on laravel 5.6. Version 2.0 would support bootstrap 4