Skip to content

Update styled-components to the latest version 🚀#38

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/styled-components-3.2.6
Open

Update styled-components to the latest version 🚀#38
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/styled-components-3.2.6

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Apr 17, 2018

Copy link
Copy Markdown

Version 3.2.6 of styled-components was just published.

Dependency styled-components
Current Version 2.4.0
Type dependency

The version 3.2.6 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of styled-components.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.2.6

The primary fix in this patch release was related to a misconfiguration in the stylis rule splitter which could cause some rules to be discarded when there was no whitespace around selector operands.

  • Fix cascade: false being erroneously set on the Stylis rule splitter (see #1677)
  • Fix typo in ComponentStyle.js comments (see #1678)
  • Accept ref forwarding components in styled constructor (see #1658)
  • Fix onInvalid check in validAttrs, by @SlootSantos (see #1668)
  • Fix makeSpeedyTag's css method (see #1663)
  • Fix ComponentStyle caching strategy to take StyleSheet cache into account, by @darthtrevino (see #1634)
  • Add new test-utils to simplify finding styled-components in the DOM in unit testing scenarios, by @jamiebuilds (see #1652)
  • Add minified commonjs and esm builds for bundle size tracking (see #1681)
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper Bot added a commit that referenced this pull request May 25, 2018
@greenkeeper

greenkeeper Bot commented May 25, 2018

Copy link
Copy Markdown
Author

Version 3.3.0 just got published.

Update to this version instead 🚀

Release Notes v3.3.0

The team is very excited to release v3.3.0, containing a number of important bugfixes and quality of life improvements to the library! This will probably be the last big release before v4.0 (roadmap) this summer.

Thank you so much to all the people who contributed. styled-components is nothing without its community ❤️

  • Fix off-by-one error in insertRuleHelpers.js, by @migueloller (see #1749)

  • Add first-class support for objects, by @mxstbr (see #1732)

    const Component = styled.div({
      color: 'blue'
    })
  • Fix typo in console warning about multiple instances, by @LucianBuzzo (see #1730)

  • Make the multiple instance warning criteria a little more strict to avoid badgering people running unit tests, by @probablup (see #1693)

  • Fix React.createRef() values for innerRef being ignored in React Native, by @simonbuchan (see #1718)

  • Hoist non-react static properties on wrapped classes, by @probablyup (see #1750)

  • Support attributes prefixed by x-, by @mlecoq (see #1753)

greenkeeper Bot added a commit that referenced this pull request Jun 4, 2018
@greenkeeper

greenkeeper Bot commented Jun 4, 2018

Copy link
Copy Markdown
Author

Version 3.3.2 just got published.

Update to this version instead 🚀

Release Notes v3.3.2

Lots of 🔥fixes in this release! As always, thank you contributors for your hard work 🙇


Note: v3.3.1 was skipped due to a bad deploy.

greenkeeper Bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper

greenkeeper Bot commented Jun 20, 2018

Copy link
Copy Markdown
Author

Version 3.3.3 just got published.

Update to this version instead 🚀

Release Notes v3.3.3
  • Fixed a regression when extending a styled(StyledComponent) introduced in 3.3.0, by @probablyup (see #1819)

  • Adjust how displayName is generated when not using Babel to properly preserve a displayName passed via withConfig, by @probablyup (see #1755)

  • [TS] Fix props being removed when indexed types are passed to WithOptionalTheme, by @devrelm (see #1806)

  • [TS] Allow TypeScript 2.9.1 to accept tagged template type argument, by @Igorbek (see #1798)

  • Add ref documentation for React.createRef(), by @julmot (see #1792)

greenkeeper Bot added a commit that referenced this pull request Aug 2, 2018
@greenkeeper

greenkeeper Bot commented Aug 2, 2018

Copy link
Copy Markdown
Author

Version 3.4.0 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 5, 2018
@greenkeeper

greenkeeper Bot commented Aug 5, 2018

Copy link
Copy Markdown
Author

Version 3.4.1 just got published.

Update to this version instead 🚀

Release Notes v3.4.1
  • Fixed a bug in typings where isStyledComponent was defined using an undefined variable, by @MayhemYDG (see #1876)

  • Add error system, by @probablyup (see #1881)

  • Fix "stream" module not being properly eliminated by rollup, by @probablyup

greenkeeper Bot added a commit that referenced this pull request Aug 7, 2018
@greenkeeper

greenkeeper Bot commented Aug 7, 2018

Copy link
Copy Markdown
Author

Version 3.4.2 just got published.

Update to this version instead 🚀

Release Notes v3.4.2
  • Fix a regression from #1843 that breaks deferred injection and duplicates rules, by @kitten (see #1892)

  • [TS] Fix missing generic type arguments in .d.ts, by @PzYon (see #1886)

greenkeeper Bot added a commit that referenced this pull request Aug 23, 2018
@greenkeeper

greenkeeper Bot commented Aug 23, 2018

Copy link
Copy Markdown
Author

Version 3.4.5 just got published.

Update to this version instead 🚀

Release Notes v3.4.5
  • Tone down the dev warnings for deprecated APIs (they were console.error, now console.warn), by @probablyup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants