All Versions
22
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 2

  • v3.2.2

    August 31, 2019
  • v3.2.1 Changes

    February 10, 2019

    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 Changes

    January 16, 2019

    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 Changes

    December 27, 2018

    Patches

    • ๐Ÿ’… Do not use the css prop in JSXStyle (#534) (@shYkiSto)

    ๐Ÿ’… 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 Changes

    November 15, 2018

    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 Changes

    November 07, 2018

    Patches

    • ๐Ÿ›  Fix issue with plugins info message flooding (#518) (@giuseppeg)
    • ๐Ÿ›  Fix vendorPrefix typo to vendorPrefixes (#515) (@ryanfitzer)
  • v3.1.0

    September 26, 2018
  • v3.0.3 Changes

    August 31, 2018

    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.3-canary.0 Changes

    August 31, 2018

    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 Changes

    August 05, 2018

    Patches