-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,50 @@ | ||
## v5.0.0 (2020-12-04) | ||
|
||
#### :boom: Breaking Change | ||
* [#745](https://github.com/emberjs/ember-qunit/pull/745) Update to @ember/test-helpers@2.0.0. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#741](https://github.com/emberjs/ember-qunit/pull/741) Require host to provide testing fixture DOM elements. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#740](https://github.com/emberjs/ember-qunit/pull/740) Drop support for configuring via `options['ember-cli-qunit']`. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#738](https://github.com/emberjs/ember-qunit/pull/738) / [#749](https://github.com/emberjs/ember-qunit/pull/749) / [#752](https://github.com/emberjs/ember-qunit/pull/752) / [#754](https://github.com/emberjs/ember-qunit/pull/754) / [#761](https://github.com/emberjs/ember-qunit/pull/761) Require project to provide `@ember/test-helpers` and `qunit`. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#739](https://github.com/emberjs/ember-qunit/pull/739) Drop support for Node 13. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#737](https://github.com/emberjs/ember-qunit/pull/737) Remove re-exports from `qunit`. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#736](https://github.com/emberjs/ember-qunit/pull/736) Remove moduleFor* methods. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#687](https://github.com/emberjs/ember-qunit/pull/687) Drop ember-cli < 3.8 support ([@rwjblue](https://github.com/rwjblue)) | ||
* [#681](https://github.com/emberjs/ember-qunit/pull/681) Drop Support for Ember 3.7 and below ([@Turbo87](https://github.com/Turbo87)) | ||
* [#609](https://github.com/emberjs/ember-qunit/pull/609) Bump broccoli-funnel from 2.0.2 to 3.0.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) | ||
* [#616](https://github.com/emberjs/ember-qunit/pull/616) Drop support for Node 6 and 8 ([@Turbo87](https://github.com/Turbo87)) | ||
|
||
#### :rocket: Enhancement | ||
* [#786](https://github.com/emberjs/ember-qunit/pull/786) Improve testing container visuals (prevent scrolling during tests, keep testing container in a fixed location) ([@BryanCrotaz](https://github.com/bryancrotaz)) | ||
* [#763](https://github.com/emberjs/ember-qunit/pull/763) Add `fullscreencontainer` query param (similar to `devmode` but does not modify test timeout) ([@rohitpaulk](https://github.com/rohitpaulk)) | ||
* [#756](https://github.com/emberjs/ember-qunit/pull/756) Add Embroider test scenario. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#613](https://github.com/emberjs/ember-qunit/pull/613) Use checkerboard pattern for testing container background ([@Turbo87](https://github.com/Turbo87)) | ||
|
||
#### :memo: Documentation | ||
* [#762](https://github.com/emberjs/ember-qunit/pull/762) Fix typos in comments ([@rohitpaulk](https://github.com/rohitpaulk)) | ||
* [#748](https://github.com/emberjs/ember-qunit/pull/748) Update migration guide to cover v4 -> v5. ([@rwjblue](https://github.com/rwjblue)) | ||
|
||
#### :bug: Bug Fix | ||
* [#758](https://github.com/emberjs/ember-qunit/pull/758) Fix usage within applications that do not have ember-auto-import. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#757](https://github.com/emberjs/ember-qunit/pull/757) Correct invalid QUnit imports. ([@rwjblue](https://github.com/rwjblue)) | ||
|
||
#### :house: Internal | ||
* [#750](https://github.com/emberjs/ember-qunit/pull/750) Update to `@ember/[email protected]` minimum version. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#744](https://github.com/emberjs/ember-qunit/pull/744) Move customized `qunit` module into `vendor/`. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#747](https://github.com/emberjs/ember-qunit/pull/747) Add `@scalvert` to contributors. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#746](https://github.com/emberjs/ember-qunit/pull/746) Update to [email protected] blueprint. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#743](https://github.com/emberjs/ember-qunit/pull/743) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#742](https://github.com/emberjs/ember-qunit/pull/742) Remove unused `devDependencies`. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#734](https://github.com/emberjs/ember-qunit/pull/734) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue)) | ||
* [#679](https://github.com/emberjs/ember-qunit/pull/679) CI: Add test scenarios for Ember 3.4, 3.8, 3.12 and 3.16 ([@Turbo87](https://github.com/Turbo87)) | ||
|
||
#### Committers: 5 | ||
- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) | ||
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) | ||
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) | ||
- Paul Kuruvilla ([@rohitpaulk](https://github.com/rohitpaulk)) | ||
- Bryan Crotaz ([@BryanCrotaz](https://github.com/bryancrotaz)) | ||
|
||
|
||
## v5.0.0-beta.5 (2020-12-04) | ||
|
||
#### :rocket: Enhancement | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters