Skip to content

Latest commit

 

History

History
138 lines (79 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

138 lines (79 loc) · 3.43 KB

Changelog

2019-11-19

lwc-services 1.3.9

  • Adding support for node 12
  • Fixed error with not passing LWC compiler options
  • Added support for CSS only modules

2019-10-17

lwc-services 1.3.7

  • Fixed error for JavaScript projects on the serve command when using a custom Express config

2019-10-09

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

2019-10-09

create-lwc-app 1.3.4

  • Updated .eslintrc.json file for projects with Express

2019-10-07

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

2019-10-02

lwc-services 1.3.1

  • Updated linting config for TypeScript
  • Update support for LWC npm modules (adjusting to LWC 1.1.x)

2019-09-29

create-lwc-app 1.3.0

  • RENAMED from lwc-create-app to create-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

2019-06-12

lwc-services 1.2.2

2019-06-11

lwc-create-app 1.2.1

2019-06-05

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

2019-06-04

lwc-create-app 1.1.1

  • Limit pre-commit linting to JS files

2019-06-03

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 of webpack-dev-server for webpack bundle serving
  • Added custom server configuration option for Express
  • Switched build script to production mode, and added a new build:development script

2019-06-01

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 for test command to better support CI systems

lwc-services 1.0.4

2019-05-30

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

2019-05-29

  • Initial version