All Versions
117
Latest Version
Avg Release Cycle
41 days
Latest Release
1510 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v2.4.0 Changes
December 22, 2017- โ remove some extra information from the generated hash that can differ between build environments (see #1381)
-
v2.3.3 Changes
December 20, 2017- ๐ Fix the attr filtering optimization removed in v2.3.2; bundle size improvement, thanks to @probablyup (see #1377)
- ๐ Move last bits of docs from the README to the website, thanks to @Carryon, @SaraVieira and @JamesJefferyUK
-
v2.3.2 Changes
December 19, 2017- ๐ Hotfix a bug in the attr filtering in v2.3.1 (see #1372)
-
v2.3.1 Changes
December 19, 2017- ๐ Create styled-components badge, thanks to @iRoachie (see #1363)
- ๐ Library size reductions, thanks to @probablyup (see #1365)
- โ Add Prettier, thanks to @existentialism (see #593)
- ๐ Fix unminified UMD build, thanks to @maciej-ka (see #1355)
- โก๏ธ Update the contribution and community guidelines, see the [CONTRIBUTING.md](./CONTRIBUTING.md)
-
v2.3.0 Changes
December 15, 2017- โ Add development sandbox to repo for easier contributing, thanks to @gribnoysup (see #1257)
- โ Add basic support for style objects in the Typescript definitions, thanks to @nbostrom (see #1123)
- ๐ Fix ref warning using withTheme HOC and stateless function components, thanks to @MatthieuLemoine (see #1205)
- ๐
Consistently escape displayNames when creating
componentId
, thanks to @evan-scott-zocdoc (see #1313) - ๐ Better issue template (see #1342)
-
v2.2.4 Changes
November 29, 2017- ๐ Disable static styles caching when hot module replacement is enabled.
- ๐
Bump minimum
stylis
version to 3.4.0, adjust the semver caret target (see #1296)
-
v2.2.3 Changes
October 29, 2017- ๐ Fix incorrect StyledNativeComponent#componentWillReceiveProps implementation (see #1276)
-
v2.2.2 Changes
October 24, 2017- ๐
Prevent
withTheme
HOC from breaking when passing a theme fromdefaultProps
, thanks to @kutyel (see #1130) - ๐ Refactor out theme logic in StyledComponent's componentWillMount & componentWillReceiveProps (see #1130)
- โ Add onReset to valid react props list (see #1234)
- โ Add support for ServerStyleSheet PropType in both StyleSheetManager and StyledComponent (see #1245)
- ๐
Prevent component styles from being static if
attrs
are dynamic (see #1219) - ๐ Changed 'too many classes' error to recommend attrs for frequently changed styles (see #1213)
- ๐
Prevent
-
v2.2.1 Changes
October 04, 2017- ๐ Cache static classnames in browser environments, thanks to @schwers (see [#1069]https://github.com/styled-components/styled-components/pull/1069))
- ๐
Move the list of libraries built with styled-components to
awesome-styled-components
, thanks to @romellogood (see #1203) - ๐ Don't emit empty rules like from interpolations, thanks to @wmertens (see #1149)
-
v2.2.0 Changes
September 27, 2017- ๐ Fixed downstream minification issue with replacing
process
(see #1150) - ๐ Fixed nonce missing from global styles (see #1088)
- ๐ Improve component mount and unmount performance with changes to
createBroadcast
. Deprecates usage ofCHANNEL
as a function, will be update toCHANNEL_NEXT
's propType in a future version. (see #1048) - ๐ Fixed comments in react-native (see #1041)
- Add support for the
__webpack_nonce__
CSP attribute (see #1022 and #1043) - โ Add react-native
ImageBackground
alias (see #1028) - ๐ Refactor variable in generateAlphabeticName.js (see #1040)
- ๐ Enable the Node environment for SSR tests, switch some output verification to snapshot testing (see #1023)
- โ Add .extend and .withComponent deterministic ID generation (see #1044)
- โ Add
marquee
tag to domElements (see #1167)
- ๐ Fixed downstream minification issue with replacing