Releases: mu-semtech/ember-data-table
Releases · mu-semtech/ember-data-table
v1.1.0
v1.0.0
v1.0.0-beta.3
- Upgrade to Ember v3.1.2
- Remove dependency on ember-debounced-input-helpers
v1.0.0-beta.2
- [Bugfix] Access store through Ember getter in route mixin
v1.0.0-beta.1
- Upgrade to Ember v3.0.0
- Make loading event bubble in route mixin
v1.0.0-beta.0
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
Bugfix:
- Fix pagination calculation if meta-links are not set
- Fix dependencies of computed property 'wrappedItems'
v1.0.0-alpha.2
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
Bugfix:
- Fix CSS classes on data-table component
v1.0.0-alpha.0
- Replace ember-cli-materialize with ember-paper for styling
- Update layout of the pagination component