Skip to content

Releases: lariat-js/playwright

v2.2.0

05 Dec 03:41
7c69101
Compare
Choose a tag to compare

2.2.0 (2023-12-05)

Features

  • Rename package to @lariat/playwright (7c69101)

v2.0.1

31 Jan 18:54
3c2b7e5
Compare
Choose a tag to compare

Patch Changes

  • 70ae342: Fix missing dist directory in published package

v2.0.0

30 Jan 15:08
e728d81
Compare
Choose a tag to compare

Major Changes

  • 5d56e2d: Update package to use exports to conditionally export ESM and
    CommonJS bundles. ESM is preferred and the CommonJS bundles will be deprecated
    eventually.

v1.5.0

25 Jan 20:21
6f0cd8e
Compare
Choose a tag to compare

Minor Changes

  • ead94a5: Update to use @playwright/test as a peer dependency. This should
    resolve the problem when updating Playwright versions of also having to update
    playwright-core.

v1.4.1

21 Nov 16:13
0bda92c
Compare
Choose a tag to compare

Patch Changes

  • 295ad31: Fix option types for getByTestId

v1.4.0

21 Nov 15:06
f6ca172
Compare
Choose a tag to compare

Minor Changes

  • fe4006f: Add support for testing library methods such as getByText.

v1.3.0

15 Feb 22:36
aec006b
Compare
Choose a tag to compare

Minor Changes

  • d44a0fd: Add has option to Collection.el() to filter by text using the
    has locator option introduced in Playwright 1.19.

v1.2.0

20 Jan 19:04
33a11f3
Compare
Choose a tag to compare

Minor Changes

  • e7a7733: Add hasText option to Collection.el() to filter by text using the hasText locator option introduced in Playwright 1.18.

Patch Changes

  • 7233236: Remove deprecated named Collection export.
  • 862133d: Update dependencies to Playwright 1.18.

v1.1.0

02 Dec 15:21
ba6f7f4
Compare
Choose a tag to compare

Minor Changes

  • e5ca566: Add support for frame locators! Refer to the readme for more details about how to use frame locators in your collections.

v1.0.0

18 Nov 15:25
4cf5518
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 7b71d4a: Change Collection to a default export. A deprecated named export still exists to make migration easier.