Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Releases: spatie/vue-table-component

1.4.2

29 Aug 09:08
Compare
Choose a tag to compare
  • Added cache-key prop to manually set a cache key for local storage state
  • The filter input is now hidden when there are no filterable rows

1.4.1

29 Aug 08:32
Compare
Choose a tag to compare
  • Fixed regeneratorRuntime issues

1.4.0-rc.9

16 Aug 10:37
Compare
Choose a tag to compare
Merge branch 'master' of github.com:spatie/vue-table-component

1.4.0

16 Aug 11:01
Compare
Choose a tag to compare
  • Fixed cell rendering: HTML is now escaped by default. If you want raw html, use the new scoped slots feature
  • Added scoped slot support to table-columns for custom column contents
  • Added the filter-input-class prop to the table-component component (filterInputClass in settings)
  • Added the header-class and cell-class props to the table-column component (headerClass and cellClass in settings)
  • Added a minified build: vue-table-component/dist/index.min.js
  • Fixed the parsing of the a date format that contains :

1.4.0-rc.5

10 Aug 09:51
Compare
Choose a tag to compare
fix pagination

1.4.0-rc.4

10 Aug 09:46
Compare
Choose a tag to compare
fix tests

1.4.0-rc.3

10 Aug 09:40
Compare
Choose a tag to compare
add refresh method

1.4.0-rc.2

09 Aug 09:52
Compare
Choose a tag to compare
add refresh method

1.4.0-rc.1

09 Aug 09:16
Compare
Choose a tag to compare
add rc release

1.3.0

07 Aug 10:39
Compare
Choose a tag to compare
  • Added formatter property