Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

v1.14.5-beta

Compare
Choose a tag to compare
@geof90 geof90 released this 19 Aug 22:09
· 605 commits to master since this release

Bug Fixes

  1. @CodePush decorator no longer binds lifecycle hooks if root component instance is not ES6 declared, because components declared via React.createClass have their functions autobound by default. Binding them again like how we did previously results in a warning.
  2. Fixed iOS download handler to properly handle HTTP >=400 errors and empty responses. Thanks @ymmuse!