Skip to content

Commit

Permalink
Release 4.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfefferle committed Feb 24, 2022
1 parent 714eb69 commit 307058a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
45 changes: 41 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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).

#### [v4.0.0-beta.4](https://addepar/addepar/ember-table/compare/v4.0.0-beta.3...v4.0.0-beta.4)

- Add ember-try scenario for ember v4 [`#940`](https://addepar/addepar/ember-table/pull/940)
- Fixes this-property-fallback deprecations [`#938`](https://addepar/addepar/ember-table/pull/938)
- drop old guides [`#942`](https://addepar/addepar/ember-table/pull/942)
- Bump ember-test-selectors to v6 with fixed tests [`#937`](https://addepar/addepar/ember-table/pull/937)
- Fixes various small Ember Global deprecations [`#936`](https://addepar/addepar/ember-table/pull/936)
- Import and use scheduleOnce from ember/runloop [`#939`](https://addepar/addepar/ember-table/pull/939)
- Use render from ember-test-helpers [`#935`](https://addepar/addepar/ember-table/pull/935)

#### [v4.0.0-beta.3](https://addepar/addepar/ember-table/compare/v4.0.0-beta.2...v4.0.0-beta.3)

> 20 January 2022
- yarn upgrade on the 4.0 branch [`#931`](https://addepar/addepar/ember-table/pull/931)
- Update test helpers for Ember 4.0 [`#929`](https://addepar/addepar/ember-table/pull/929)
- Drop compat checks which are no longer needed [`#930`](https://addepar/addepar/ember-table/pull/930)
Expand All @@ -16,8 +28,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Replace hasBlock usage with has-block helper [`#884`](https://addepar/addepar/ember-table/pull/884)
- Fix scrollLeft error on resize before element inserted [`#932`](https://addepar/addepar/ember-table/pull/932)
- Release 4.0.0-beta.0 [`3d2cee6`](https://addepar/addepar/ember-table/commit/3d2cee6bb8b7818eac6643380e112ad6e534bc3d)
- Release 4.0.0-beta.3 [`0cf9d35`](https://addepar/addepar/ember-table/commit/0cf9d350ec8bac4fa44de0cdce4dc94c63a8b84b)
- Release 4.0.0-beta.2 [`d21c7ca`](https://addepar/addepar/ember-table/commit/d21c7ca50a826c52e535969aa4c922b9eec37f9f)
- Drop 2.8; re-enable release scenario [`535f8f1`](https://addepar/addepar/ember-table/commit/535f8f19d14f5a7142249d18a9256416698ea792)

#### [v4.0.0-beta.2](https://addepar/addepar/ember-table/compare/v4.0.0-beta.1...v4.0.0-beta.2)

Expand Down Expand Up @@ -144,13 +156,33 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Release 3.0.1 [`4a59838`](https://addepar/addepar/ember-table/commit/4a598385eb93409fd17d60a380c0602e94d741d2)
- Update README.md [`94c06dc`](https://addepar/addepar/ember-table/commit/94c06dc08308e69fb6560f8aaee0f0f8cc35f1c9)

#### [v3.0.0](https://addepar/addepar/ember-table/compare/v3.0.0-8...v3.0.0)
#### [v3.0.0](https://addepar/addepar/ember-table/compare/v3.0.0-10...v3.0.0)

> 11 February 2021
- 3.0 beta [`#831`](https://addepar/addepar/ember-table/pull/831)
- Release 3.0.0 [`3b2d151`](https://addepar/addepar/ember-table/commit/3b2d1517ce5c2e3a10c246792ae9f8067074781a)

#### [v3.0.0-10](https://addepar/addepar/ember-table/compare/v3.0.0-9...v3.0.0-10)

> 11 February 2021
- Bump `[email protected]` (official release) [`#872`](https://addepar/addepar/ember-table/pull/872)
- Release 3.0.0-10 [`fb973f6`](https://addepar/addepar/ember-table/commit/fb973f62d47d06bca1495a8195f989ab35cb2495)

#### [v3.0.0-9](https://addepar/addepar/ember-table/compare/v3.0.0-8...v3.0.0-9)

> 10 February 2021
- Bump to @html-next/vertical-collection beta [`#871`](https://addepar/addepar/ember-table/pull/871)
- Add "slack" width constraint modes [`#865`](https://addepar/addepar/ember-table/pull/865)
- Bump `ember-raf-scheduler` [`#870`](https://addepar/addepar/ember-table/pull/870)
- Re-roll yarn.lock before bumping package.json deps [`#856`](https://addepar/addepar/ember-table/pull/856)
- Upgrade ember-cli-addon-docs and friends [`#858`](https://addepar/addepar/ember-table/pull/858)
- Remove Ember 2.4 from the test matrix [`#868`](https://addepar/addepar/ember-table/pull/868)
- Remove obsolete polyfill [`#867`](https://addepar/addepar/ember-table/pull/867)
- Release 3.0.0-9 [`17d4627`](https://addepar/addepar/ember-table/commit/17d4627b503908c0cd91b0b36c1c97fbb33eb99b)

#### [v3.0.0-8](https://addepar/addepar/ember-table/compare/v3.0.0-7...v3.0.0-8)

> 3 February 2021
Expand All @@ -176,16 +208,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Add selectionMatchFunction option [`#824`](https://addepar/addepar/ember-table/pull/824)

#### [v3.0.0-5](https://addepar/addepar/ember-table/compare/v3.0.0-3...v3.0.0-5)
#### [v3.0.0-5](https://addepar/addepar/ember-table/compare/v3.0.0-4...v3.0.0-5)

> 22 January 2021
- Add vertical scroll indicators [`#854`](https://addepar/addepar/ember-table/pull/854)
- Repair license file, correct metadata [`#850`](https://addepar/addepar/ember-table/pull/850)
- Ember 2.4+ does not need the assign polyfill [`#848`](https://addepar/addepar/ember-table/pull/848)
- Release 3.0.0-5 [`803fb15`](https://addepar/addepar/ember-table/commit/803fb15f625110728416900c32ed8c52ed73a2e6)

#### [v3.0.0-4](https://addepar/addepar/ember-table/compare/v3.0.0-3...v3.0.0-4)

> 8 January 2021
- Drop IE11 support [`#849`](https://addepar/addepar/ember-table/pull/849)
- Add horizontal scroll indicator feature [`#814`](https://addepar/addepar/ember-table/pull/814)
- Release 3.0.0-5 [`803fb15`](https://addepar/addepar/ember-table/commit/803fb15f625110728416900c32ed8c52ed73a2e6)

#### [v3.0.0-3](https://addepar/addepar/ember-table/compare/v3.0.0-2...v3.0.0-3)

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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "An addon to support large data set and a number of features around table.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 307058a

Please sign in to comment.