Releases: vercel/styled-jsx
Releases · vercel/styled-jsx
v3.4.5
3.4.5 (2021-08-02)
Bug Fixes
v3.4.4
3.4.4 (2021-02-16)
Bug Fixes
v3.4.3
3.4.3 (2021-02-16)
Bug Fixes
- Typing module location and invalid export (#699) (c33b931)
v3.4.2
3.4.2 (2021-02-07)
Bug Fixes
- webpack: change webpack loader output to fix babel warnings (#697) (e5c602b)
v3.4.1
3.4.1 (2021-01-15)
Bug Fixes
v3.4.0
3.4.0 (2021-01-15)
Features
v3.3.3
3.3.3 (2021-01-14)
Bug Fixes
- make styled-jsx/babel plugin respect the source type (#684) (eb65f35)
v3.3.2
3.3.2 (2020-11-17)
Bug Fixes
- external: execute transforms before JSX transform (#677) (eac1703)
v3.3.1
Update React peerDependency to account for React 17 (#672)
v3.3.0
Minor
- Adds support for styleModule to configure the module that the transpiled files should import (#629) - @arcanis