Skip to content

2.0.24

Choose a tag to compare

@VassilIordanov VassilIordanov released this 19 Jun 08:53
55bf4ba

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.