Releases: lariat-js/playwright
Releases · lariat-js/playwright
v2.2.0
2.2.0 (2023-12-05)
Features
- Rename package to
@lariat/playwright
(7c69101)
v2.0.1
Patch Changes
- 70ae342: Fix missing
dist
directory in published package
v2.0.0
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
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
Patch Changes
- 295ad31: Fix option types for
getByTestId
v1.4.0
Minor Changes
- fe4006f: Add support for testing library methods such as
getByText
.
v1.3.0
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
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
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
Major Changes
Minor Changes
- 7b71d4a: Change
Collection
to a default export. A deprecated named export still exists to make migration easier.