Skip to content

Releases: mu-semtech/ember-data-table

v1.1.0

23 Apr 19:22
Compare
Choose a tag to compare

v1.0.0

13 Mar 14:20
Compare
Choose a tag to compare
  • Upgrade to Ember v3.8

v1.0.0-beta.3

25 Apr 09:06
Compare
Choose a tag to compare
  • Upgrade to Ember v3.1.2
  • Remove dependency on ember-debounced-input-helpers

v1.0.0-beta.2

04 Apr 07:58
Compare
Choose a tag to compare
  • [Bugfix] Access store through Ember getter in route mixin

v1.0.0-beta.1

02 Mar 16:42
Compare
Choose a tag to compare
  • Upgrade to Ember v3.0.0
  • Make loading event bubble in route mixin

v1.0.0-beta.0

12 Feb 13:59
Compare
Choose a tag to compare

Split core functionality from styling

Split data table core from the ember-paper styling. The addon now only contains the core functionality with some basic templates. Have a look at ember-paper-data-table for an ember-paper styled version of the addon.

v1.0.0-alpha.3

20 Oct 08:29
Compare
Choose a tag to compare

Bugfix:

  • Fix pagination calculation if meta-links are not set
  • Fix dependencies of computed property 'wrappedItems'

v1.0.0-alpha.2

21 Jul 19:19
Compare
Choose a tag to compare

Features:

  • Add isLoading flag to data table component
  • Add onClickRow action to data table component

Bugfix:

  • Don't show pagination if there is no content in the data table
  • Make no data message span all columns

v1.0.0-alpha.1

16 Jul 16:06
Compare
Choose a tag to compare

Bugfix:

  • Fix CSS classes on data-table component

v1.0.0-alpha.0

16 Jul 14:47
Compare
Choose a tag to compare
  • Replace ember-cli-materialize with ember-paper for styling
  • Update layout of the pagination component