Skip to content

v3.12.2

Choose a tag to compare

@tourdedave tourdedave released this 04 Sep 07:50
· 773 commits to trunk since this release
  • Code export: Added command validation and error handling to notify the user of invalid commands
  • Code export: Made the exported browser name match the current browser used for the IDE
  • Control flow: Fixed a bug in forEach that prevented nested forEach command blocks from completely executing
  • Runner: Fixed an off-by one error in forEach that prevented the last item in a collection from being used (PR #752)
  • Docs: Updated runner documentation to specify required vendor prefix for browser specific options (PR #757)
  • Docs: Fixed typo (PR #784)