All Versions
117
Latest Version
Avg Release Cycle
41 days
Latest Release
643 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v1.4.0 Changes
January 25, 2017โ Added
- ๐ TypeScript support, thanks to @patrick91. (see #152)
-
v1.3.1 Changes
January 18, 2017๐ Changed
- ๐ Fix
<Styled(undefined)>
in React Developer Tools, thanks to @iamssen. (see #383) - ๐ Fix themes support in IE <= 10, thanks to @saschagehlich. (see #379)
- ๐ Fixed Touchable not recognising styled components as ReactNative components, thanks to @michalkvasnicak. (see #372)
- ๐ Fix
-
v1.3.0 Changes
โ Added
๐ Changed
- ๐ Fix regression from previous release and only delete
innerRef
if it is being passed down to native elements, thanks to @IljaDaderko. (see #368) - ๐ Fixed defaultProps theme overriding ThemeProvider theme, thanks to @diegohaz. (see #345)
- โ Removed custom flowtype suppressor in favour of default
$FlowFixMe
@relekang. (see #335) - ๐ Updated all dependencies to latest semver, thanks to @amilajack. (see #324)
- ๐ Updated all demos to link to latest version, thanks to @relekang. (see #350)
- ๐ Converted to DangerJS, thanks to @orta. (see #169)
- ๐ Fix regression from previous release and only delete
-
v1.2.0 Changes
โ Added
- โ Added [
withTheme
](docs/api.md#withtheme) higher order component; thanks @brunolemos. (see #312) - โ Added support for media queries, pseudo selectors and nesting in styles-as-objects. (see #280)
๐ Changed
- โ Added [
-
v1.1.2 Changes
โ Added
๐ Changed
- ๐ Fixed setting the default theme via
defaultProps
and 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-native
tov1.0.3
to 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
flow
typings by adding aflow:build
step andflow
support 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: