create-lwc-app 3.2.0
- Dependency updates
lwc-services 3.2.0
- Dependency updates
- LWC upgrade to 2.5.x (incl. LightDOM support)
lwc-webpack-plugin 2.1.0
- Dependency updates
- LWC upgrade to 2.5.x (incl. LightDOM support)
lwc-webpack-plugin 2.0.2
- Fix for TypeScript preset
lwc-webpack-plugin 2.0.1
- Fix to compute namespaces correct
lwc-services 3.1.2
- Update dependencies
create-lwc-app 3.1.1
- Update dependencies
lwc-services 3.1.1
- Update dependencies
create-lwc-app 3.1.0
- Dependency updates and cleanup
- Changing the name of the initial created
serve
script tostart
to simplify deployments to cloud providers - Updating to latest Husky setup
- Changing the name of the initial created
lwc-services 3.1.0
- Dependency updates and cleanup
- Moving to LWC 2.x (internal change:
@lwc/engine
is replaced by@lwc/engine-dom
) - Added new CLI flag
webpack-plugin-overrides
to allow override of built-in Webpack configuration
lwc-webpack-plugin 2.0.0
- Dependency updates and cleanup
- Moving to LWC 2.x (internal change:
@lwc/engine
is replaced by@lwc/engine-dom
)
lwc-services 3.0.4
- Fixes error reporting with custom webpack config during
build
command
lwc-services 3.0.3
- Fixes webpack merge for
build
command
lwc-services 3.0.2
- Dependency updates
create-lwc-app 3.0.0
- Migrated to Webpack 5
- Min. node version 14
- Dependency updates
lwc-services 3.0.0
- Migrated to Webpack 5
- Min. node version 14
- Pass CSS Stylesheet config for Rollup builds
- Dependency updates
lwc-webpack-plugin 1.2.2
- Add
declare
support for TypeScript - Add optional chaining for TypeScript
lwc-webpack-plugin 1.2.1
- Fixed an issue with resolving 3rd party npm packages
create-lwc-app 2.3.1
- Dependency updates
lwc-services 2.3.1
- Dependency updates
- Fixed passing of LWC Compiler options to LWC Webpack plugin
lwc-webpack-plugin 1.2.0
- Dependency updates
- Added options for LWC Compiler (stylesheets, output config, dynamic components)
create-lwc-app 2.3.0
- Dependency updates
lwc-services 2.3.0
- Dependency updates
- Switch to lwc-webpack-plugin
lwc-webpack-plugin 1.0.0
- Initial release
create-lwc-app 2.2.2
- Dependency updates
lwc-services 2.2.2
- Dependency updates
lwc-services 2.2.1
- Relaxed module check to allow multi-nested module names
lwc-services 2.2.1
- Relaxed module check to allow multi-nested module names
create-lwc-app 2.2.0
- Code cleanup and dependency updates
lwc-services 2.2.0
- Support for LWC monorepos and Jest
- Code cleanup and dependency updates
create-lwc-app 2.1.9
- Code cleanup and dependency updates
lwc-services 2.1.9
- Code cleanup and dependency updates
lwc-services 2.1.6
- Move to rollup-plugin-lwc-typescript for Rollup TypeScript transform
rollup-plugin-lwc-typescript 1.0.1
- Publish initial version
create-lwc-app 2.1.4
- Fixes an issue where new Rollup + PWA projects added an additional config entry in
lwc-services.config.js
- Fixes an issue where new Rollup projects had a wrong glob pattern in
lwc-services.config.js
for copying resources
create-lwc-app 2.1.2
- New projects get initialized with a
main
branch in git (nomaster
anymore)
create-lwc-app 2.1.1
- Added
eslint-plugin-inclusive-language
configuration
lwc-services 2.1.1
- Added
eslint-plugin-inclusive-language
dependency
create-lwc-app 2.1.0
- Add default
lwc.config.json
file for module resolution to project scaffolding (https://bit.ly/lwc-module-res) - Add new app type
electron
to provision a basic Electron project
lwc-services 2.1.0
- Added automatic migration for old projects to new LWC module resolution in
build
command - Added support for Electron builds
create-lwc-app 2.0.7
- Fix creation of TypeScript project via silent installation
create-lwc-app 2.0.6
- Initial version of npm module resolution
create-lwc-app 2.0.2
- Fixed JS file creation in advanced setup mode
- Dependency updates
lwc-services 2.0.2
- Dependency updates
create-lwc-app 2.0.0
- Adding options when creating a new app: standard or PWA
- Adding silent mode installation
lwc-services 2.0.0
- Upgrading LWC to 1.3.x
- Resorting dependencies
- Change default host watch mode from
0.0.0.0
tolocalhost
- Add support for Rollup builds
- Add support for PWA builds
- Removed
serve
functionality
create-lwc-app 1.3.13
- Updating message for Edge (non-Chromium)
lwc-services 1.3.12
- Adding passthrough parameters for Jest debug command
- Fixed wrong path reference for Jest debug
lwc-services 1.3.9
- Adding support for node 12
- Fixed error with not passing LWC compiler options
- Added support for CSS only modules
lwc-services 1.3.7
- Fixed error for JavaScript projects on the
serve
command when using a custom Express config
create-lwc-app 1.3.5
- Correct template code in example (lint error)
- Add support for Edge (special case handling without shadow DOM)
lwc-services 1.3.5
- Upgrade to LWC 1.1.1
- Fix for startup of bundled Express server with custom config
create-lwc-app 1.3.4
- Updated
.eslintrc.json
file for projects with Express
create-lwc-app 1.3.3
- New flag
--lib
to generate a library project
lwc-services 1.3.3
- Support for 3rd party npm libraries that contain
lwc
modules
lwc-services 1.3.1
- Updated linting config for TypeScript
- Update support for LWC npm modules (adjusting to LWC 1.1.x)
create-lwc-app 1.3.0
- RENAMED from
lwc-create-app
tocreate-lwc-app
- Now supports creation of TypeScript-based projects
lwc-services 1.3.0
- Updated to ^1.1.0 version of LWC
- Support for TypeScript (yay!)
- Express server recompiles automatically when project is in
watch
mode - Initial implementation for testing LWC with WebDriverIO
lwc-services 1.2.2
- Added the
--passthrough
flag for thetest
command to allow any Jest CLI flag (thanks to @rcurry-sf and his contribution)
lwc-create-app 1.2.1
- Fix an issue where
npx lwc-create-app your-app
fails on Linux systems (thanks to @adamSellers and his contribution)
lwc-create-app 1.2.0
- Automatically init Git repo after project initialization for pre-commit hooks
- Adding default .eslintignore
- Updating Husky dependency
lwc-services 1.2.0
- Adding webpack default config for SPA (Single Page Application), see issue #33
- Allowing multiple entry points for custom webpack configuration files
- Optimizing default chunking for webpack
lwc-create-app 1.1.1
- Limit pre-commit linting to JS files
lwc-create-app 1.1.0
- Added new option to create scaffolding for client/server structure using
Express
- Add Jest configuration file as default to project root
lwc-services 1.1.0
- Using
Express
instead ofwebpack-dev-server
for webpack bundle serving - Added custom server configuration option for
Express
- Switched
build
script to production mode, and added a newbuild:development
script
lwc-create-app 1.0.4
- Updating default README
- Updating formatting of default
.prettierrc
file
lwc-services 1.0.5
- Fixed
production
build for webpack - Added
runInBand
flag fortest
command to better support CI systems
lwc-services 1.0.4
lwc-create-app 1.0.2
- Updating min node version to >=10.0
- Defaulting to register a custom element on app creation
lwc-services 1.0.3
- Updating min node version to >=10.0
- Initial version