Skip to content

Releases: testing-library/playwright-testing-library

v2.2.0

30 Jul 18:43
ab87c71
Compare
Choose a tag to compare

2.2.0 (2020-07-30)

Features

  • deps: upgrade @testing-library/dom to 7.21.6 (ab87c71)

v2.1.0

09 Jul 22:57
f27e833
Compare
Choose a tag to compare

2.1.0 (2020-07-09)

Features

  • deps: update @testing-library/dom to 7.20.0 (#45) (f27e833)

v2.0.0

08 Jul 23:37
Compare
Choose a tag to compare

2.0.0 (2020-07-08)

Features

  • add support for Playwright 1.1.0+ (4b7e968)
  • deps: upgrade @testing-library/dom to 7.10.1 (53f2f55)

BREAKING CHANGES

  • drops support for Playwright <= 1.1.0

v1.2.1

02 Jun 17:02
Compare
Choose a tag to compare

1.2.1 (2020-06-02)

Bug Fixes

  • use options interface that includes selector for extend queries (9970365)

v1.2.0

01 Jun 20:36
72da0ae
Compare
Choose a tag to compare

1.2.0 (2020-06-01)

Features

  • upgrade @testing-library/dom to 7.7.3 (72da0ae)

v1.1.0

28 May 22:35
Compare
Choose a tag to compare

1.1.0 (2020-05-28)

Features

  • upgrade @testing-library/dom to 7.5.9 (6785dc4)

v1.0.0

28 May 01:01
Compare
Choose a tag to compare

1.0.0 (2020-05-28)

Bug Fixes

  • add extends support for v1.12+ (fbe69b2)
  • align puppeteer extend fn names (631dd12)
  • allow puppeteer 2.x.x peerDependency (#22) (bd84bbb)
  • better document API (9bfb092)
  • getQueriesForElement always binds (c6373c6)
  • pass regex flags too (8b577db)
  • stricter regex creation (0b6c336)
  • support desctructing for /extend context (51e7ea6), closes #4
  • support older puppeteer versions (aec552c)
  • support puppeteer 1.6.x (70ed565)
  • support puppeteer 1.7+ (73666d1)
  • support regex search on raw queries object (7c4ec82)
  • utils -> queries (9ab40e0)

Features

  • add extend export (e69a91d)
  • add getNodeText method (2104763)
  • add support for queryAll* methods (94e15dd)
  • bump to dom-testing-library v3 (3a575ad)
  • export individual methods (0f70a8f)
  • expose wait method (ad69d24)
  • expose within/getQueriesForElement (75de197)
  • initial commit (b7f34ea)
  • initial functionality (3b92e6c)
  • only support node 10 and 12 (#24) (9d9b97b)
  • update @testing-library/dom to 7 (#30) (67106ba)
  • update wait-for-expect to 1.2.x (07df394)
  • upgrade to dom-testing-library 4.x.x (4eba0d9)

BREAKING CHANGES

  • updated to new major versions of @testing-library/dom and wait-for-expect
  • drop support for node 8
    • 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

  • now using v3 of dom-testing-library
  • rename extendObjectWithTestingUtils to getQueriesForElement