Skip to content

v0.13.2

Latest
Compare
Choose a tag to compare
@insin insin released this 26 Oct 16:06
· 6 commits to react since this release

Breaking Changes

  • Now depends on React 0.14.

Changes

  • Select and SelectMultiple no longer render selected attributes on their options, which was causing a warning message. React 0.14 now handles creating these in server-generated markup via parent context.
  • Documented that when using a custom rendering component with RenderForm, the Form instance is now available via a form context variable due to React 0.14 parent context.