Files
Monkey-Test/WebDriverAgent/Inspector/node_modules/postcss-minify-selectors/CHANGELOG.md
T
2019-01-25 17:01:52 +08:00

1.2 KiB

1.5.0

  • Added support for converting pseudo elements with double colon syntax to the single colon syntax.

1.4.7

  • Further performance improvements by using less postcss-selector-parser iterations.

1.4.6

  • Bump normalize-selector to 0.2.0, decreases overall package weight.
  • Speed up node iteration by calling eachInside once rather than twice.

1.4.5

  • Update normalize-selector to cut down package weight.

1.4.4

  • Fixed an integration issue with postcss-font-magician.

1.4.3

  • Fixed an issue where .from was transformed to 0%.

1.4.2

  • Bump dependencies.
  • Fixes for PostCSS plugin guidelines.

1.4.1

  • Fixes incorrect deduplication of pseudo selector rules.

1.4.0

  • Update to postcss-selector-parser to greatly improve parsing logic.

1.3.1

  • Fixes a crash when nothing was passed to node-balanced.

1.3.0

  • Now uses the PostCSS 4.1 plugin API.

1.2.1

  • Passes original test case in issue 1.

1.2.0

  • Does not touch quoted values in attribute selectors.
  • No longer will mangle values such as 2100% in keyframes.

1.1.0

  • Now minifies from to 0% and 100% to to in keyframe declarations.

1.0.0

  • Initial release.