Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 743 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 743 Bytes

CHANGELOG

0.10.0 (07-28-2017)

  • 🐛 postcss-scopeify-everything will sometimes return a scope.classes key with multiple classes and we were not properly handling it

0.9.1 (07-06-2017)

  • 🐛 upgrade postcss-scopeify-everything to fix async parser

0.9.0 (03-01-2017)

  • 🐛 replaceClassName should work even if there is no style tags

0.3.0 (01-07-2016)

  • ✨ Upgraded postcss-scopeify-everything to better handle CSS syntax errors

0.2.0

  • ✨ Ability to remove unused, unscoped classes from DOM replaceClassName option
  • ✨ New API for sync and async scopeify

0.1.0

  • 🚀 Initial release