Skip to content

Releases: vercel/styled-jsx

v1.0.11

26 Sep 09:02
Compare
Choose a tag to compare

Patches

  • Update Stylis to fix a bug with custom properties names containing the word contain (#287)

Huge thanks to @callumlocke for reporting the bug and @thysultan for fixing it in Stylis.

v1.0.10

25 Jul 07:45
Compare
Choose a tag to compare

Patches

  • Update Stylis to fix a bug with spaces in quoted properties values (#271)

Huge thanks to @johhansantana for reporting the bug and @thysultan for fixing it in Stylis.

v1.0.9

20 Jul 10:49
Compare
Choose a tag to compare

Patches

  • Properly detect module.exports in external styles (#267)
  • Upgrade Stylis to fix some parsing bugs and use a dedicate instance for styled-jsx (#268)

Huge thanks to @eliot-akira for discovering the issue and debugging #267 and @thysultan for the great work on Stylis!

1.0.8

03 Jul 15:10
@leo leo
Compare
Choose a tag to compare

Patches

  • Support for Prettier 1.5.x added: #256

Credits

Huge thanks to @akupila for his help!

1.0.7

27 Jun 06:48
Compare
Choose a tag to compare

Patches

  • browser-env included as a dependency (#249)

1.0.6

24 Jun 18:28
Compare
Choose a tag to compare

Patches

  • Fix HMR (#245) [@akupila]
    Fixes the case when styles are updated and the JSXStyle component ignores them because it calls its update helper on componentWillUpdate with the old props.

1.0.5

11 Jun 08:25
Compare
Choose a tag to compare

Patches

Thanks to @thysultan for the Stylis patches!

1.0.4

04 Jun 10:20
Compare
Choose a tag to compare

Patches

  • Fix external styles with expressions are not transpiled (#223)
  • Space in calc is ignored (#223)
  • Pseudo classes and elements broken (#223)

Huge thanks to @thysultan for fixing the relevant bugs in Stylis and @soulchainer, @Larry850806 and @jaydenseric for the bug reports!

1.0.3

31 May 10:02
Compare
Choose a tag to compare

Patches

  • Add support for Node 4 (#218)

1.0.2

30 May 18:20
Compare
Choose a tag to compare

Patches

  • Fix at-rules nesting (#216)

Huge thanks to @cheeaun and @thysultan for their help!