Releases: theintern/leadfoot
Releases · theintern/leadfoot
2.0.0-beta.11
Overview
This release contains logic and typing bug fixes, and some internal updates.
Bug fixes
- Don't use arrow functions in
Command.then
implementation - Use non-deprecated JSZip API (#121)
- Fix argument type for
setPageLoadTimeout
(was a string, should have been a number) (#122) - Update the
getSessionCapabilities
feature test to not assume that the platform name returned by the remote service will exactly equal the requested platform name
Other updates
2.0.0-beta.9
Overview
This release updates dependencies and typings to support TypeScript 2.4.
As of this release, the leadfoot package is published to @theintern/leadfoot.
2.0.0-beta.10
Overview
This release updates typings to better support TypeScript 2.4, and also fixes a date serialization bug in an internal cookie handling function.
2.0.0-beta.8
Overview
This release updates dependencies.
2.0.0-beta.7
Overview
This release contains bug fixes and general improvements.
- Improve whitespace normalization
- Add a test for a broken
getSessions
command - Improve Safari support
- Handle WebDriver protocol updates in recent IEDriver versions
1.7.4
1.7.3
Overview
This is a bug fix release that primarily resolves issues with older versions of Firefox and IE working properly on SauceLabs (theintern/intern#744).
1.7.2
1.7.1
Overview
This is a bug fix release.
Bugfixes and updates
- Make
findBy
reject instead of returning undefined (#101) - Improve touch detection (or lack thereof) for Chrome
- Fix geckodriver detection
- Improve support for creating sessions directly from geckodriver (vs through Selenium)
- Add a test for a broken/improper link text locator implementation
Release 1.7.0
Overview
This release includes improvements to MS Edge and Firefox 49+ support, as well as improved feature tests.