Skip to content

Releases: trurl-master/jsdom-testing-mocks

v1.13.1

05 Aug 22:02
4ae6e7b
Compare
Choose a tag to compare

Fix a bug in resize observer disconnect.

Thanks @zzzzBov! 🎉

v1.13.0

28 Feb 18:36
78cfd7d
Compare
Choose a tag to compare
Merge pull request #56 from trurl-master/fix-version

Fix version

v1.12.0

26 Feb 21:30
Compare
Choose a tag to compare
  • Fix a bug when the callback was being called on unobserved nodes (#54)

Thanks @davidr64 for the contribution!

v1.11.0

08 Sep 19:04
946c26f
Compare
Choose a tag to compare

Test support for @swc/jest

v1.10.0

04 Sep 18:50
5a9b53b
Compare
Choose a tag to compare

Removes dependencies on window during import. Thank you @sbaechler!

Remove dependency on window during import

12 Jul 22:42
Compare
Choose a tag to compare
v1.10.0-beta.0

Don't fail on non jsdom envs

v1.9.0

09 May 21:03
684f710
Compare
Choose a tag to compare
  • Improve support for vitest
  • Add configMocks

v1.9.0-beta.0

01 May 17:41
Compare
Choose a tag to compare
v1.9.0-beta.0 Pre-release
Pre-release
  • Remove forgotten dependencies on jest
  • Add configMocks

v1.8.0

23 Apr 21:17
Compare
Choose a tag to compare

Added missing support for steps easing in the WAAPI implementation

v1.7.0

08 Jan 22:45
Compare
Choose a tag to compare

Thanks to @adjsky there's less bugs in the Animation API mock 🎉

Fixes:

  • element.animate will now correctly accept the id 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.