newforms v0.13.2 Release Notes
Release Date: 2015-10-26 // over 9 years ago-
๐ฅ Breaking Changes
- Now depends on React 0.14.
๐ Changes
- โ
Select
andSelectMultiple
no longer renderselected
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 aform
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-sideFormSet
(#75) - ๐ Changed method of detecting if we're running in the browser to avoid false
positives when browserify/webpack insert