Skip to content

Releases: adobe/aio-cli-plugin-app

7.0.2

08 Jun 07:46
Compare
Choose a tag to compare
  • Enabling hmr for parcel (#411) d1ac5ba
  • Fix stage env detection (#407) d15616a
  • fix: ACNA-934 - aio app use help text does not specify what happens when a config file is not specified (#406) d5e58be

7.0.1...7.0.2

7.0.1

27 May 01:16
Compare
Choose a tag to compare
  • removed unneeded @parcel/reporter-dev-server (#408) 11d1e4d

7.0.0...7.0.1

7.0.0

26 May 11:57
Compare
Choose a tag to compare
  • 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

6.3.0

17 May 14:49
Compare
Choose a tag to compare
  • feat: add nodejs-v14 support for local openwhisk (#405) 7f754d7
  • fix: only run actions if in the adobe/ repo (#403) 4d4e16d
  • fix: updated openwhisk.jar location (#404) 21b8b3e
  • feat: allow overriding of local openwhisk jvm args (#402) aa2e4ad
  • feat: added app info command, with tests (#399) cf6df7a
  • fix: upgrade Jest for node14 support (#390) 024eb59

6.2.0...6.3.0

6.2.0

16 Apr 09:46
Compare
Choose a tag to compare

6.1.0...6.2.0

6.1.0

23 Feb 09:21
Compare
Choose a tag to compare
  • feat: add undeploy hooks (#375) 7d8794a
  • fix: update console config validation for project and workspace (#376) ea37aa2

6.0.0...6.1.0

6.0.0

05 Feb 00:22
Compare
Choose a tag to compare

5.4.0...6.0.0

add services on app init, app run has new app hooks

26 Jan 03:12
Compare
Choose a tag to compare
  • feat: add skip-web-assets alias to skip-static (#358)
  • fix: write default app config on app init (#353) write default app config whenever app is initialised. This will make sure there is always an .aio file created with necessary app defaults.
  • fix: modularization of app run (#343)
    • add 8 new hooks for aio app run: build-actions, build-static, deploy-actions, serve-static, pre-app-deploy, post-app-deploy, pre-app-build, post-app-build
  • fix: update @adobe/aio-lib-runtime version to 1.2.5
  • feat: support console add services on init (#354)
  • fix: use of generator-aio-app/add-vscode-config generator (#365)

5.3.1...5.4.0

5.3.2

07 Jan 15:01
Compare
Choose a tag to compare

5.3.1...5.3.2

backwards compatibility for `aio app deploy` (always force a build)

09 Dec 04:21
Compare
Choose a tag to compare
  • fix: revert aio app deploy flag --force-build to default to true (backwards compatibility) (#349) 5b637c4

5.3.0...5.3.1