shift73k/assets_old/node_modules/mini-css-extract-plugin/CHANGELOG.md

18 KiB

Changelog

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

1.3.9 (2021-02-25)

Bug Fixes

  • allow consumers to access CssModule and CssDependency (#703) (6484345)
  • allow to use auto value with the publicPath option (#709) (1be21d2)

1.3.8 (2021-02-18)

Bug Fixes

1.3.7 (2021-02-15)

Bug Fixes

  • compatibility with webpack v5 (9b6b8b3)

1.3.6 (2021-02-08)

Bug Fixes

1.3.5 (2021-01-28)

Bug Fixes

1.3.4 (2021-01-13)

Bug Fixes

1.3.3 (2020-12-10)

Bug Fixes

  • serializing big strings in sourceMap (#665) (f7a5e53)

1.3.2 (2020-12-04)

Bug Fixes

1.3.1 (2020-11-12)

Bug Fixes

1.3.0 (2020-11-06)

⚠ POTENTIAL BREAKING CHANGE

Options are now validated according to stricter rules - no unknown additional properties. For example, if you have not removed the hmr option for the loader when migrating to mini-css-extract-plugin@1, you will get an error. Just remove them from your configuration(s). We did this because many developers started making these mistakes.

Features

  • added the type property for loading errors (#651) (be9ddcb)

Bug Fixes

1.2.1 (2020-10-27)

Bug Fixes

1.2.0 (2020-10-23)

Features

Bug Fixes

  • compatibility with webpack@4 and webpack@5 for monorepos (#638) (60c3eef)

1.1.2 (2020-10-22)

Bug Fixes

  • compatibility with webpack@4 and webpack@5 for monorepos (#636) (3413439)
  • error when reloading async chunk (#633) (89e7a0a)

1.1.1 (2020-10-20)

Bug Fixes

  • fix onerror message for async chunks (#629) (883079e)

1.1.0 (2020-10-19)

Features

  • added the attributes option (e8a2d5a)
  • added the insert option (a5f17c4)

Bug Fixes

1.0.0 (2020-10-09)

BREAKING CHANGE

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css''
  • the moduleFilename option was removed in favor the filename option
  • the hmr option was removed, HMR will work automatically when HotModuleReplacement plugin used or webpack-dev-server with enabled the hot option
  • the reloadAll was removed

Features

  • the chunkFilename option can be a function for webpack@5

⚠ NOTICE

To avoid problems between mini-css-extract-plugin and style-loader because of changing the esModule option to true by default we strongly recommend upgrading style-loader to 2.0.0 version.

0.12.0 (2020-10-07)

Features

  • opt-in to transitive only side effects (webpack@5), no more empty JS chunks

0.11.3 (2020-10-02)

Bug Fixes

0.11.2 (2020-09-12)

Bug Fixes

0.11.1 (2020-09-08)

Bug Fixes

  • added cache serializer for webpack@5 (#581) (d09693e)

0.11.0 (2020-08-27)

Features

Bug Fixes

  • compatibility with webpack@5

0.10.0 (2020-08-10)

Features

Bug Fixes

0.9.0 (2019-12-20)

Features

0.8.2 (2019-12-17)

Bug Fixes

0.8.1 (2019-12-17)

Bug Fixes

0.8.0 (2019-07-16)

Features

0.7.0 (2019-05-27)

Bug Fixes

Features

0.6.0 (2019-04-10)

Features

0.5.0 (2018-12-07)

Features

  • add crossOriginLoading option support (#313) (ffb0d87)

0.4.5 (2018-11-21)

Bug Fixes

  • index: allow requesting failed async css files (#292) (2eb0af5)

0.4.4 (2018-10-10)

Bug Fixes

  • index: assign empty module.id to prevent contenthash from changing unnecessarily (#284) (d7946d0)

0.4.3 (2018-09-18)

Bug Fixes

  • loader: pass emitFile to the child compilation (loaderContext.emitFile) (#177) (18c066e)

0.4.2 (2018-08-21)

Bug Fixes

  • use correct order when multiple chunk groups are merged (#246) (c3b363d)

0.4.1 (2018-06-29)

Bug Fixes

  • CSS ordering with multiple entry points (#130) (79373eb)

Change Log

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

x.x.x / --

  • Bug fix -
  • Feature -
  • Chore -
  • Docs -