Skip to content

Releases: leantony/laravel-grid

2.0.7

23 Jun 09:06
a5cecf4
Compare
Choose a tag to compare

2.0.6

15 Jun 21:06
Compare
Choose a tag to compare

Fix ;

Update documentation

2.0.5

09 Jun 11:12
0a2d974
Compare
Choose a tag to compare
  • fix #51
  • Add footer functionality - e.g to display summations

Minor fixes

26 May 07:39
d9c3bac
Compare
Choose a tag to compare

2.0.2: Merge pull request #44 from leantony/2.0

22 May 15:32
efde9c1
Compare
Choose a tag to compare

First attempt at writing tests

21 May 12:28
21596ce
Compare
Choose a tag to compare
  • Minor fixes for documentation
  • Basic test cases

Stable version 2.0 release

21 May 09:13
67213b2
Compare
Choose a tag to compare

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

08 May 08:15
Compare
Choose a tag to compare

Update datepicker functionality

01 May 21:37
Compare
Choose a tag to compare
Pre-release
  • Tweak daterangepicker settings
  • Ensure to use version compatible with bootstrap 3|4

Support laravel 5.5

27 Apr 23:18
5b1f5ed
Compare
Choose a tag to compare
Support laravel 5.5 Pre-release
Pre-release

Allow support of laravel 5.5, due to the use of bootstrap 4 on laravel 5.6. Version 2.0 would support bootstrap 4