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!
- Add possibility to define
tailwind-styled-componentsmodule name so that import statements can be in the formimport tw from "my-custom-tailwind-styled-components".
- Take
import * asdirective into account to compute where to insert import statement for style file
0.4.6 - 2023-11-01
- Take
usingdirective into account when adding import statement in file
0.4.5 - 2023-07-21
- Do not replace className if there is only a simple identifier mapping such as
className={className}
0.4.4 - 2023-02-03
- Add missing svg tags as known JSX tags
0.4.3 - 2023-01-22
- Fix issue with className extraction when spread operator is used
0.4.2 - 2023-01-22
- Improve performance by removing checks of code when user is moving cursor in the text editor
0.4.1 - 2023-01-21
- Change extension logo background color from transparent to white
0.4.0 - 2023-01-21
- Add screenshot in README.md file
- Add extension logo
0.3.2 - 2023-01-21
- Add missing props to extracted components when expressions are used