Skip to content

Commit e989b92

Browse files
committed
feat: version bump
1 parent 812941e commit e989b92

File tree

4 files changed

+8428
-31
lines changed

4 files changed

+8428
-31
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

3+
## 3.0.0
4+
5+
- feat: support multiple style declarations in same file
6+
- feat: support inline `<style>` tags in custom `RexExp`
7+
- feat: `styleDelineator` option allows users to specify the delineator for style declarations
8+
- feat: `env` option allows users to specify environment via rollup.config.js, not just `NODE_ENV`
9+
- feat: `configPath` options allows users to configure the path/to/postcss.config.js
10+
- feat: bump minimum rollup version to ^2.0.0
11+
- fix: support Function and Object exported from postcss.config.js
12+
- fix: use `process.cwd()` instead of `__dirname` to find postcss.config.js
13+
- fix: document missing options in README.md
14+
15+
BREAKING CHANGE:
16+
17+
- default `RegExp` has changed to support multiple style declarations
18+
- `escapeTemplateString` option is deprecated
19+
320
## 2.0.0
421

522
- feat: postcss bumped to ^8.0.0

0 commit comments

Comments
 (0)