Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 2.52 KB

File metadata and controls

82 lines (47 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Nothing yet!

[0.5.0] - 2025-05-24

Added

  • Add possibility to define tailwind-styled-components module name so that import statements can be in the form import tw from "my-custom-tailwind-styled-components".

[0.4.7] - 2023-11-01

Fixed

  • Take import * as directive into account to compute where to insert import statement for style file

0.4.6 - 2023-11-01

Fixed

  • Take using directive into account when adding import statement in file

0.4.5 - 2023-07-21

Fixed

  • Do not replace className if there is only a simple identifier mapping such as className={className}

0.4.4 - 2023-02-03

Fixed

  • Add missing svg tags as known JSX tags

0.4.3 - 2023-01-22

Fixed

  • Fix issue with className extraction when spread operator is used

0.4.2 - 2023-01-22

Changed

  • Improve performance by removing checks of code when user is moving cursor in the text editor

0.4.1 - 2023-01-21

Changed

  • Change extension logo background color from transparent to white

0.4.0 - 2023-01-21

Added

  • Add screenshot in README.md file
  • Add extension logo

0.3.2 - 2023-01-21

Fixed

  • Add missing props to extracted components when expressions are used