Skip to content

Adding warning to the README for V8 #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ While it's not always possible we're enabling over 30 features with these plugin

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

### ⚠️ PostCSS Preset Env 8 ⚠️

We're currently working on a major version upgrade for PostCSS Preset Env. Sadly, major version implies breaking changes.

We've decided to keep the work on a separate branch, so we can keep updating the plugins and/or `postcss-preset-env` for
any bugfixes. We know this can be confusing since you might see new major versions coming up on NPM but the code and
CHANGELOG does not reflect what you're seeing.

You can navigate the repo on the [V8 working branch](https://github.com/csstools/postcss-plugins/tree/postcss-preset-env--v8).
If you're not finding code for a new version you will probably find it there!

You can also read about PostCSS Preset Env 8 [in our wiki](https://github.com/csstools/postcss-plugins/wiki/PostCSS-Preset-Env-8).
If you're curious to know why things are changing and what is changing we hope we've portrayed that information there.

We would also appreciate if you tested the new versions and/or the alphas we keep releasing. If you find any bug or
any docs that aren't clear we would appreciate even more if you could let us know!

## Contributing

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