Skip to content

Commit 2bd6cdb

Browse files
authored
release: v3.7.1 (#8353)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail
1 parent 7542062 commit 2bd6cdb

File tree

4 files changed

+824
-598
lines changed

4 files changed

+824
-598
lines changed

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gitTag": true
99
},
1010
"confirm": false,
11-
"publishTag": "rc",
11+
"publishTag": "latest",
1212
"prePublishScript": "gulp test-server",
1313
"postPublishScript": ""
1414
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v3.7.1 (2024-12-18)
4+
5+
### Bug Fixes
6+
7+
* The 'click' event is raised when a draggable element was dropped. ([8250](https://github.com/DevExpress/testcafe/issues/8250))
8+
* Unable to type text in the CodeMirror editor after it was clicked. ([8321](https://github.com/DevExpress/testcafe/issues/8321))
9+
* Angular functions can work incorrectly in proxy mode. ([8221](https://github.com/DevExpress/testcafe/issues/8221))
10+
311
## TestCafe v3.7.0 Released
412

513
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.

0 commit comments

Comments
 (0)