We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fb06c commit ea46da2Copy full SHA for ea46da2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v3.12.2
4
+- Code export: Added command validation and error handling to notify the user of invalid commands
5
+- Code export: Made the exported browser name match the current browser used for the IDE
6
+- Control flow: Fixed a bug in forEach that prevented nested forEach command blocks from completely executing
7
+- Runner: Fixed an off-by one error in forEach that prevented the last item in a collection from being used (PR #752)
8
+- Docs: Updated runner documentation to specify required vendor prefix for browser specific options (PR #757)
9
+- Docs: Fixed typo (PR #784)
10
+
11
## v3.12.1
12
- Fix for string escaping, to handle backslashes
13
0 commit comments