From 0da2dbfbbbf0b1a9d3681844d8b901f49d9a5d2a Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 4 Dec 2020 12:39:32 -0500 Subject: [PATCH] Release 5.0.0-beta.5 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7fad36..c9189fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## v5.0.0-beta.5 (2020-12-04) + +#### :rocket: Enhancement +* [#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)) +* [#761](https://github.com/emberjs/ember-qunit/pull/761) Migrate to validate-peer-dependencies. ([@rwjblue](https://github.com/rwjblue)) +* [#756](https://github.com/emberjs/ember-qunit/pull/756) Add Embroider test scenario. ([@rwjblue](https://github.com/rwjblue)) + +#### :bug: Bug Fix +* [#776](https://github.com/emberjs/ember-qunit/pull/776) Override #qunit-fixture styling, place inside viewport ([@rohitpaulk](https://github.com/rohitpaulk)) +* [#759](https://github.com/emberjs/ember-qunit/pull/759) Tweak the annotation for `treeForAddonTestSupport` ([@rwjblue](https://github.com/rwjblue)) + +#### :memo: Documentation +* [#762](https://github.com/emberjs/ember-qunit/pull/762) Fix typos in comments ([@rohitpaulk](https://github.com/rohitpaulk)) + +#### :house: Internal +* [#760](https://github.com/emberjs/ember-qunit/pull/760) Remove QUnit shim ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 4 +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) +- Paul Kuruvilla ([@rohitpaulk](https://github.com/rohitpaulk)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + ## v5.0.0-beta.4 (2020-09-16) #### :bug: Bug Fix diff --git a/package.json b/package.json index 4bfeb88d..12af66b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-qunit", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "description": "QUnit helpers for testing Ember.js applications", "keywords": [ "ember-addon"