Releases: emberjs/ember-qunit
Releases Β· emberjs/ember-qunit
Release 6.0.0
π₯ Breaking Change
- #972 Add support for Ember v4, drop support for < Ember 3.24 and deprecated features (@chriskrycho)
- #921 Update ember-auto-import to 2.x (@mydea)
- #931 Drop support for Node < 14 (@mydea)
π Enhancement
- #972 Add support for Ember v4, drop support for < Ember 3.24 and deprecated features (@chriskrycho)
π Bug Fix
- #912 Make sure focus related tests don't fail when the test container is hidden (@bertdeblock)
π Internal
- #914 Fix CI (@bertdeblock)
Committers: 3
- Bert De Block (@bertdeblock)
- Chris Krycho (@chriskrycho)
- Francesco Novy (@mydea)
Release 5.1.5
π Bug Fix
- #900 Remove usage of APIs removed in Ember >= 4 (@chancancode)
π Documentation
- #883 Update migration documentation to add arguments to the example migrated functions (@Oluwadamilareolusakin)
- #856 Add ember-auto-import mention to migration docs (@rwjblue)
π Internal
Committers: 5
- Godfrey Chan (@chancancode)
- Robert Jackson (@rwjblue)
- Stefan Penner (@stefanpenner)
- Tolulope Oluwadamilare Olusakin (@Oluwadamilareolusakin)
- @dependabot-preview[bot]
Release 5.1.4
π Bug Fix
- #827 Relax peer dependency minimums to [email protected] versions (@rwjblue)
Committers: 2
- Robert Jackson (@rwjblue)
Release 5.1.3
Release 5.1.2
π Bug Fix
- #804 fix: ensure "Development Mode" is full screen (@alexlafroscia)
π Documentation
π Internal
Committers: 4
- Alex LaFroscia (@alexlafroscia)
- Bryan Mishkin (@bmish)
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]
Release 5.1.1
π Bug Fix
- #790 Update to [email protected] at a minimum. (@rwjblue)
- #789 Add treeType annotation to hint test-support to ember-auto-import. (@rwjblue)
π Documentation
Committers: 3
- Isaac Lee (@ijlee2)
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]
Release 5.1.0
π Enhancement
- #786 Improve testing container visuals (prevent scrolling during tests, keep testing container in a fixed location) (@BryanCrotaz)
Committers: 1
- Bryan (@BryanCrotaz)
v5.0.0
See the V4 to V5 migration guide.
π₯ Breaking Change
- #745 Update to @ember/[email protected]. (@rwjblue)
- #741 Require host to provide testing fixture DOM elements. (@rwjblue)
- #740 Drop support for configuring via
options['ember-cli-qunit']
. (@rwjblue) - #738 / #749 / #752 / #754 / #761 Require project to provide
@ember/test-helpers
andqunit
. (@rwjblue) - #739 Drop support for Node 13. (@rwjblue)
- #737 Remove re-exports from
qunit
. (@rwjblue) - #736 Remove moduleFor* methods. (@rwjblue)
- #687 Drop ember-cli < 3.8 support (@rwjblue)
- #681 Drop Support for Ember 3.7 and below (@Turbo87)
- #609 Bump broccoli-funnel from 2.0.2 to 3.0.1 (@dependabot-preview[bot])
- #616 Drop support for Node 6 and 8 (@Turbo87)
π Enhancement
- #763 Add
fullscreencontainer
query param (similar todevmode
but does not modify test timeout) (@rohitpaulk) - #756 Add Embroider test scenario. (@rwjblue)
- #613 Use checkerboard pattern for testing container background (@Turbo87)
π Documentation
- #762 Fix typos in comments (@rohitpaulk)
- #748 Update migration guide to cover v4 -> v5. (@rwjblue)
π Bug Fix
- #758 Fix usage within applications that do not have ember-auto-import. (@rwjblue)
- #757 Correct invalid QUnit imports. (@rwjblue)
π Internal
- #750 Update to
@ember/[email protected]
minimum version. (@rwjblue) - #744 Move customized
qunit
module intovendor/
. (@rwjblue) - #747 Add
@scalvert
to contributors. (@rwjblue) - #746 Update to [email protected] blueprint. (@rwjblue)
- #743 Re-roll yarn.lock. (@rwjblue)
- #742 Remove unused
devDependencies
. (@rwjblue) - #734 Migrate to GitHub Actions. (@rwjblue)
- #679 CI: Add test scenarios for Ember 3.4, 3.8, 3.12 and 3.16 (@Turbo87)
Committers: 4
- Robert Jackson (@rwjblue)
- Tobias Bieniek (@Turbo87)
- Jan Bobisud (@bobisjan)
- Paul Kuruvilla (@rohitpaulk)
Release 5.0.0-beta.5
π Enhancement
- #763 Add
fullscreencontainer
query param (similar todevmode
but does not modify test timeout) (@rohitpaulk) - #761 Migrate to validate-peer-dependencies. (@rwjblue)
- #756 Add Embroider test scenario. (@rwjblue)
π Bug Fix
- #776 Override #qunit-fixture styling, place inside viewport (@rohitpaulk)
- #759 Tweak the annotation for
treeForAddonTestSupport
(@rwjblue)
π Documentation
- #762 Fix typos in comments (@rohitpaulk)
π Internal
Committers: 4
- Jan Bobisud (@bobisjan)
- Paul Kuruvilla (@rohitpaulk)
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]