Skip to content

Releases: dimitribarbot/tailwind-styled-components-extractor

v0.5.0

24 May 11:02

Choose a tag to compare

[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".

v0.4.7

01 Nov 10:13

Choose a tag to compare

[0.4.7] - 2023-11-01

Fixed

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

v0.4.6

01 Nov 09:33

Choose a tag to compare

[0.4.6] - 2023-11-01

Fixed

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

v0.4.5

21 Jul 08:41

Choose a tag to compare

[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

03 Feb 18:37

Choose a tag to compare

[0.4.4] - 2023-02-03

Fixed

  • Add missing svg tags as known JSX tags

v0.4.3

22 Jan 10:49

Choose a tag to compare

[0.4.3] - 2023-01-22

Fixed

  • Fix issue with className extraction when spread operator is used

v0.4.2

22 Jan 09:40

Choose a tag to compare

[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

21 Jan 12:20

Choose a tag to compare

[0.4.1] - 2023-01-21

Changed

  • Change extension logo background color from transparent to white

v0.4.0

21 Jan 12:01

Choose a tag to compare

[0.4.0] - 2023-01-21

Added

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

v0.3.2

20 Jan 23:09

Choose a tag to compare

[0.3.2] - 2023-01-21

Fixed

  • Add missing props to extracted components when expressions are used