Releases: xaksis/vue-good-table
Releases · xaksis/vue-good-table
v1.16.0
Minor Changes
- Package-lock update: 37b321d
- Only parse date when it is a valid date. Otherwise put them in the beginning (mainly for empty dates). I always got an 'Invalid Date' when my date field was empty instead of an empty date. It also had problems sorting it.: #104
- Update readme to show placeholer option: aaab0cd
- Extract paginatin to an extern component: #120
- Fix custom perPage for pagination: 0c6c244
- Add optional sortable columns: #89
Patches
- Merge branch 'master' into cleanup: 93ecee0
- Merge branch 'master' into cleanup: 5484301
- Fix bugs in last PR: 537753b
- Fix bugs with sort: 0dc85ca
Credits
Huge thanks to @faragos, @tonimc and @VitorLuizC for their help!
Bug fixes
v1.15.1
v1.15.0
Minor Changes
- Add column's filter placeholder: #88
- Added before and after table-row slots.: #91
- Add custom row style: #94
- Select options updated: 0195f2c
Patches
- Update bundle: cae91d2
Credits
Huge thanks to @VitorLuizC, @danielbruni and @btadine for their help!