All Versions
131
Latest Version
Avg Release Cycle
116 days
Latest Release
27 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v1.1.2 Changes
β Added
π Changed
- π Fixed setting the default theme via
defaultPropsand theme changes not re-rendering components with new styles, thanks to @michalkvasnicak. (see #253) - π Improve ReactNative style generation performance, thanks to @sheepsteak. (see #171)
- π Fixed setting the default theme via
-
v1.1.1 Changes
π Changed
- β¬οΈ Bumped
css-to-react-nativetov1.0.3to avoid floating points number bug.
- β¬οΈ Bumped
-
v1.1.0 Changes
β Added
- π
Expose API for Server Side rendering:
styleSheet.reset()andstyleSheet.getCSS(), thanks to @thisguychris, (see #214) fixes #124 - β Added support for deeply nested styles in ReactNative (e.g.
transform), thanks @jacobp100. (see #139) - β Added support for camelized style properties in ReactNative (e.g.
fontWeight), thanks @jacobp100. (see #145) - π
Properly expose
flowtypings by adding aflow:buildstep andflowsupport docs, thanks to @ryyppy. (see #219)
π Changed
- π Converted Object.assign to spread operator, thanks to @thisguychris. (see #201)
- π Switched to using inline-style-prefixer for our autoprefixing needs.
- π Fixed IE10 compatibility, thanks to @thisguychris. (see #217)
- π
Expose API for Server Side rendering:
-
v1.0.10 Changes
October 28, 2016π Changed
- π Huge performance improvement by injecting styles outside of
render, thanks to @JamieDixon. (see #137)
- π Huge performance improvement by injecting styles outside of
-
v1.0.9 Changes
October 26, 2016β Added
- β Added ability to get ref to the inner (DOM) node of the styled component via
innerRefprop, thanks to @freiksenet. (see #122) - π
Section in docs about the new
stylelintsupport withstylelint-processor-styled-components
π Changed
- β Added ability to get ref to the inner (DOM) node of the styled component via
-
v1.0.8 Changes
October 18, 2016β Added
- π IE10 support, thanks to @didierfranc! (see #119)
π Changed
- π Fixed
<ThemeProvider>component hot reloading
-
v1.0.7 Changes
October 18, 2016β Added
- π Documentation about integrating with an existing CSS codebase
- π Support for CSS custom variables
π Changed
- π
Move react from dependencies to
peerβ&devDependencies, thanks to @sheepsteak! (see #93) - π Fix cyclical dependency deadlock in
.es.jsbundle that forced us to revert v1.0.6, thanks to @Rich-Harris! (see #100) - π¨ Refactored and added to e2e test suite
-
v1.0.6 Changes
October 16, 2016β Added
CHANGELOG.mdfor tracking changes between versions- π Support for Internet Explorer by removing
Symbolfrom the transpiled output - π
.es.jsbundle for Webpack v2 or Rollup users to take advantage of tree shaking, thanks to @Rich-Harris! (see #96)
π Changed
- π Fixed inheritance of statics (like
defaultProps) withstyled(StyledComponent), thanks to @diegohaz! (see #90) - π UMD bundle is now built with Rollup, which means a 22% reduction in size and a 60% reducing in parse time, thanks to @Rich-Harris! (see #96)
-
v1.0.5 Changes
October 15, 2016π Changed
- π Fixed theming on ReactNative