Releases: trurl-master/jsdom-testing-mocks
Releases · trurl-master/jsdom-testing-mocks
v1.13.1
v1.13.0
Merge pull request #56 from trurl-master/fix-version Fix version
v1.12.0
v1.11.0
Test support for @swc/jest
v1.10.0
Removes dependencies on window
during import. Thank you @sbaechler!
Remove dependency on window during import
v1.10.0-beta.0 Don't fail on non jsdom envs
v1.9.0
- Improve support for vitest
- Add
configMocks
v1.9.0-beta.0
- Remove forgotten dependencies on
jest
- Add
configMocks
v1.8.0
Added missing support for steps
easing in the WAAPI implementation
v1.7.0
Thanks to @adjsky there's less bugs in the Animation API mock 🎉
Fixes:
element.animate
will now correctly accept theid
option- when animation is cancelled it will remove itself from the list of animations associated with the element
Potentially it can break your code if you were relying on the current behaviour.