Releases: vercel/styled-jsx
Releases · vercel/styled-jsx
0.2.1
Patch
Add missing server
export [@nkzawa]
0.2.0
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
Patches
Fix multiple occurrences of components per file (#12, PR #45) [@giuseppeg]
0.1.2
Patches
Fix multiple style occurrences by introducing styleId
into <_JSXStyle>
(PR #44) [@nkzawa]
0.1.1
Minor Changes
- Make
data-jsx
use number literals instead of string literals for better memory / diff performance [@rauchg]
Patches
0.1.0
Minor Changes
Patches
- Add NPM version badge [@thisguychris]
- Add support for whitespace inside
<style>
(#24) [@rauchg]
- Fix tests [@rauchg]
- Improve README [@leo, @rauchg ]
0.0.7
Patches
- Fixed a typo in the
files
property within package.json
: #23
0.0.6
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