Releases: robkorv/postcss-selector-prefix
Releases · robkorv/postcss-selector-prefix
Release list
Dependencies update, node 18 EOL removed, node 26 added
Dependencies update, following flatted vulnerability alerts
5.0.3 - Dependencies update, following flatted vulnerability alerts
- #62 Bumps flatted from 3.3.4 to 3.4.2.
- Dependencies update with
npm update.
Dependencies update, following minimatch vulnerability alerts
5.0.2 - Dependencies update, following minimatch vulnerability alerts
- #60 Bump minimatch from 3.1.2 to 3.1.5
- Dependencies update with
npm update. - Added node v24 to test run.
- Updated github actions dependencies.
Fix Cannot find module 'escape-string-regexp'
5.0.1 - Fix Cannot find module 'escape-string-regexp'
- #56 fixed "Error: Cannot find module 'escape-string-regexp' when using this package"
Upgrade to postcss 8, refactored code to current plugin boilerplate
5.0.0 - Upgrade to postcss 8, refactored code to current plugin boilerplate
- refactored code to match the current plugin boilerplate.
- dependencies update.
- use gh-actions instead of travis for running tests.
Node 4 support dropped, Upgrade to postcss 7, refactored code to current plugin boilerplate
- #15 main and developer dependencies upgraded to last major versions.
- Refactored code to match the current plugin boilerplate.
- Eslint dropped support for node 4.
Dev dependencies update
- #13 developer dependencies updated following a vulnerability report.
- fixed links in 2.1.0 changelog lines.
Dependencies update, node 0.12 support dropped
- dependencies update.
- postcss 6 dropped support for node 0.12
keyframes fix and examples
- #8 don't touch
@keyframes children(contributed by @Dangoo) - #9 simple example page
Combinator selector replacement, node 0.10 support dropped
- combinator selectors that can't be prefixed with the prefix are replaced with the prefix.
- dependencies update.
- postcss 5 dropped support for node 0.10