Releases: rdkcentral/Lightning-CLI
Releases · rdkcentral/Lightning-CLI
v2.14.2
v2.14.1
v2.13.0
v2.12.0
- Fixed issue with rollup typescript project throwing error when accessing process env (#235)
- Added
include
config intsconfig.json
forlng create
command - Added support for getting
esEnv
fromsettings.json
file forlng dist
(#224) - Added support for transpiling
.mjs
files to ES5 with rollup - Fixed the issue related to Babel ignore is not possible to use in a
babel.config.json
(#177)
v2.11.0
- Removed license texts from fixtures, so new Apps created with the CLI don't come with unnecessary licenses anymore (#226)
- Fixed build issue related to rollup path when using NPX. Solves issue for Metrological CLI. (#222)
- Fixed issue where sourcemap files were not generated when using esbuild (#228)
- Added support for CORS in
lng serve
via a new environment variable (LNG_SERVE_CORS
)
v2.10.0
- Fixed .gitignore is rewritten on each build. (#209)
- Removed lng upload command.
- Fixed _states() is broken for esbuild bundle when NODE_ENV=production. (#213)
- Replaced WebSockets with Socket.io for live reload.
- Added support for using environment variables set on the process.env in addition to variables defined in .env files (#214)
v2.9.1
- Fixed typo
v2.9.0
- Added support for --es5 and --es6 options to build command. (#200)
- Added support for Preserving Symbolic Links in the build process for rollup. (#201)
- Added support for environment variable LNG_LIVE_RELOAD_HOST and updated the documentation relevant to it. (#203)
- Added support for creating a project in typescript. (#195)
- Replaced 'metrological' with 'domain' in reverse DNS app identifier.
v2.8.1
- Added browser build support
- Fixed issue related to ES5 polyfill path
- Fixed issue related to Dist with Monorepo setup
- Added Safari 12.0 as target for es6 configs in both rollup and esbuild bundlers
v2.8.0
- Added mono repo support
- Added basic Typescript support (in app code)
- Added Source map support for rollup (es5 config) and esbuild (es5 and es6 configs)
- Fixed custom build folder issue in .env file
- Updated documentation related to lng dist --watch command
- Fixed the issue to have default value for app identifier matches the app name