Skip to content

Releases: rdkcentral/Lightning-CLI

v2.14.2

15 Apr 13:02
7891601
Compare
Choose a tag to compare
  • Fixed issue related to custom config file extension for both esbuild & rollup.

v2.14.1

12 Apr 08:03
d34507c
Compare
Choose a tag to compare
  • Fixed issues related to custom config implementations for both esbuild & rollup (#257)

v2.13.0

30 Oct 05:07
240621c
Compare
Choose a tag to compare
  • Added unit tests for CLI (#251)
  • Added support for esbuild and rollup bundler options. (#249)
  • Updated bundler config files to maintain consistency. (#242)

v2.12.0

28 Jul 12:05
3949303
Compare
Choose a tag to compare
  • Fixed issue with rollup typescript project throwing error when accessing process env (#235)
  • Added include config in tsconfig.json for lng create command
  • Added support for getting esEnv from settings.json file for lng 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

01 May 10:19
9ea454c
Compare
Choose a tag to compare
  • 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

16 Feb 12:42
4823546
Compare
Choose a tag to compare
  • 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

15 Nov 11:48
98c9231
Compare
Choose a tag to compare
  • Fixed typo

v2.9.0

15 Nov 11:48
804fe8e
Compare
Choose a tag to compare
  • 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

15 Nov 11:47
727ffaf
Compare
Choose a tag to compare
  • 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

15 Nov 11:47
6bacb49
Compare
Choose a tag to compare
  • 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