Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

v1.14.1

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 18 Aug 16:02
· 206 commits to master since this release

Fixes and Enhancements

  • πŸ†• New component: <Control.password /> which creates an <input type="password" /> component! #739
  • RRF now uses PureComponent, which was introduced in React 15.3.0 (released many months back). If, for some reason, you depend on an older version of React (especially 0.14.0), please stay with RRF 1.14.0.
  • onUpdate and onChange are no longer called when the form first loads. This was considered a bug and should not be a breaking change. #907