Skip to content

Commit 42ef949

Browse files
bump: version 2.6.0 → 2.7.0
1 parent 085995c commit 42ef949

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.7.0 (2025-08-22)
2+
3+
### Feat
4+
5+
- refactor WebElement methods to use a unified naming convention
6+
- add Response type and new bring_to_front method to Tab class
7+
- improve element interactability scripts
8+
9+
### Fix
10+
11+
- **browser**: add google-chrome-stable path for Arch Linux AUR package
12+
- run actions to fix badges
13+
- enforce combined condition logic in wait_until
14+
- **web_element**: raise WaitElementTimeout on wait_until timeout
15+
16+
### Refactor
17+
18+
- update command responses to use Response for empty responses
19+
- **webelement**: simplify wait_until condition mapping
20+
121
## 2.6.0 (2025-08-10)
222

323
### Feat

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 2.6.0
5+
version: 2.7.0

0 commit comments

Comments
 (0)