Skip to content

Releases: dimitribarbot/tailwind-styled-components-extractor

v0.4.7

01 Nov 10:13
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[0.3.2] - 2023-01-21

Fixed

  • Add missing props to extracted components when expressions are used