Releases: vercel/styled-jsx
Releases · vercel/styled-jsx
v3.2.5
Patches
docs
- Update readme to give reason for using macro (#601) - @wilsonpage
- Fix multiple typos (#600) - @ryanfitzer
- Clarify resolve tag + macro docs, add CRA section (#596) - @karlhorky
3.2.4
v3.2.1
v3.2.0
Minor
- Transition to Babel 7 and add support for JSX fragments shorthand
<></>
- Babel 6 is still supported (#535) (@ijjk)
Patches
- Switched to visiting the
Program
path and then start a traversal manually to solve conflicts with other Babel plugins. (#536) (@ijjk) - Upgrade Stylis and fix some CSS preprocessing issues.
Huge thanks to @ijjk for his contributions! 🎉
v3.1.3
Patches
styled-jsx converts style
blocks to a custom JSXStyle
component which takes css strings via a css
prop. This prop conflicts with other libraries like styled-components. Since for us is just an implementation detail we are going to rename it to children
and make the
JSXStylecomponent work more like a regular
style` element.
With this version you might need to update snapshot tests.
v3.1.2
v3.1.1
Patches
- Fix issue with plugins info message flooding (#518) (@giuseppeg)
- Fix
vendorPrefix
typo tovendorPrefixes
(#515) (@ryanfitzer)
v3.0.3-canary.0
Patches
- Readme: Update Atom instructions with support for css
...
: #473 - Fixed typo in FAQ: #475
- Fix JSXStyle renders styles too late: #484
Credits
Huge thanks to @rstacruz, @jasonkylefrank, and @giuseppeg for helping!