Skip to content

Releases: vercel/styled-jsx

v3.4.5

02 Aug 18:50
2798620
Compare
Choose a tag to compare

3.4.5 (2021-08-02)

Bug Fixes

v3.4.4

16 Feb 15:54
2741879
Compare
Choose a tag to compare

3.4.4 (2021-02-16)

Bug Fixes

v3.4.3

16 Feb 15:21
c33b931
Compare
Choose a tag to compare

3.4.3 (2021-02-16)

Bug Fixes

  • Typing module location and invalid export (#699) (c33b931)

v3.4.2

07 Feb 01:18
e5c602b
Compare
Choose a tag to compare

3.4.2 (2021-02-07)

Bug Fixes

  • webpack: change webpack loader output to fix babel warnings (#697) (e5c602b)

v3.4.1

15 Jan 15:34
2f8d852
Compare
Choose a tag to compare

3.4.1 (2021-01-15)

Bug Fixes

v3.4.0

15 Jan 12:22
4dd5c13
Compare
Choose a tag to compare

3.4.0 (2021-01-15)

Features

v3.3.3

14 Jan 14:14
eb65f35
Compare
Choose a tag to compare

3.3.3 (2021-01-14)

Bug Fixes

  • make styled-jsx/babel plugin respect the source type (#684) (eb65f35)

v3.3.2

17 Nov 15:47
eac1703
Compare
Choose a tag to compare

3.3.2 (2020-11-17)

Bug Fixes

  • external: execute transforms before JSX transform (#677) (eac1703)

v3.3.1

14 Nov 02:50
28d2d8f
Compare
Choose a tag to compare
Update React peerDependency to account for React 17 (#672)

v3.3.0

14 May 12:40
Compare
Choose a tag to compare

Minor

  • Adds support for styleModule to configure the module that the transpiled files should import (#629) - @arcanis