Skip to content

Conversation

@romainmenke
Copy link
Member

No description provided.

@romainmenke romainmenke added this to the 7.3.0 milestone Jan 13, 2022
* add postcss-is-pseudo-class to preset-env and cli

* add test
romainmenke and others added 2 commits January 16, 2022 16:23
* cli : emit warnings

* update change log
* Updating dependencies

* Simplifying Object usaging

* Clearer stage

* Adding debug

* Adding documentation

* Useful on issues too

* eslint enforce radix in parseInt

* Naive approach to using result.warn

* Clamping

* Switching for better clarity

* Update plugin-packs/postcss-preset-env/src/index.js

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Update plugin-packs/postcss-preset-env/src/index.js

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* 7.3

* add `postcss-is-pseudo-class` to `postcss-preset-env` and `cli` (#159)

* add postcss-is-pseudo-class to preset-env and cli

* add test

* Updating CHANGELOG

* Fixing link

* Fixing changelog

Co-authored-by: romainmenke <romainmenke@gmail.com>
Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
Antonio-Laguna and others added 3 commits January 17, 2022 12:25
* Updating dependencies

* Simplifying Object usaging

* Clearer stage

* Adding debug

* Adding documentation

* Useful on issues too

* eslint enforce radix in parseInt

* Naive approach to using result.warn

* Clamping

* Switching for better clarity

* Update plugin-packs/postcss-preset-env/src/index.js

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Update plugin-packs/postcss-preset-env/src/index.js

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* 7.3

* add `postcss-is-pseudo-class` to `postcss-preset-env` and `cli` (#159)

* add postcss-is-pseudo-class to preset-env and cli

* add test

* Updating CHANGELOG

* Fixing link

* Fixing changelog

* Moving to separate file

* Adding option that disables client side polyfills

* Adding useful logging to debug mode

* Consistency

* Adding meaningful tests

* Updating README

* Update plugin-packs/postcss-preset-env/README.md

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Adding missing library

Co-authored-by: romainmenke <romainmenke@gmail.com>
Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
* apply new test suite to more plugins and sourcemap fixes

* cleanup dev dependencies
romainmenke and others added 3 commits January 21, 2022 11:54
* Getting things up to date

* Creating a query for browsers from given browser support

* Updating tests

* Moving to cssdb feature

* Using the new logic with logs too

* Allowing `.` for float versions

* Updating package
@Antonio-Laguna Antonio-Laguna linked an issue Jan 21, 2022 that may be closed by this pull request
* :any-link fixes

* update tests

* update tests

* make it work without :is
* postcss-hwb-function in preset-env / cli

* add a test for hwb in preset-env

* merge
Antonio-Laguna and others added 10 commits January 23, 2022 11:47
* Adding postcss-clamp

* Updating CHANGELOG

* New test for preserve: true with every feature enabled
* wip

* wip

* wip

* wip

* wip

* finish
* Adding two new plugins

* Adding missing plugins to the CLI
* postcss-is-pseudo-class : browser tests

* postcss-is-pseudo-class: 2 stage transform

* cleanup
* postcss-preset-env: filter by implementation status

* tweak

* fix insertBefore/insertAfter

* fix

* few more tests and simplify postcss-tape expect/result option

* fix

* update docs
@Antonio-Laguna
Copy link
Member

From a quick search on the word, unreleased these are the plugins to be released:

  • postcss-is-pseudo
  • css-prefers-color-scheme
  • postcss-custom-properties
  • postcss-image-set-function
  • postcss-pseudo-class-any-link

However there are more tags here so need to investigate this list further

* Adding more to the README

#202

* Updating docs

* Update plugin-packs/postcss-preset-env/README.md

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Update plugin-packs/postcss-preset-env/README.md

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Update plugin-packs/postcss-preset-env/README.md

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Update plugin-packs/postcss-preset-env/README.md

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

* Update plugin-packs/postcss-preset-env/README.md

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>

Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
@romainmenke
Copy link
Member Author

romainmenke commented Jan 31, 2022

packages with code changes in this branch :

git --no-pager diff --name-only origin/main -> filted by .js|.mjs|.ts and one per package

cli/csstools-cli/src/cli.ts
plugin-packs/postcss-preset-env/src/index.js
plugins/postcss-image-set-function/src/lib/get-media.ts
plugins/postcss-is-pseudo-class/src/index.ts
plugins/postcss-pseudo-class-any-link/src/index.js

The rest of the labels where added because the Discord link was added ;)

@romainmenke romainmenke marked this pull request as ready for review January 31, 2022 07:44
@romainmenke romainmenke merged commit f1f7746 into main Jan 31, 2022
@romainmenke romainmenke deleted the 7.3--philosophical-mayfly-9d15adc344 branch January 31, 2022 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment