All Versions
117
Latest Version
Avg Release Cycle
41 days
Latest Release
1510 days ago

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
  • 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 from defaultProps, 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)
  • v2.2.1 Changes

    October 04, 2017
  • 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 of CHANNEL as a function, will be update to CHANNEL_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)