Skip to content

Commit

Permalink
Release 3.0.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
twokul committed Aug 7, 2020
1 parent 17bab00 commit 2aaaa11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ 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).

#### [v3.0.0-2](https://github.com/Addepar/ember-table/compare/v3.0.0-1...v3.0.0-2)

> 7 August 2020
- Bump `ember-cli-sass` to `10` [`#829`](https://github.com/Addepar/ember-table/pull/829)

#### [v3.0.0-1](https://github.com/Addepar/ember-table/compare/v3.0.0-0...v3.0.0-1)

> 7 August 2020
- Release 3.0.0-1 [`0612459`](https://github.com/Addepar/ember-table/commit/061245939c0d555cf26cc208af991ac93cf5255d)

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

> 7 August 2020
Expand Down Expand Up @@ -298,7 +306,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Merge pull request #515 from Addepar/andy/tree-observer [`#514`](https://github.com/Addepar/ember-table/issues/514)
- only destroy children when they are nodes [`43ceb0e`](https://github.com/Addepar/ember-table/commit/43ceb0ed1799897d8298857be39228cc59b35efa)
- [refactor] Use position: sticky; for fixed headers/footers/columns [`6c9b8a4`](https://github.com/Addepar/ember-table/commit/6c9b8a4d96a13f74371044eda43f9968f74d4ffc)
- tree-table tree argument is now nullable [`3abad7e`](https://github.com/Addepar/ember-table/commit/3abad7ed8b9331aa8c3b401de0a37083a51b8787)
- add tests [`f9dbff6`](https://github.com/Addepar/ember-table/commit/f9dbff6a56a2752e5745841c87d2f5c49cb5f8b1)

#### [v2.0.0-alpha.2](https://github.com/Addepar/ember-table/compare/v0.9.2...v2.0.0-alpha.2)

Expand Down Expand Up @@ -535,5 +543,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix issue when selection is set without content [`#18`](https://github.com/Addepar/ember-table/pull/18)
- Remove Underscore dependency [`#15`](https://github.com/Addepar/ember-table/pull/15)
- better docs, gh_pages and code cleanup [`e7ffeb5`](https://github.com/Addepar/ember-table/commit/e7ffeb5a8995d94a843be48e8512250bd9e49bdc)
- initial commit [`029a624`](https://github.com/Addepar/ember-table/commit/029a62413ae1d8393f0bcda4b69c0fa423146eda)
- Update to ember 1.0.0. [`9aa76c5`](https://github.com/Addepar/ember-table/commit/9aa76c5fca49f5367f34ae39ef6085cf94bf9f21)
- table refactor and componentization [`c1c359a`](https://github.com/Addepar/ember-table/commit/c1c359a3b31df4e5bc4f543221b7e771d5b7b803)
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": "3.0.0-1",
"version": "3.0.0-2",
"description": "An addon to support large data set and a number of features around table.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2aaaa11

Please sign in to comment.