Changelog
0.14.7 (January 28, 2016)
<option>
tags when using dangerouslySetInnerHTML
setState
in componentWillMount
when using shallow renderingChangelog
0.14.6 (January 6, 2016)
fbjs
dependency to pick up change affecting handling of undefined document.Changelog
0.14.5 (December 29, 2015)
Changelog
0.14.4 (December 29, 2015)
autoCapitalize
and autoCorrect
props are now set as attributes in the DOM instead of properties to improve cross-browser compatibility<select>
elements not handling updates properly.printDOM()
Changelog
0.14.3 (November 18, 2015)
nonce
attribute for <script>
and <style>
elementsreversed
attribute for <ol>
elementsreact-dom-server.js
to expose renderToString
and renderToStaticMarkup
for usage in the browserChangelog
0.14.2 (November 2, 2015)
integrity
attributechildren
prop being coerced to a string for custom elements, which was not the desired behaviorreact
from dependencies
to peerDependencies
to match expectations and align with react-addons-*
packages