Releases: dimitribarbot/tailwind-styled-components-extractor
Releases · dimitribarbot/tailwind-styled-components-extractor
v0.4.7
v0.4.6
[0.4.6] - 2023-11-01
Fixed
- Take
using
directive into account when adding import statement in file
v0.4.5
[0.4.5] - 2023-07-21
Fixed
- Do not replace className if there is only a simple identifier mapping such as
className={className}
v0.4.4
[0.4.4] - 2023-02-03
Fixed
- Add missing svg tags as known JSX tags
v0.4.3
[0.4.3] - 2023-01-22
Fixed
- Fix issue with className extraction when spread operator is used
v0.4.2
[0.4.2] - 2023-01-22
Changed
- Improve performance by removing checks of code when user is moving cursor in the text editor
v0.4.1
[0.4.1] - 2023-01-21
Changed
- Change extension logo background color from transparent to white
v0.4.0
[0.4.0] - 2023-01-21
Added
- Add screenshot in README.md file
- Add extension logo
v0.3.2
[0.3.2] - 2023-01-21
Fixed
- Add missing props to extracted components when expressions are used