16.8.5
16.8.5 (March 22, 2019)
React DOM
- Don't set the first option as selected in select tag with
sizeattribute. (@kulek1 in #14242) - Improve the
useEffect(async () => ...)warning message. (@gaearon in #15118) - Improve the error message sometimes caused by duplicate React. (@jaredpalmer in #15139)
React DOM Server
React Shallow Renderer
- Fix
setStatein shallow renderer to work with Hooks. (@gaearon in #15120) - Fix shallow renderer to support
React.memo. (@aweary in #14816) - Fix shallow renderer to support Hooks inside
forwardRef. (@eps1lon in #15100)
Artifacts
- react: https://unpkg.com/[email protected]/umd/
- react-art: https://unpkg.com/[email protected]/umd/
- react-dom: https://unpkg.com/[email protected]/umd/
- react-is: https://unpkg.com/[email protected]/umd/
- react-test-renderer: https://unpkg.com/[email protected]/umd/
- scheduler: https://unpkg.com/[email protected]/umd/