Skip to content

Latest commit

 

History

History
241 lines (149 loc) · 16 KB

CHANGELOG.md

File metadata and controls

241 lines (149 loc) · 16 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.3 (2021-05-20)

Note: Version bump only for package webpack-config-plugins

2.0.2 (2021-04-21)

Bug Fixes

  • font-config-webpack-plugin: update dependencies (4b3584b)
  • image-config-webpack-plugin: update dependencies (10a3dc3)
  • scss-config-webpack-plugin: update dependencies (5ef2bb5)
  • scss-config-webpack-plugin: update dependencies (22ee31a)
  • scss-config-webpack-plugin: update postcss dependencies (f4a4e11)
  • bump deps and cleanup package.json (ed1f792)
  • update dependencies (632a08d)
  • ts-config-webpack-plugin: update dependencies (fae0cdb)

2.0.1 (2020-04-27)

Bug Fixes

  • js-config-webpack-plugin: Fix babel internal API call failing for newer bable versions (7ea99eb)

2.0.0 (2020-03-18)

Bug Fixes

  • scss-config-webpack-plugin: Remove sourcemaps for production (2f43c2e)
  • ts-config-webpack-plugin: Move tslint to devDependencies (5f21775)

Features

  • Update dependencies (19642f2)
  • scss-config-webpack-plugin: Upgrade mini-css-extract-plugin (4f24b8d)
  • Upgrade webpack to 4.36 (d61386f)
  • scss-config-webpack-plugin: Upgrade style-loader (7599502)
  • scss-config-webpack-plugin: Upgrade style-loader (4114dbd)
  • ts-config-webpack-plugin: Upgrade ts-loader (a632447)

BREAKING CHANGES

  • scss-config-webpack-plugin: CSS production sourcemaps have been removed for now
  • ts-config-webpack-plugin: Drop support for node 6
  • Requires webpack 4.36.0 or higher

1.4.0 (2019-07-08)

Bug Fixes

  • cli: Adjust cli to match the latest CleanWebpackPlugin syntax (e9dd9cf)

Features

  • scss-config-webpack-plugin: Upgrade dependencies (a099fe3)

1.3.4 (2019-06-09)

Bug Fixes

  • cli: update clean-webpack-plugin and remove unneeded argument (#54) (74f0497)
  • js-config-webpack-plugin: add environmentName (58c6ca6)
  • js-config-webpack-plugin: find, register and invoke correct babel configs (a01e148)
  • packages/scss-config-webpack-plugin/package.json to reduce vulnerabilities (296c2b6)

1.3.3 (2019-01-20)

Bug Fixes

  • cli: Only ask to overwrite webpack.config.js if it exists (a5fd53d)

1.3.2 (2019-01-20)

Bug Fixes

  • cli: Improve next steps documentation (4416e02)

1.3.1 (2019-01-20)

Bug Fixes

  • common-config-webpack-plugin: Update typescript (64d144c)

1.3.0 (2019-01-20)

Bug Fixes

  • webpack-dev-server: vulnerability CVE-2018-14732 (ff5863f)

Features

  • js-config-webpack-plugin: Update thread-loader (35af119)
  • ts-config-webpack-plugin: Allow to use .tsx files without creating a custom tsconfig (e680c20)
  • ts-config-webpack-plugin: Update thread-loader (fca6d8f)

1.2.1 (2019-01-02)

Bug Fixes

  • ts-config-webpack-plugin: Add missing module-resolution property (3dc7b60)

1.2.0 (2018-12-21)

Bug Fixes

  • js-config-webpack-plugin: Upgrade thread-loader to improve incremental build speed (1af6614)
  • ts-config-webpack-plugin: Upgrade thread-loader to improve incremental build speed (f211143)

Features

  • ts-config-webpack-plugin: Add a warning if no moduleResultion is set (f3a4946)

Performance Improvements

  • Add performance measurements (ec6baf4)

1.1.0 (2018-12-11)

Bug Fixes

Features

  • ts-config-webpack-plugin: Warn if skipLibCheck wasn't configured (935b91a)

1.0.0 (2018-11-29)

Features

  • scss-config-webpack-plugin: Use webpack output configuration for css files (#17) (2a29524), closes #15
  • ts-config-webpack-plugin: improve performance by adding more cpu cores for the type-checker (49ef8c6)

BREAKING CHANGES

  • scss-config-webpack-plugin: The generated css files will have the same basenames like the js files.

0.4.4 (2018-10-22)

Bug Fixes

  • scss-config-webpack-plugin: Fix url paths of generated production css files (fa48bdf)

0.4.3 (2018-09-17)

Bug Fixes

  • ts-config-webpack-plugin: Fix "Debug Failure. False expression: Output generation failed" (cf7aba4)

0.4.2 (2018-09-12)

Note: Version bump only for package webpack-config-plugins

0.4.1 (2018-09-12)

Note: Version bump only for package webpack-config-plugins

0.4.0 (2018-08-30)

Bug Fixes

  • scss-config-webpack-plugin: Prevent double scss loader execution (ac58784)
  • ts-config-webpack-plugin: Set the maximum memory during tests to 512mb (be11937)

Features

  • common-config-webpack-plugin: add js-config-webpack-plugin to plugins list (6f4c283)
  • common-config-webpack-plugin: Set tyscript and babel as fixed dependency (ee2308e)
  • js-config-webpack-plugin: Create js-config-webpack-plugin (fbc346b)

0.3.0 (2018-08-13)

Features

  • ts-config-webpack-plugin: upgrade fork dep & drop unnessary config (4e4215f)

0.2.0 (2018-08-10)

Features

  • common-config-plugin: Create common-config-plugin (a0ef9f7)
  • ts-config-webpack-plugin: Provide a fallback tsconfig.json file (1d504d2)

0.1.0 (2018-08-07)

Bug Fixes

  • config-webpack-plugin: fix typo issues and tapable interface (43338f1)
  • font-config-webpack-plugin: change type of 'options' param (a46cd57)
  • scss-config-webpack-plugin: change type of 'options' param (2850877)
  • ts: add correct emitter settings (6f23c7b)
  • ts: remove output dir in config to prevent output (a71dbeb)
  • ts-config-webpack-plugin: change type of 'options' param (bc25ea3)
  • ts-config-webpack-plugin: fix fork process plugin injection (48d3766)
  • ts-config-webpack-plugin: remove dist files from tsc (7397b0e)
  • TsConfigWebpackPlugin: Remove devTool side effect (929fc28), closes #7
  • Adjust package.json main fields (3e3d95b)
  • TsConfigWebpackPlugin: Use isProductionLike similar to the webpack core (e0fc773), closes #9

Features

  • AssetConfigWebpackPlugin: Add AssetConfigWebpackPlugin base (bee510b)
  • config-webpack-plugin: add expose method for webpack api (d725d8b)
  • config-webpack-plugin: add option and tapable config capabilities, update tests (4179092)
  • config-webpack-plugin: implement exposable api (abcb022)
  • config-webpack-plugin: improve expose method (fcd4e62)
  • config-webpack-plugin: try add base implementation of all webpack config plugins (193925c)
  • font-config-webpack-plugin: add font config plugin base (73f8bf6)
  • FontConfigWebpackPlugin: Use static folder for static media exports (6c75fcf)
  • github: add issue and pull request templates (65e5470)
  • helper: add shared helper package (ed726a8)
  • ImageConfigWebpackPlugin: Add ImageConfigWebpackPlugin (0d7cf51), closes #23
  • npm: add clean script (alias for lerna clean) (a1858da)
  • scss-config-webpack-plugin: Add flexbugs postcss plugin (50b705a), closes #5
  • scss-config-webpack-plugin: Add separate DEV and PROD configs, fix loader and plugin issues an (59047d7)
  • scss-config-webpack-plugin: Add tests for CSS modules (e17ea02), closes #3
  • scss-config-webpack-plugin: Basic SCSS Config with Tests (3b03fa1)
  • ScssConfigWebpackPlugin: Add only safe css-nano transforms (fd71656), closes #22
  • ts-config-webpack-plugin: add basic ts-config-webpack-plugin implementation and tests (e3d0f22)
  • TsConfigWebpackPlugin: Add option to set the tsconfig file location (5c66127)
  • Allow to set the mode to development or production (aa1b23f)