styled-jsx

Full CSS support for JSX without compromises

MIT License

Downloads
26.7M
Stars
7.6K
Committers
77

Bot releases are visible (Hide)

styled-jsx - v4.0.0

Published by github-actions[bot] about 3 years ago

4.0.0 (2021-08-09)

chore

Features

  • use react hooks to manage styles injection (#720) (48a2599)

Improvements

BREAKING CHANGES

  • Drop support for react versions < 16.8.0
styled-jsx - v4.0.0-alpha.4

Published by github-actions[bot] about 3 years ago

4.0.0-alpha.4 (2021-08-06)

Bug Fixes

styled-jsx - v4.0.0-alpha.3

Published by github-actions[bot] about 3 years ago

4.0.0-alpha.3 (2021-08-06)

Performance Improvements

styled-jsx - v3.4.7

Published by github-actions[bot] about 3 years ago

3.4.7 (2021-08-05)

Bug Fixes

styled-jsx - v4.0.0-alpha.2

Published by github-actions[bot] about 3 years ago

4.0.0-alpha.2 (2021-08-04)

Features

  • use react hooks to manage styles injection (#720) (bdc8d5d)

BREAKING CHANGES

  • This change drops support for React version < 16.8.0
styled-jsx - v4.0.0-alpha.1

Published by github-actions[bot] about 3 years ago

4.0.0-alpha.1 (2021-08-04)

chore

BREAKING CHANGES

  • Drop support for react versions < 16.8.0
styled-jsx - v3.4.6

Published by github-actions[bot] about 3 years ago

3.4.6 (2021-08-04)

Bug Fixes

styled-jsx - v3.4.5

Published by github-actions[bot] about 3 years ago

3.4.5 (2021-08-02)

Bug Fixes

styled-jsx - v3.4.4

Published by github-actions[bot] over 3 years ago

3.4.4 (2021-02-16)

Bug Fixes

styled-jsx - v3.4.3

Published by github-actions[bot] over 3 years ago

3.4.3 (2021-02-16)

Bug Fixes

  • Typing module location and invalid export (#699) (c33b931)
styled-jsx - v3.4.2

Published by github-actions[bot] over 3 years ago

3.4.2 (2021-02-07)

Bug Fixes

  • webpack: change webpack loader output to fix babel warnings (#697) (e5c602b)
styled-jsx - v3.4.1

Published by github-actions[bot] almost 4 years ago

3.4.1 (2021-01-15)

Bug Fixes

styled-jsx - v3.4.0

Published by github-actions[bot] almost 4 years ago

3.4.0 (2021-01-15)

Features

styled-jsx - v3.3.3

Published by github-actions[bot] almost 4 years ago

3.3.3 (2021-01-14)

Bug Fixes

  • make styled-jsx/babel plugin respect the source type (#684) (eb65f35)
styled-jsx - v3.3.2

Published by github-actions[bot] almost 4 years ago

3.3.2 (2020-11-17)

Bug Fixes

  • external: execute transforms before JSX transform (#677) (eac1703)
styled-jsx - v3.3.1

Published by Timer almost 4 years ago

styled-jsx -

Published by giuseppeg over 4 years ago

Minor

  • Adds support for styleModule to configure the module that the transpiled files should import (#629) - @arcanis
styled-jsx -

Published by giuseppeg over 4 years ago

Patches

  • Upgrade to @babel/types to remove transitive babel-runtime depenency (#621) - @tkalliom

docs

  • Update readme to give reason for using macro (#601) - @wilsonpage
  • Fix multiple typos (#600) - @ryanfitzer
  • Clarify resolve tag + macro docs, add CRA section (#596) - @karlhorky
styled-jsx -

Published by giuseppeg over 4 years ago

styled-jsx -

Published by giuseppeg over 5 years ago

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)