All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.2.0 (2024-02-14)
6.1.5 (2023-12-07)
- bump jsdom version (abb8ef9)
6.1.4 (2023-05-09)
- allow in template input types (058b839)
6.1.3 (2023-05-08)
6.1.2 (2022-04-22)
- avoid erroring when reading instance in ssr mode (2f5fcc0)
6.1.1 (2022-04-22)
- issue with instance property being read on ssr test load (7fb3398)
6.1.0 (2022-04-01)
- expose instance property from render (0fd1e22)
6.0.0 (2021-10-21)
- upgrade to @testing-library/dom@8 (2760e58)
5.1.0 (2021-07-23)
5.0.4 (2021-06-11)
- improve commonjs support for ssr screen api (4ef10a3)
5.0.3 (2021-06-03)
- use batching closer to Marko's for fireEvent (69c0d99)
5.0.2 (2021-06-02)
- issue with resolving browser utils (fa94d16)
5.0.1 (2021-06-02)
- don't publish tsbuildinfo (0562beb)
5.0.0 (2021-06-02)
- drop support for
cleanup-after-each
import, now this is the default
4.1.0 (2021-04-06)
- better support @testing-library/jest-dom for ssr tests (333d860)
4.0.3 (2020-07-30)
4.0.2 (2020-05-13)
4.0.1 (2020-04-20)
- prevent race conditions when waiting for updates from fireEvent (92fd78f)
4.0.0 (2020-04-13)
3.0.2 (2020-04-10)
- return the result of fireEvent in our async wrapper (71fdfd1)
3.0.1 (2020-02-22)
3.0.0 (2019-10-24)
- @testing-library/dom has been upgraded, see https://github.com/testing-library/dom-testing-library/releases/tag/v6.0.0
- allow Marko 3 as a peerDep and upgrade testing library deps (a6e0156)
2.1.0 (2019-10-11)
- add browser context to server tests, improve errors (e94c651)
2.0.1 (2019-08-01)
- rerender legacy compatibility components (ad3f90b)
2.0.0 (2019-07-30)
- fireEvent no longer returns a boolean and instead returns a promise.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.