Skip to content

Commit c6f81ab

Browse files
bump: version 0.5.0 → 0.5.1
1 parent ab81f0d commit c6f81ab

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.5.1 (2024-11-12)
2+
3+
### Fix
4+
5+
- simplify outer HTML retrieval for consistent object handling
6+
- refactor click method to check option tag earlier in flow
7+
- refactor bounding box retrieval to access nested response value
8+
- handle KeyError instead of IndexError for element bounds retrieval
9+
- enhance DOM command methods and rename for clarity and consistency
10+
- add JavaScript bounding box retrieval for web elements
11+
- remove redundant top-checks for element clicks in WebElement
12+
113
## 0.5.0 (2024-11-11)
214

315
### 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: 0.5.0
5+
version: 0.5.1

0 commit comments

Comments
 (0)