2.0.24
Bug fixes:
#382: Fix bug in getDerivedStateFromProps (#656)
Bug was introduced in commit bc8b7b2.
Framework improvements:
Change default browser for remote testing to Chrome 67.0 (#655)
Also maximize the browser window so we can see what's going on.
Fix API promise handling (#659)
Make sure fetchData returns a promise on all Pages.
Use the actual promise returned by fetchData instead of a global singleton in the API.