Releases: adobe/aio-cli-plugin-app
Releases · adobe/aio-cli-plugin-app
7.0.2
7.0.1
7.0.0
- 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 nowSyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
To fix this, add"plugins": ["@babel/plugin-transform-react-jsx"]
to.babelrc
file and alsonpm install --save-dev @babel/plugin-transform-react-jsx
.
6.3.0
- 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.1.0
6.0.0
- feat: configurable webpack config for actions aio-lib-runtime@1.3.0
- feat: add/delete service commands and app use enhancements (#368) 99b2089
- aio app add service
- aio app delete service
aio app use
- NEW flags for switching workspaces: --workspace-name (-w), --confirm-service-sync, --no-service-sync, --no-input, --workspace
- BREAKING CHANGE:
aio app use -w
for write has been removed, used for another flag (--overwrite flag remains) - BREAKING CHANGE:
aio app use -m
has been removed (--merge flag remains)
- fix: output text consistency 6c7f9fe
- fix: use default parcel bundler in aio-lib-web (#371) 739bd6c
- fix: React template: issue where you cannot hot reload React components (#370) 179f9d1
add services on app init, app run has new app hooks
- 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
- add 8 new hooks for
- 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)