Releases: vercel/styled-jsx
Releases · vercel/styled-jsx
0.2.3
23 Dec 21:14
Compare
Sorry, something went wrong.
No results found
0.2.2
21 Dec 03:06
Compare
Sorry, something went wrong.
No results found
0.2.1
19 Dec 18:19
Compare
Sorry, something went wrong.
No results found
Patch
Add missing server export [@nkzawa ]
0.2.0
19 Dec 18:13
Compare
Sorry, something went wrong.
No results found
Features
New APIs for server rendering styles that prevent duplication on the client when hydrating:
Adds styled-jsx/server
flush() (default) returns an array of React.Element for each <style>
flushToHTML returns an HTML string
Fixes #22 , PR #46 [@rauchg ]
0.1.3
19 Dec 15:59
Compare
Sorry, something went wrong.
No results found
Patches
Fix multiple occurrences of components per file (#12 , PR #45 ) [@giuseppeg ]
0.1.2
19 Dec 14:55
Compare
Sorry, something went wrong.
No results found
Patches
Fix multiple style occurrences by introducing styleId into <_JSXStyle> (PR #44 ) [@nkzawa ]
0.1.1
18 Dec 23:48
Compare
Sorry, something went wrong.
No results found
Minor Changes
Make data-jsx use number literals instead of string literals for better memory / diff performance [@rauchg ]
Patches
0.1.0
12 Dec 11:06
Compare
Sorry, something went wrong.
No results found
0.0.7
07 Dec 09:27
Compare
Sorry, something went wrong.
No results found
Patches
Fixed a typo in the files property within package.json: #23
0.0.6
07 Dec 09:21
Compare
Sorry, something went wrong.
No results found
Patches
Creation of <style> tag now works properly: #20
Applying styles was fixed: #19
Make sure that the whole API gets uploaded to npm: #17
Fixed code transpilation: d5d823e