2.1.0
Released Released on February 28, 2018
Bugfixes:
Prevent a bug with
node-sasson OSX + Windows when localnodeversion does not match bundlednodewhen importing components directly in spec files. The underlying issue was because we forgot to updateBuildkiteandAppveyorwhen we upgradedElectronin2.0.0. Fixes #1387 and #1390.
Features:
The Selector Playground has been updated to automatically prefer
data-cy,data-testordata-testidattributes when providing the unique selector for an element. Additionally it now exposes a public API that you can use to control how it determines which selector to use. Fixes #1135.
Documentation Changes:
Added
Selector Playground GuideAdded
Selector Playground API