Skip to content

7.0.0

Compare
Choose a tag to compare
@Himavanth Himavanth released this 26 May 11:57
· 254 commits to master since this release
  • Upgrade to parcel v2 and node 14 support (#397) 66a7a10
    Trying to build/deploy/run apps created with previous versions with our default react UI will throw an error now SyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
    To fix this, add "plugins": ["@babel/plugin-transform-react-jsx"] to .babelrc file and also npm install --save-dev @babel/plugin-transform-react-jsx.

6.3.0...7.0.0