Skip to content

Releases: mu-semtech/ember-data-table

v0.6.0

16 Jan 19:55
Compare
Choose a tag to compare

New data table features:

  • Add option to display a line number per table row

v0.5.2

12 Jan 12:35
Compare
Choose a tag to compare

Bugfix:

  • Fix current page calculation in number-pagination component

v0.5.1

02 Jan 11:20
Compare
Choose a tag to compare

Bugfix:

  • Reset page to 0 when filter is updated

v0.5.0

02 Jan 10:19
Compare
Choose a tag to compare

New data table features:

  • Add option to disable automatic search in the text-search component. When disabled the user must click a search button explicitely to update the filter value.
  • Replace mergedQueryOptions object in route mixin with a mergeQueryOptions(params) function such that user can define custom options based on the params

v0.4.0

08 Dec 21:46
Compare
Choose a tag to compare

New data table features:

  • Add text search through filter query param
  • Add sort cleaning (clicking column header shifts between asc - desc - clean sorting)
  • Add number-pagination component
  • Add cross-page selection
  • [Bugfix] Fix firstColumn in default-data-table-content-body component

Misc:

  • Upgrade to ember-cli v2.8
  • Clean dependencies