Skip to content

Latest commit

 

History

History
100 lines (66 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

100 lines (66 loc) · 4.65 KB

1.2.0 - 07/25/2020

New Features

  • [06e4585] - Add useResources and resourcesPath options for better control of sass-resources-loader (#7) (Matt Przybylski)

1.1.0 - 07/25/2020

New Features

  • [f970324] - Add autoprefixer support (Matt)

1.0.0 - 07/25/2020

Miscellaneous Updates

Breaking Changes

  • [961afa1] - Remove recommended setup configs (#6) (Matt Przybylski)
    • breaking: Remove internal suggested configs in favor of externalizing them
    • chore: Update internal prettier and eslint configs
    • chore: Clean up files according to new lint rules
  • [dfa53ca] - Use dart-sass instead of node-sass (#5) (Matt Przybylski)

Miscellaneous Updates

  • [83ef113] - Create LICENSE (Matt Przybylski)
  • [fa15d69] - chore: Bump most dependencies to latest (Matt)

0.8.1 - 04/22/2020

Miscellaneous Updates

  • [720e5c1] - chore: Bump dev dependencies (Matt)

0.8.0 - 04/22/2020

New Features

  • [be2c87b] - Allow devServerOverrides option to pass more options through to devServer (Matt)

0.7.0 - 09/12/2019

New Features

  • [e3829ce] - Add ability to set production publicPath through ASSET_PATH env var (Matt Przybylski)

0.6.1 - 09/10/2019

Miscellaneous Updates

  • [9bb8817] - fix: Add ignoreOrder option to MiniCssExtractPlugin to avoid warnings for css modules (Matt Przybylski)

0.6.0 - 08/29/2019

New Features

  • [6346766] - Add recommended stylelintrc configuration for prettier (Matt Przybylski)

Miscellaneous Updates

  • [07e7f7f] - chore: Update to latest dependencies (Matt Przybylski)

0.5.0 - 08/23/2019

New Features

  • [2a502f8] - Allow setting localIdentName in css-loader (Matt Przybylski)

0.4.0 - 08/21/2019

New Features

  • [5736d50] - Add support for changing WebpackBundleAnalyzer settings directly (Matt Przybylski)

Miscellaneous Updates

  • [cbf5816] - docs: Add contributing guide (Matt Przybylski)
  • [2948320] - fix: Scaffolded index file importing App incorrectly (Matt Przybylski)

0.3.0 - 08/17/2019

New Features

  • [209b918] - Add manifest generation (Matt Przybylski)
  • [ac1550e] - Add ability to override configuration (#2) (Matt Przybylski)

0.2.0 - 08/15/2019

New Features

  • [b5e4a7f] - Add Prettier support (Matt Przybylski)

Miscellaneous Updates

  • [1d764a2] - fix: Remove css-modules ESLint plugin as it has too many issues (Matt Przybylski)

0.1.1 - 08/12/2019

Miscellaneous Updates

  • [959f14b] - fix: Logic for scaffolding gitignore and npmrc files correctly (Matt Przybylski)
  • [77f90bf] - fix: Add Sass resources to scaffolding and fix eslintrc and nvmrc being missing from scaffolded files (Matt Przybylski)

0.1.0 - 08/12/2019

New Features

  • [01ff939] - Add scaffolding of project files (Matt Przybylski)

Miscellaneous Updates

  • [aab0445] - docs: Update readme with setup information (Matt Przybylski)

0.0.1 - 08/11/2019

Miscellaneous Updates

  • [23cecd8] - docs: Remove old changelog (Matt Przybylski)
  • [1d18b1e] - build: Reset version number in package.json (Matt Przybylski)
  • [7ba5630] - build: Initial release (Matt Przybylski)