Skip to content

Releases: motss/generator-lit-element-next

Removed all test files

30 Mar 15:37
Compare
Choose a tag to compare

Notable changes

  • Bring your own testing library/ framework. See Testing section.

v2.12.0

05 Oct 10:35
Compare
Choose a tag to compare

Notable changes

  • Refactor with TypeScript

v2.6.0

19 May 11:15
Compare
Choose a tag to compare

Notable changes

  • 🔥 Remove Rollup which is optional for building custom elements
  • Capitalize name of README, LICENSE, and CODE-OF-CONDUCT
  • Add Contributing section which includes CoC
  • ✨ Use @reallyland/tsconfig
  • Update tests
  • Improve test structure
  • 💩 Use shx for cross-platform commands support, e.g. rm -rf

Removal of web-component-tester

13 Mar 16:06
Compare
Choose a tag to compare

Due to insanely huge install size of web-component-tester, it has been removed as one of the devDependencies of the generated project.

It is recommended to install web-component-tester globally by running:

$ npm i -g web-component-tester