Update Jun 8, 2026 tracked by Updatify
15.3.0 (July 29, 2016)
React
-
Add
React.PureComponent- a new base class to extend, replacingreact-addons-pure-render-mixinnow that mixins don’t work with ES2015 classes. (@sophiebits in #7195) -
Add new warning when modifying
this.props.children. (@jimfb in #7001) - Fixed issue with ref resolution order. (@gaearon in #7101)
- Warn when mixin is undefined. (@swaroopsm in #6158)
- Downgrade “unexpected batch number” invariant to a warning. (@sophiebits in #7133)
-
Validate arguments to
oneOfandoneOfTypePropTypes sooner. (@troydemonbreun in #6316) - Warn when calling PropTypes directly. (@Aweary in #7132, #7194)
- Improve warning when using Maps as children. (@keyanzhang in #7260)
-
Add additional type information to the
PropTypes.elementwarning. (@alexzherdev in #7319) -
Improve component identification in no-op
setStatewarning. (@keyanzhang in #7326)
React DOM
- Fix issue with nested server rendering. (@Aweary in #7033)
-
Add
xmlns,xmlnsXlinkto supported SVG attributes. (@salzhrani in #6471) -
Add
referrerPolicyto supported HTML attributes. (@Aweary in #7274) -
Fix issue resulting in
<input type="range">initial value being rounded. (@troydemonbreun in #7251)
React Test Renderer
-
Initial public release of package allowing more focused testing. Install with
npm install react-test-renderer. (@sophiebits in #6944, #7258, @iamdustan in #7362)
React Perf Add-on
- Fix issue resulting in excessive warnings when encountering an internal measurement error. (@sassanh in #7299)