Skip to content

Releases: leantony/laravel-grid

2.0.7

Choose a tag to compare

@leantony leantony released this 23 Jun 09:06
a5cecf4

Fix;

#64
#57
#58

2.0.6

Choose a tag to compare

@leantony leantony released this 15 Jun 21:06

Fix ;

Update documentation

2.0.5

Choose a tag to compare

@leantony leantony released this 09 Jun 11:12
0a2d974
  • fix #51
  • Add footer functionality - e.g to display summations

Minor fixes

Choose a tag to compare

@leantony leantony released this 26 May 07:39
d9c3bac

2.0.2: Merge pull request #44 from leantony/2.0

Choose a tag to compare

@leantony leantony released this 22 May 15:32
efde9c1
Refine data exporting

First attempt at writing tests

Choose a tag to compare

@leantony leantony released this 21 May 12:28
21596ce
  • Minor fixes for documentation
  • Basic test cases

Stable version 2.0 release

Choose a tag to compare

@leantony leantony released this 21 May 09:13
67213b2

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

Pre-release

Choose a tag to compare

@leantony leantony released this 08 May 08:15

Update datepicker functionality

Pre-release

Choose a tag to compare

@leantony leantony released this 01 May 21:37
  • Tweak daterangepicker settings
  • Ensure to use version compatible with bootstrap 3|4

Support laravel 5.5

Support laravel 5.5 Pre-release
Pre-release

Choose a tag to compare

@leantony leantony released this 27 Apr 23:18
5b1f5ed

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