This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/mini-css-extract-plugin/CHANGELOG.md

10 KiB

Changelog

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

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 -