Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.0] - 2017-05-17 - Ember v2.X.X
### Added
- Adds ability to set column filter/sort independently.

### Changed
- Upgrades ember-power-select to 1.4.3, may require refactoring of `class` to `triggerClass` if applicable.
- Upgrade ember and ember-cli to 2.10.0

### Fixed

## [0.1.0] - 2016-08-31 - Ember pre v1.13.10
### Added
- Initial base version built to support JSON API v1.0.
Expand All @@ -14,14 +24,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add subcomponent to change the table limit/count.
- Setup `autoHide` computed property to conditionally hide the limit dropdown if the results are smaller than the smallest pagination limit.
- Adds ability to persist data across transitions, setting `persistFiltering: true` and sharing the `filter`/`sort` properties with a controller/service.
- Adds ability to set column filter/sort independently.

### Changed
- Update legacy name references in README.md.
- Removed ember-canary from ember-try testing scenarios.
- Removed ember-beta from ember-try testing scenarios.
- Upgrades ember-power-select to 1.4.3, may require refactoring of `class` to `triggerClass` if applicable.
- Upgrade ember and ember-cli to 2.10.0

### Fixed
- Fix erring ember try in ember-canary, properly remove component element wrapper.
Expand Down