Skip to content

Releases: react-R/reactR

0.6.1

Choose a tag to compare

@timelyportfolio timelyportfolio released this 15 Sep 11:46
808b21f

reactR 0.6.1

  • fix issue where the react-tools.umd.cjs script could be blocked by the browser in some cases, such as apps deployed on shinyapps.io #86 (thanks @glin)

0.6.0

Choose a tag to compare

@timelyportfolio timelyportfolio released this 28 Jun 11:33
4029c3e

reactR 0.6.0

  • retain list in reactR::component classes #82
  • hydrate props/attribs that are tags assuming tag-like props/attribs should be slots#67 #61
  • update build tools to vite from webpack
  • update js testing library from karma to vitest

0.5.0

Choose a tag to compare

@timelyportfolio timelyportfolio released this 12 Oct 02:11

reactR 0.5.0

0.4.4

Choose a tag to compare

@timelyportfolio timelyportfolio released this 22 Feb 17:40
7dccb68

reactR 0.4.4

  • Update react to 16.12.0

  • Add style-loader and css-loader to webpack config pull 50

  • Update to PACKAGE::widget_html.WIDGETNAME for new htmlwidgets convention pull 49

  • Clean up template pull 45

0.4.3

Choose a tag to compare

@timelyportfolio timelyportfolio released this 13 Jul 16:15

reactR 0.4.3

  • Add element to Shiny input pull 41

  • Upgrade npm dependencies

0.4.2

Choose a tag to compare

@timelyportfolio timelyportfolio released this 01 Feb 21:40
435862c

reactR 0.4.2

  • Update react to 16.12.0

  • Update core-js to 2.6.11

0.4.1

Choose a tag to compare

@timelyportfolio timelyportfolio released this 11 Jul 00:26

reactR 0.4.1

  • Add support for shiny::registerInputHandler in Shiny inputs; pull 28

  • Add support for Shiny rate limit pull 29

  • Update react to 16.8.6

  • Add mobx dependencies available through html_dependency_mobx()

0.4.0

Choose a tag to compare

@timelyportfolio timelyportfolio released this 03 May 01:08

reactR 0.4.0

0.2.1

Choose a tag to compare

@timelyportfolio timelyportfolio released this 18 Dec 02:47

reactR 0.2.1

  • Update react and react-dom to 16.6.0

0.2.0

Choose a tag to compare

@timelyportfolio timelyportfolio released this 26 Mar 02:34

reactR 0.2.0

  • Update react and react-dom to 16.2.0
  • Add core-js shim so that React will show up in RStudio Viewer