newforms v0.13.2 Release Notes

Release Date: 2015-10-26 // over 8 years ago
  • ๐Ÿ’ฅ 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.

Previous changes from v0.12.1

  • ๐Ÿ› Bug Fixes

    • ๐Ÿ”„ Changed method of detecting if we're running in the browser to avoid false positives when browserify/webpack insert process shims into browser bundles.

    A false positive can result in an Error being thrown when validating a client-side FormSet (#75)