All Versions
22
Latest Version
Avg Release Cycle
49 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v3.0.1 Changes
August 05, 2018Patches
- ๐ 98164cd - Update package-lock.json (@giuseppeg)
-
v3.0.0 Changes
August 05, 2018๐ Enables authoring of styles in actual
css
files via the newstyled-jsx/webpack
loader ๐ฅ๐ Introduces support for dynamic HTML elements
const Heading = `h${props.level}`
๐ Simplifies styling of child components via the new
css.resolve
tag which returns the scopedclassName
andstyles
const { className, styles } = css.resolve
p { color: black }
// ...<div> <ChildComponent className={className} /> {styles}<div/>React.StrictMode
compliant
๐ฅ Breaking changes
- ๐
051d0d1 - Rewrote
styled-jsx/css
. External global styles should now be tagged withcss.global
(#422) (@giuseppeg)
๐ Features
- ๐ bd7ae2a - Add webpack loader to load external CSS files (#466) (@giuseppeg)
- ๐
051d0d1 - Introduce
css.resolve
which returns a scoped
className
andstyles
(#422) (@giuseppeg) - ๐
051d0d1 - Introduce
styled-jsx/macro
which allows to usecss.resolve
as a Babel macro (eg. in Create React App) (#422) (@giuseppeg) - ๐ 8d9374a - Add support for dynamic html elements (#462) (@twltwl)
- ๐ a55c821 - Log a message when loading a plugin (#448) (@giuseppeg)
Patches
- ๐ 69c00d4 - Switch to async safe lifecycle methods (#464) (@giuseppeg)
- ๐ 8deb136 - Add FAQ about packaging with Rollup (@giuseppeg)
- ๐ 2831798 - Simplify build and clean up things a bit (#421) (@giuseppeg)