Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 31, 2019
1 parent eeccff6 commit f810830
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.0](https://github.com/Addepar/ember-table/compare/v2.0.0...v2.1.0)

> 31 July 2019
- [CHORE] Use release-it for releases [`#751`](https://github.com/Addepar/ember-table/pull/751)
- [DOCS] Add Changelog.md [`#750`](https://github.com/Addepar/ember-table/pull/750)
- [TESTS] footer page object extends body page object [`#749`](https://github.com/Addepar/ember-table/pull/749)
- [BUG] Fix cases where manual selection includes unrendered or no… [`#748`](https://github.com/Addepar/ember-table/pull/748)
- [DOCS] Test clicking on snippets links on docs pages [`#746`](https://github.com/Addepar/ember-table/pull/746)
- [FEAT] enable fillMode to support an nth-column option [`#635`](https://github.com/Addepar/ember-table/pull/635)
- move addon to dependencies [`#742`](https://github.com/Addepar/ember-table/pull/742)
- [DOCS] Update readme to add link to online docs [`#739`](https://github.com/Addepar/ember-table/pull/739)
- [DOCS] Miscellaneous small fixes [`#738`](https://github.com/Addepar/ember-table/pull/738)
- Add `setupAllRowMeta`, `mapSelectionToMeta` to CollapseTree [`#747`](https://github.com/Addepar/ember-table/issues/747)
- enable fillMode to support an nth-column option [`3861c1e`](https://github.com/Addepar/ember-table/commit/3861c1ea6ea8769a4ec761f8e17f4e3bfa693a2a)
- Add failing tests for #747 [`d2ea37e`](https://github.com/Addepar/ember-table/commit/d2ea37ecf7531f9019ba72f954317e6f652b693b)
- Update readme and release-it config [`eeccff6`](https://github.com/Addepar/ember-table/commit/eeccff60c7318e9672c4373878cccf1ec188251d)

#### [v2.0.0](https://github.com/Addepar/ember-table/compare/v2.0.0-beta.9...v2.0.0)

> 23 July 2019
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-table",
"version": "2.0.0",
"version": "2.1.0",
"description": "An addon to support large data set and a number of features around table.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f810830

Please sign in to comment.