Skip to content

Commit

Permalink
release 3.5.11 (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 1, 2024
1 parent 79d9897 commit 1a9f3be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 3.5.11

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ *Features*
* feat: other locators from playwright (#4090) - by @KobeNguyenT
* CodeceptJS - Playwright now supports other locators like
* React (https://playwright.dev/docs/other-locators#react-locator),
* Vue (https://playwright.dev/docs/other-locators#vue-locator)
![Vue Locators](https://github.com/codeceptjs/CodeceptJS/assets/7845001/841e9e54-847b-4326-b95f-f9406955a3ce)
![Example](https://github.com/codeceptjs/CodeceptJS/assets/7845001/763e6788-143b-4a00-a249-d9ca5f0b2a09)

🐛 *Bug Fixes*
* fix: step object is broken when step arg is a function (#4092) - by @KobeNguyenT
* fix: step object is broken when step arg contains joi object (#4084) - by @KobeNguyenT
* fix(expect helper): custom error message as optional param (#4082) - by @KobeNguyenT
* fix(puppeteer): hide deprecation info (#4075) - by @KobeNguyenT
* fix: seeattributesonelements throws error when attribute doesn't exist (#4073) - by @KobeNguyenT
* fix: typo in agrs (#4077) - by @KobeNguyenT
* fix: retryFailedStep is disabled for non tryTo steps (#4069) - by @KobeNguyenT
* fix(typings): scrollintoview complains scrollintoviewoptions (#4067) - by @KobeNguyenT

📖 *Documentation*
* fix(docs): some doc blocks are broken (#4076) - by @KobeNguyenT
* fix(docs): expect docs (#4058) - by @KobeNguyenT

## 3.5.10

❤️ Thanks all to those who contributed to make this release! ❤️
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeceptjs",
"version": "3.5.10",
"version": "3.5.11",
"description": "Supercharged End 2 End Testing Framework for NodeJS",
"keywords": [
"acceptance",
Expand Down

0 comments on commit 1a9f3be

Please sign in to comment.