Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 1.17 KB

0.1.0 (January 6th, 2023)

  • added support for components defined with string syntax (styled('div') instead of styled.div) as requested here. Added test cases for this syntax.

0.0.40 (July 29, 2022)

  • Re-added support for styled components defined within objects while fixing the hang. jsx-ast-utils needed to be upgraded to avoid an error with ChainingExpressions, but using the newer version of jsx-ast-utils may cause issues in some older environments.

0.0.40 (June 16, 2022)

  • Reverted changes from 0.0.37, which were causing eslint to hang.

0.0.38, 0.0.39 (June 12, 2022)

  • Changed the image links in the readme to externally hosted images so they are visible outside github on npm.

0.0.37 (June 2, 2022)

  • Add support for styled components defined as objects. (@pawelglosz in #39)