Releases: AgeOfLearning/aofl
Releases · AgeOfLearning/aofl
v3.13.1
v3.13.0
[Added]
[Changed]
- @aofl/wdio: Updated wdio to v7
[Deprecated]
[Removed]
- @aofl/wdio: Removed browser.takeScreenshot() in default preset
[Fixed]
[Security]
Compare to v3.12.0 - 2021-02-25
v3.12.0
[Added]
[Changed]
- @aofl/wdio: Updated wdio to v6, added support for additional onWorkerStart hook
[Deprecated]
[Removed]
[Fixed]
[Security]
v3.11.1 - @aofl/wdio fixes
[Added]
[Changed]
[Deprecated]
[Removed]
[Fixed]
- @aofl/wdio: fixed isExisting command to return true/false, even in the case of a reference error on the element
[Security]
Compare
V3.11.0
[Added]
- @aofl/wdio - isDisplayed, isDisplayedInViewport, isEnabled, isEqual, isSelected, selectByAttribute, selectByIndex, selectByVisible, scrollIntoView, isClickable, waitForClickable, waitForEnabled, waitForDisplayed
[Changed]
[Deprecated]
[Removed]
[Fixed]
- issue with chrome failing to start because of sandbox mode on travis-ci for merge requests
[Security]
Compare - 2020-09-01
v3.10.0
[Added]
[Changed]
- @aofl/cli - source - only runs when git status is clean
- @aofl/cli - source - more debug logs and does not run install in the package's folder
- @aofl/cli - conclude - checks for other packages installed from the submodule and exits if finds any
- @aofl/cli - conclude - only runs if git status is clean
[Deprecated]
[Removed]
[Fixed]
[Security]
v3.9.0
[v3.9.0](https://github.com/AgeOfLearning/aofl/compare/v3.8.1...v3.9.0) - 2020-05-15
[Added]
- @aofl/cli - init will invoke `postinit` script
- @aofl/wdio - testing bot and crossbrowser support
[Changed]
[Deprecated]
[Removed]
- @aofl/router - removed forceReload option and can't navigate to current route restriction
[Fixed]
- @aofl/cache-manager - fixed cannot read property 't' of null when keys expire.
[Security]