Skip to content

Releases: vercel/styled-jsx

v3.2.5

14 Mar 09:33
Compare
Choose a tag to compare

Patches

  • Upgrade to @babel/types to remove transitive babel-runtime depenency (#621) - @tkalliom

docs

3.2.4

23 Feb 10:03
Compare
Choose a tag to compare
3.2.4

v3.2.1

10 Feb 20:46
Compare
Choose a tag to compare

Minor

  • Add support for inline object spreads {...{ className: 'foo' }} (#541) (@doniyor2109)

Patches

  • Remove line breaks from production styles (#546)
  • Fix source maps generation (#551) - Thanks to (@ijjk) for his feedback!
  • Update dependencies (#550)

v3.2.0

16 Jan 10:24
Compare
Choose a tag to compare

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

27 Dec 08:02
Compare
Choose a tag to compare

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 theJSXStylecomponent work more like a regularstyle` element.

With this version you might need to update snapshot tests.

v3.1.2

15 Nov 18:20
Compare
Choose a tag to compare

Patches

  • Add missing filename opt for external files (#526)
  • Fix styled-jsx/server readme link (#525) (@zgreen)
  • Readme: Stylus syntax highlight in VScode (#519) (@samuelroy)
  • Fix options type function to always execute (#522) (@danielr18)

v3.1.1

07 Nov 13:47
Compare
Choose a tag to compare

Patches

v3.0.3-canary.0

31 Aug 12:14
Compare
Choose a tag to compare
v3.0.3-canary.0 Pre-release
Pre-release

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!

v3.0.2

05 Aug 15:10
Compare
Choose a tag to compare

Patches

v3.0.1

05 Aug 09:50
Compare
Choose a tag to compare

Patches