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

    💅 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

  • 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