This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
Releases: dojo/test-extras
Releases · dojo/test-extras
Release 0.2.1
⚠️ Breaking Changes
✅ Fixes
- Fix a bug with
findKey
, add tests, and update i18n version (#85)
👍 Enhancements
-
Add
byKey
versions of vdom selection utilities (#82) -
Compare the DNode classes property based on presence of unique classes (#81)
Details
Resolves #78
-
Updating to use loader from grunt-dojo2 and tslib from shim (#77)
Details
-
Updating to use loader from grunt-dojo2 and tslib from shim
-
Updating to importHelpers
-
-
Upgrade dojo dependencies (#86)
-
Commit
package-lock.json
Release 0.2.0
Breaking Changes
-
Update harness to use integrated vdom from widget-core (#70)
Details
- Also provides enhanced messages when render fails
- Provides cleaner generics as well when using
harness
New Features
Fixes
Release 2.0.0 Beta3 2
Updates
- Update tag for @dojo dependencies
Release 2.0.0 Beta3 1
Updates
- Update for latest widget core (#64)
Release 2.0.0 Beta2 3
Fixes
- Ignore
defaultRegistry
inassertRender()
(#63)
Release 2.0.0 Beta2 2
Release 2.0.0 Beta2 1
Release 2.0.0 Alpha 4
Release 2.0.0 Alpha 3
Release 2.0.0 Alpha 2
- Use
@dojo/widget-core@beta1
(#36, #21) - Add
key
to .sendEvent() (#35, #22) - Allow custom comparisons of property values (#33, #32)
- Remove unnecessary logic for children from
support/assertRender()
(#31, #32) - Support find nodes via key and add
harness.callListener()
(#24, #23)- This includes a breaking change in that the virtual DOM modification helpers have been migrated to
support/d
- This includes a breaking change in that the virtual DOM modification helpers have been migrated to
- Improvements to
support/loadJsdom
(#29, #27, #11, #10) - Add support for
support/assertRender()
options (#20)