react-heatpack v3.0.1 Release Notes
Release Date: 2015-11-19 // almost 9 years ago-
๐ Fixed: Don't skip auto-rendering if a function was exported.
Previous changes from v2.0.0
-
Breaking change: Now uses React 0.14 and ReactDOM.
๐ฅ Breaking change: Updated Webpack and loader dependencies. CSS loader 0.19.0 dropped out of the box support for Node.js 0.10 -
Promise
must be manually polyfilled if you're using Node.js 0.10.๐ Changed:
React.render()
check removed, by default heatpack now uses a dummy module as the entry point, which imports the given module and callsReactDOM.render()
for you if nothing has been rendered to<div id="app"></div>
yet. The-f
/--force
option can still be used to force use of the given module as the entry point.