Skip to content

Commit 43179a8

Browse files
chore(release): 1.0.0
1 parent 3d53968 commit 43179a8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) (2018-07-06)
7+
8+
### BREAKING CHANGES
9+
10+
* remove `minimize` option, use [`postcss-loader`](https://github.com/postcss/postcss-loader) with [`cssnano`](https://github.com/cssnano/cssnano) or use [`optimize-cssnano-plugin`](https://github.com/intervolga/optimize-cssnano-plugin) plugin
11+
* remove `module` option, use `modules` option instead
12+
* remove `camelcase` option, use `camelCase` option instead
13+
* remove `root` option, use [`postcss-loader`](https://github.com/postcss/postcss-loader) with [`postcss-url`](https://github.com/postcss/postcss-url) plugin
14+
* remove `alias` option, use [`resolve.alias`](https://webpack.js.org/configuration/resolve/) feature or use [`postcss-loader`](https://github.com/postcss/postcss-loader) with [`postcss-url`](https://github.com/postcss/postcss-url) plugin
15+
* update `postcss` to `6` version
16+
* minimum require `nodejs` version is `6.9`
17+
* minimum require `webpack` version is `4`
18+
19+
520
<a name="0.28.11"></a>
621
## [0.28.11](https://github.com/webpack-contrib/css-loader/compare/v0.28.10...v0.28.11) (2018-03-16)
722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-loader",
3-
"version": "0.28.11",
3+
"version": "1.0.0",
44
"author": "Tobias Koppers @sokra",
55
"license": "MIT",
66
"description": "css loader module for webpack",

0 commit comments

Comments
 (0)