This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
v1.14.1
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
andonChange
are no longer called when the form first loads. This was considered a bug and should not be a breaking change. #907