Releases: vercel/styled-jsx
Releases · vercel/styled-jsx
v1.0.11
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
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
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
1.0.7
1.0.6
1.0.5
Patches
- Fix expressions placeholders parsing/validation for external files (#227) [@giuseppeg]
- Fix ASI after a colon (#228) [@fatfisz]
Thanks to @thysultan for the Stylis patches!
1.0.4
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!