Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Latest commit

 

History

History
168 lines (88 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

168 lines (88 loc) · 7.5 KB

Change Log

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

1.1.0 (2018-07-14)

Bug Fixes

  • removed module attribute for bundle (a037c17)

Features

  • added popup update ready for service workers + small fixes (d438c35)
  • postcss browserlist update (55bf71e)
  • removed nomodule logic and build (39ca21f)
  • support for html-webpack-plugin + small cleanup (748e865)
  • switch to a better browserslist (b4d877a)

1.0.1 (2018-07-12)

Bug Fixes

  • extends on button not supported by polyfill (1bca8c7)

1.0.0 (2018-07-12)

Bug Fixes

  • manifest-meta: fixed meta for manifest.json and others (c9ad2fe)
  • manifest-meta: missing image (47b1a1b)
  • safari-ios: adding webcomponents-hi.js for webcomponets ready (9d4bc92)
  • wct: new wct, removed bower link script (be28c7f)
  • wct: travis command fix (72e1fa5)

1.0.0-beta-5 (2018-05-06)

Bug Fixes

  • webpack-config: upgrade to webpack 4 (0c5cf47)

1.0.0-beta-4 (2018-04-21)

Bug Fixes

  • windows-postinstall: fixed postinstall script for Windows (a7a39d0)

Features

  • polymer3-pre12: updated Polymer to new pre (3f33a56)

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)