Skip to content

Latest commit

 

History

History
100 lines (56 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

100 lines (56 loc) · 5.01 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0-beta-3 (2018-02-14)

Bug Fixes

  • Fix service worker support detection on Edge 41 (370a5db), closes #107
  • sw: service worker generation fix (36aa521)
  • Improve starter template (04d3b8e)

Features

  • Remove cssnext and add single plugins. Moving css deps inside css files (07f5cdb)
  • Switch from postcss-cssnext to separated postcss plugins (f25a49e)

1.0.0-beta-2 (2018-01-14)

Bug Fixes

  • dev-server: we should check on the dev server for dev command (aebf2c0)
  • ENV: fixed env variables. Now it makes the correct check (0f02848)
  • env vars: a better way to pass env vars to webpack (7bf5522)

Features

  • object-array-spread-plugin: added babel plugin (eb0ff1b)
  • split-webpack: splitting webpack configuration (444f284)

1.0.0-beta-1 (2017-11-30)

Bug Fixes

  • #72: re-added manifest inside src root (05de895)
  • #72: removed manifest from icons (7a71cac)
  • #75: fixed builds order (5dd7443)

Features

  • webcomponents-loader: re-added with correct logic (e37f75a)

1.0.0-beta (2017-10-15)

Bug Fixes

  • folders: dash-case (581a672)
  • tests: re added tests with wct (14307fa)

Features

  • Add CSSNext and remove autoprefixer (included in cssnext) (629a946), closes #23
  • Add style minifation for style-modules (73e112f)
  • Add stylelint-config-standard and stylelint configuration (793174b)
  • babel: added transpilation (544a389)
  • icons: added icons (cc34b8d)
  • lighthouse: added Lighthouse as test (7b86481)
  • remark: added remark and remark:lint (b6c004a)
  • webpack: added production build configurations (164a353)

0.0.0 (2017-10-15)

Bug Fixes

  • folders: dash-case (581a672)
  • tests: re added tests with wct (14307fa)

Features

  • Add CSSNext and remove autoprefixer (included in cssnext) (629a946), closes #23
  • Add style minifation for style-modules (73e112f)
  • Add stylelint-config-standard and stylelint configuration (793174b)
  • babel: added transpilation (544a389)
  • icons: added icons (cc34b8d)
  • lighthouse: added Lighthouse as test (7b86481)
  • remark: added remark and remark:lint (b6c004a)
  • webpack: added production build configurations (164a353)