Skip to content

Commit 3d8231f

Browse files
Adding warning to the README (#735)
1 parent 74817d8 commit 3d8231f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@ While it's not always possible we're enabling over 30 features with these plugin
3333

3434
You can keep track of our current efforts on the [PostCSS Preset Env Project] and also read announcements on the [project's discussions][discussions].
3535

36+
### ⚠️ PostCSS Preset Env 8 ⚠️
37+
38+
We're currently working on a major version upgrade for PostCSS Preset Env. Sadly, major version implies breaking changes.
39+
40+
We've decided to keep the work on a separate branch, so we can keep updating the plugins and/or `postcss-preset-env` for
41+
any bugfixes. We know this can be confusing since you might see new major versions coming up on NPM but the code and
42+
CHANGELOG does not reflect what you're seeing.
43+
44+
You can navigate the repo on the [V8 working branch](https://github.com/csstools/postcss-plugins/tree/postcss-preset-env--v8).
45+
If you're not finding code for a new version you will probably find it there!
46+
47+
You can also read about PostCSS Preset Env 8 [in our wiki](https://github.com/csstools/postcss-plugins/wiki/PostCSS-Preset-Env-8).
48+
If you're curious to know why things are changing and what is changing we hope we've portrayed that information there.
49+
50+
We would also appreciate if you tested the new versions and/or the alphas we keep releasing. If you find any bug or
51+
any docs that aren't clear we would appreciate even more if you could let us know!
52+
3653
## Contributing
3754

3855
Thanks for being willing to contribute! Please read our [contributing guide]!

0 commit comments

Comments
 (0)