Skip to content

Commit dd4df03

Browse files
committed
Add notes to CHANGELOG
1 parent 3f6f8a7 commit dd4df03

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## Unreleased
2+
### Added
3+
- We now support a wider range of dependencies that includes PostCSS 8 out of the box. Depending on your package manager, you'll likely see this upgrade take effect automatically when you update ECM, and you may see deprecation warnings for any older PostCSS plugins you're using.
4+
5+
### Upgrade Notes
6+
If you're using older PostCSS plugins or an older Node version and wish to continue using PostCSS 7, the appropriate dependency versions are still in range for ECM, and we still run tests against them. The easiest way to lock to those versions locally is likely with `resolutions` entries, which you can see [an example of](test-packages/old-app/package.json) in `test-package/old-app`.
7+
8+
```json
9+
"resolutions": {
10+
"ember-css-modules/broccoli-css-modules": "^0.7.0",
11+
"ember-css-modules/broccoli-postcss": "^4.0.3",
12+
"ember-css-modules/postcss": "^7.0.35"
13+
},
14+
```
15+
116
## 1.3.4 (February 2, 2021)
217
### Fixed
318
- Ensure styles from addons that define a custom `moduleName` use correct import paths ([#220](https://github.com/salsify/ember-css-modules/pull/220); thank you [@timlindvall](https://github.com/timlindvall)!)

0 commit comments

Comments
 (0)