react-dom
Advanced tools
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-*
packagesChangelog
0.14.1 (October 28, 2015)
dangerouslySetInnerHTML
with Closure Compiler Advanced modesrcLang
, default
, and kind
attributes for <track>
elementscolor
attribute.props
access on DOM nodes is updated on re-rendersscryRenderedDOMComponentsWithClass
so it works with SVG0
to be used as a timeout valuereact-dom.js
to main
to improve compatibility with tooling