Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@jakubsob jakubsob released this 20 May 15:07
7191bec
  • Upgrade React to 18.3.1:
    • Replace deprecated React API. React 18 deprecates (React 19 removes) ReactDOM.render and ReactDOM.unmountComponentAtNode. ReactDOM.createRoot is used in place of those functions according to the React 19 migration guide.
    • Changed rendering mechanism of React components. This change is motivated by the fact that it's impossible to call ReactDOM.createRoot on a container more than one time while ReactDOM.render allowed that. A data-react-id attribute is used to find and render React roots instead of iterating over all nodes with .react-data class.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0