Skip to content

Releases: testing-library/pptr-testing-library

v0.8.0

07 Mar 17:51
761f120
Compare
Choose a tag to compare

v0.8.0 (2024-03-07)

BREAKING CHANGE

  • drop support node <20 and puppeteer <17

v0.7.0

02 Dec 19:54
860106b
Compare
Choose a tag to compare

v0.7.0 (2021-12-02)

BREAKING CHANGE

  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

v0.6.5

25 May 22:52
Compare
Choose a tag to compare

v0.6.5 (2021-05-25)

  • feat: update dom-testing-library dependency (f3ec836)
  • fix: support newer puppeteer (3024b17)
  • docs: use vanity URL for Discord (31c168e)
  • docs: add *ByRole methods (d73ba1f)
  • chore: use npm instead of yarn (#47) (156d45c), closes #47
  • chore: update puppeteer peerDependency to * (909402c)
  • chore: replace travis with github actions (#53) (484ef24), closes #53
  • chore: switch to esbuild (963b6e8)
  • chore(ci): use main branch for CI (1ec4db0)

v0.6.4

18 Aug 22:54
Compare
Choose a tag to compare

v0.6.4 (2020-08-18)

  • feat: enable nested RegExp options (fe290fc)
  • feat: upgrade @testing-library/dom (9ddbd4c)
  • feat: add find* queries (#44) (3b90b33), closes #44
  • tests: options interface that includes selector for extend queries (#43) (a1c99b6), closes #43

v0.6.3

07 Aug 16:59
Compare
Choose a tag to compare

v0.6.3 (2020-08-07)

  • feat: also expose waitFor (d58d17a)

v0.6.2

07 Aug 16:38
4e077c8
Compare
Choose a tag to compare

v0.6.2 (2020-08-07)

  • feat: export configure function with data-testid override (#39) (4e077c8), closes #39
  • feat: support puppeteer v5 (20f45f9)
  • chore: do not fail for missing pptr types (950c30f)
  • chore(deps): bump lodash from 4.17.15 to 4.17.19 (#37) (771d327), closes #37

v0.6.1

10 Jul 14:20
c7427b1
Compare
Choose a tag to compare

v0.6.1 (2020-07-10)

v0.6.0

22 May 21:41
Compare
Choose a tag to compare

v0.6.0 (2020-05-22)

  • feat: update @testing-library/dom to 7 (#30) (67106ba), closes #30
  • fix: support regex search on raw queries object (7c4ec82)
  • refactor: define getQueriesForElement functions using Array of keys (#28) (a54843e), closes #28
  • chore(ci): run tests on latest node stable release (#26) (7d9b33d), closes #26
  • chore(deps): update to scoped rollup packages (#29) (ff5e32b), closes #29
  • chore(deps): update typescript to v3 (#27) (2a920e1), closes #27
  • chore(deps): update rollup to 2 (#25) (9ba557c), closes #25

BREAKING CHANGE

  • updated to new major versions of @testing-library/dom and wait-for-expect

v0.5.0

11 Mar 03:30
Compare
Choose a tag to compare

v0.5.0 (2020-03-11)

  • feat: only support node 10 and 12 (#24) (9d9b97b), closes #24
  • fix: allow puppeteer 2.x.x peerDependency (#22) (bd84bbb), closes #22
  • chore: remove unnecessary yarn.lock deps (c4911f3)
  • chore(deps): update jest to 25 (#23) (3d1c5cf), closes #23
  • chore(deps): bump handlebars from 4.1.2 to 4.5.3 (#21) (f43a726), closes #21
  • chore(deps): bump extend from 3.0.1 to 3.0.2 (#19) (068bd73), closes #19
  • chore(deps): bump merge from 1.2.0 to 1.2.1 (#18) (05f2d4f), closes #18
  • chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#17) (c921929), closes #17
  • chore(deps): bump lodash from 4.17.10 to 4.17.14 (#16) (12654e5), closes #16
  • chore(deps): bump handlebars from 4.0.11 to 4.1.2 (#15) (3bfdb5a), closes #15
  • chore(deps): bump js-yaml from 3.12.0 to 3.13.1 (#14) (8b83125), closes #14

BREAKING CHANGE

  • drop support for node 8

v0.4.0

23 May 17:17
Compare
Choose a tag to compare

v0.4.0 (2019-05-23)

  • feat: update wait-for-expect to 1.2.x (07df394)
  • feat: upgrade to dom-testing-library 4.x.x (4eba0d9)
  • fix: support older puppeteer versions (aec552c)
  • fix: add extends support for v1.12+ (fbe69b2)
  • tests: elide stack in error snapshot assertion (f3be6ce)
  • tests: use yarn to add puppeteer test version (ca635f6)
  • tests: add test for wait (2d525b3)
  • tests: add pptr test matrix (dd5f4ae)

BREAKING CHANGE

    • getBy and findBy throw on multiple matches
  • *ByValue functions removed
  • *BySelectText functions removed

See https://github.com/testing-library/dom-testing-library/releases/tag/v4.0.0