Skip to content

Latest commit

 

History

History
205 lines (87 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

205 lines (87 loc) · 7.28 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.2.0 (2024-02-14)

Features

6.1.5 (2023-12-07)

Bug Fixes

6.1.4 (2023-05-09)

Bug Fixes

  • allow in template input types (058b839)

6.1.3 (2023-05-08)

6.1.2 (2022-04-22)

Bug Fixes

  • avoid erroring when reading instance in ssr mode (2f5fcc0)

6.1.1 (2022-04-22)

Bug Fixes

  • issue with instance property being read on ssr test load (7fb3398)

6.1.0 (2022-04-01)

Features

  • expose instance property from render (0fd1e22)

6.0.0 (2021-10-21)

⚠ BREAKING CHANGES

Features

  • upgrade to @testing-library/dom@8 (2760e58)

5.1.0 (2021-07-23)

Features

  • expose helper to perform action and wait for update (#13) (7cd9d12)

5.0.4 (2021-06-11)

Bug Fixes

  • improve commonjs support for ssr screen api (4ef10a3)

5.0.3 (2021-06-03)

Bug Fixes

  • use batching closer to Marko's for fireEvent (69c0d99)

5.0.2 (2021-06-02)

Bug Fixes

  • issue with resolving browser utils (fa94d16)

5.0.1 (2021-06-02)

Bug Fixes

  • don't publish tsbuildinfo (0562beb)

5.0.0 (2021-06-02)

⚠ BREAKING CHANGES

  • drop support for cleanup-after-each import, now this is the default

Features

4.1.0 (2021-04-06)

Features

  • better support @testing-library/jest-dom for ssr tests (333d860)

4.0.3 (2020-07-30)

4.0.2 (2020-05-13)

Bug Fixes

  • ignore coverage for batched uupdate fallback (68d1756)
  • regression caused by tslib update (0c740ea)

4.0.1 (2020-04-20)

Bug Fixes

  • prevent race conditions when waiting for updates from fireEvent (92fd78f)

4.0.0 (2020-04-13)

⚠ BREAKING CHANGES

Features

  • upgrade @testing-library/dom-testing-library (#7) (9b39530)

3.0.2 (2020-04-10)

Bug Fixes

  • return the result of fireEvent in our async wrapper (71fdfd1)

3.0.1 (2020-02-22)

Bug Fixes

3.0.0 (2019-10-24)

⚠ BREAKING CHANGES

Bug Fixes

  • allow Marko 3 as a peerDep and upgrade testing library deps (a6e0156)

2.1.0 (2019-10-11)

Features

  • add browser context to server tests, improve errors (e94c651)

2.0.1 (2019-08-01)

Bug Fixes

  • rerender legacy compatibility components (ad3f90b)

2.0.0 (2019-07-30)

Features

  • export our own async version of fireEvent (#3) (7ff8fbe)

BREAKING CHANGES

  • fireEvent no longer returns a boolean and instead returns a promise.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.