Skip to content

7.0.0

Compare
Choose a tag to compare
@Himavanth Himavanth released this 26 May 13:06
· 137 commits to master since this release
  • Node 14 support with parcel and webpack upgrade (#273) 970cf12
    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:
    1. add to your .babelrc:
      "plugins": ["@babel/plugin-transform-react-jsx"]
    2. run npm install --save-dev @babel/plugin-transform-react-jsx
  • chore(deps): bump y18n from 4.0.0 to 4.0.3 (#271) 99929bf
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#267) ba1946b
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 (#266) 8b0a9e3
  • fix: upgrade semver from 7.3.4 to 7.3.5 (#262) b64bbf0
  • fix: upgrade @adobe/aio-cli-plugin-console from 3.2.0 to 3.3.0 (#263) 524ecc5
  • fix: upgrade @adobe/aio-cli-plugin-certificate from 0.2.1 to 0.3.0 (#265) 0761bfa
  • fix: upgrade @adobe/aio-cli-plugin-auth from 2.4.0 to 2.4.1 (#261) 2484779
  • fix: upgrade @oclif/plugin-plugins from 1.9.5 to 1.10.0 (#254) 9d1df1a
  • fix: run slack notification only on failure 5d316e2
  • Update daily-install-cli.yml 58ec4ad
  • Update daily-install-cli.yml bd10f3a
  • fix: daily cli install issue 720d207
  • fix: can't install to global node_modules for daily runner a2c0e03
  • feat: add daily test install of aio-cli as a Github Action (#253) be26971
  • fix: add technical requirements section (#248) cead143
  • fix: point main to an existing file (#251) 83fb954
  • fix: codecov status check hanging in Github Action e319e8a

6.0.0...7.0.0