- Upgrade React to 18.3.1:
- Replace deprecated React API. React 18 deprecates (React 19 removes)
ReactDOM.render
andReactDOM.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 whileReactDOM.render
allowed that. Adata-react-id
attribute is used to find and render React roots instead of iterating over all nodes with.react-data
class.
- Replace deprecated React API. React 18 deprecates (React 19 removes)
What's Changed
- [Bugfix #59]
liquid
version fixed to3.0.0
in tutorial by @pawelchabros in #61 - Support accessor set input by @averissimo in #62
- chore: Add second GA tag. by @jakubnowicki in #65
- chore: Update Appsilon section in the README. by @jakubnowicki in #67
- ci: Add code coverage check to the CI. by @jakubnowicki in #68
- Update and fix the pkgdown workflow by @kamilzyla in #69
- refactor: import Shiny from module by @jakubsob in #74
- feat: Adds support for Rmarkdown documents by @andyquinterom in #73
- Support HTML in React context by @jakubsob in #66
- Updated package logo and doc page color by @sankhadeepdutta in #79
- Upgrade React to 18.3.1 by @jakubsob in #80
- Preparation for CRAN release by @jakubsob in #82
- Fix NOTEs after win-devel R CMD CHECK by @jakubsob in #84
- Fix CRAN check import NOTE by @jakubsob in #85
New Contributors
- @pawelchabros made their first contribution in #61
- @averissimo made their first contribution in #62
- @andyquinterom made their first contribution in #73
- @sankhadeepdutta made their first contribution in #79
Full Changelog: v0.3.0...v0.4.0