newforms v0.13.2 Release Notes
Release Date: 2015-10-26 // over 10 years ago-
๐ฅ Breaking Changes
- Now depends on React 0.14.
๐ Changes
- โ
SelectandSelectMultipleno longer renderselectedattributes 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 aformcontext 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
processshims into browser bundles.
A false positive can result in an
Errorbeing 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