Skip to content

Commit

Permalink
release: v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMor25 committed Dec 18, 2024
1 parent 7542062 commit a2287dc
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gitTag": true
},
"confirm": false,
"publishTag": "rc",
"publishTag": "latest",
"prePublishScript": "gulp test-server",
"postPublishScript": ""
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v3.7.1 (2024-12-18)

### Bug Fixes

* The 'click' event is raised when a draggable element was dropped. ([8250](https://github.com/DevExpress/testcafe/issues/8250))
* Unable to type text in the CodeMirror editor after it was clicked. ([8321](https://github.com/DevExpress/testcafe/issues/8321))
* Angular functions can work incorrectly in proxy mode. ([8221](https://github.com/DevExpress/testcafe/issues/8221))

## TestCafe v3.7.0 Released

The TestCafe v3.7.0 update includes the capability to use `Metadata` as an interface, `esm` configuration file option, and a number of bug fixes.
Expand Down
Loading

0 comments on commit a2287dc

Please sign in to comment.