Skip to content

Releases: Grunet/keyboard-testing-library

v3.0.3

03 Apr 05:41
Compare
Choose a tag to compare

3.0.3 (2022-04-03)

Bug Fixes

  • use userEvent instead of fireEvent for all keyboard actions (3ca1853)

v3.0.2

02 Feb 04:05
Compare
Choose a tag to compare

3.0.2 (2022-02-02)

Bug Fixes

  • readme.md: remove confusing language from recent readme change (0fcff5b)

v3.0.1

02 Feb 03:59
Compare
Choose a tag to compare

3.0.1 (2022-02-02)

Bug Fixes

  • readme.md: small change to trigger publish to npm that the previous docs commit didn't (4f9c1d8)

v3.0.0

01 Feb 05:08
Compare
Choose a tag to compare

3.0.0 (2022-02-01)

Bug Fixes

  • use verbosity instead of level to avoid confusion with log settings (f4d5b89)

Features

  • updating exported methods to be async (3bc117c)

BREAKING CHANGES

  • Renames setLogLevel to setLogVerbosity
  • All exported methods now return Promises

v2.0.5

29 Nov 04:31
Compare
Choose a tag to compare
v2.0.5 Pre-release
Pre-release

2.0.5 (2021-11-29)

Bug Fixes

  • depsadapter.ts: remove CJS/ESM import/require mismatch warning code (36175e9)
  • package.json: try fix file copy bug on Linux (aed9895)

v2.0.4

28 Nov 02:05
Compare
Choose a tag to compare
v2.0.4 Pre-release
Pre-release

2.0.4 (2021-11-28)

Bug Fixes

  • formatter.ts: fix usage of prettyDOM and its fallback logic (8cc32f4)

v2.0.3

27 Nov 20:17
Compare
Choose a tag to compare
v2.0.3 Pre-release
Pre-release

2.0.3 (2021-11-27)

Bug Fixes

  • depsadapter.ts: swallowing errors without a code (7c3f2d7)

v2.0.2

27 Nov 18:45
Compare
Choose a tag to compare
v2.0.2 Pre-release
Pre-release

2.0.2 (2021-11-27)

Bug Fixes

  • depsadapter.ts: reduce indirection of dependency imports (0700570)

v2.0.1

03 Jun 19:02
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

2.0.1 (2021-06-03)

Bug Fixes

  • depsadapter.ts: fix the default import of userEvent in the ESM distribution (31bc041)
  • append JS file extensions in import statements required for ESM distribution to work (b7450d2)

v2.0.0

03 Jun 01:36
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

2.0.0 (2021-06-03)

Bug Fixes

  • depsadapter.ts: fix copy-paste error in the console warning (4a4b35a)

Features

  • index.ts: switch final export to be default instead of named (6b2f3a3)

BREAKING CHANGES

  • index.ts: All imports of keyboardOnlyUserEvent will need to move it to being a default import
    instead of a named one