Releases: emberjs/ember-test-helpers
Releases · emberjs/ember-test-helpers
v1.5.0
v1.4.0
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 3
v1.3.2
v1.3.0
🚀 Enhancement
- #543 Add deprecation for this.$ in rendering tests (@simonihmig)
Committers: 1
- Simon Ihmig (@simonihmig)
v1.2.1
v1.2.0
v1.2.0 (2019-01-26)
🚀 Enhancement
- #540 Adds
setupOnerror
utility to allow patchingEmber.onerror
in individual tests (@scalvert) - #505 Update dependency on ember-cli-htmlbars-inline-precompile to ^2.1.0. (@rwjblue)
🐛 Bug Fix
- #541 Fix issues around
Ember.$
deprecation. (@rwjblue) - #465 Ensure
typeIn
has correct key option (@mydea)
📝 Documentation
Committers: 4
v1.1.0
🚀 Enhancement
🐛 Bug Fix
- #497 Only customize RSVP's async for Ember older than 1.7. (@rwjblue)
- #481 Allow ember-cli-htmlbars-inline-precompile 2.x and 1.x (@mydea)
🏠 Internal
- #491 TravisCI: Remove deprecated
sudo: false
option (@Turbo87) - #480 Extract Prettier configuration to .prettierrc.js file. (@rwjblue)
- #463 Improve type declarations (@Turbo87)
Committers: 4
v0.7.26
CHANGELOG
🚀 Enhancement
- #410 Use
assign
instead of deprecatedmerge
. (@wagenet) - #397 Add
typeIn
helper to triggerkeyup
,keypress
andkeyup
events when filling inputs. (@mfeckie) - #398 Add options to
click
,doubleClick
, andtap
. (@BryanCrotaz) - #387 Update
buildMouseEvent
to useMouseEvent
constructor if it is present. (@ggayowsky) - #391 Add numbers to
keyFromKeyCode
. (@localpcguy) - #392 Include selector in
waitFor()
's default timeout message. (@gabrielgrant) - #382 Add
doubleClick
helper. (@mmun)
🐛 Bug Fix
- #413 Clear requests array when tearing down. (@hjdivad)
- #404 Fix
getRootElement
failing whenApplication.rootElement
is an element. (@apellerano-pw)
📝 Documentation
- #408 Update
setupApplicationContext
documentation. (@vitch) - #340 Add some specific documentation for uploading files. (@jrjohnson)
- #396 docs(api): try fixing
getSettledState
list. (@knownasilya) - #199 Replace hard-coded guides link with /current. (@acorncom)
- #386 Fix
waitFor
return value documentation. (@pcambra)
🏠 Internal
Committers: 15
- Andrew Pellerano (apellerano-pw)
- Bryan (BryanCrotaz)
- David Baker (acorncom)
- David J. Hamilton (hjdivad)
- Gabriel Grant (gabrielgrant)
- Ilya Radchenko (knownasilya)
- Jonathan Johnson (jrjohnson)
- Kelvin Luck (vitch)
- Martin Feckie (mfeckie)
- Martin Muñoz (mmun)
- Mike Behnke (localpcguy)
- Pedro (pcambra)
- Peter Wagenet (wagenet)
- Robert Jackson (rwjblue)
- ggayowsky
v0.7.25
💥 Breaking Change
- #384 Prevent
click
from triggering events on disabled form elements. (@kellyselden)
🚀 Enhancement
🐛 Bug Fix
- #384 Prevent
click
from triggering events on disabled form elements. (@kellyselden)
🏠 Internal
Committers: 3
- Kelly Selden (kellyselden)
- Robert Jackson (rwjblue)
- Tobias Bieniek (Turbo87)