Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Update dependency styled-components to v3.1.6 #38

Merged
merged 1 commit into from Feb 5, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 29, 2018

This Pull Request updates dependency styled-components from v3.1.0 to v3.1.6

Release Notes

v3.1.1

Hotfix ReactNative support, which was broken in v3.1.0.


v3.1.4

Hotfix: disable speedy mode for microsoft browsers to mitigate an issue with our usage of the insertRule() API. We are investigating to get it enabled again in the near future.


v3.1.5

A quick bugfix release:

  1. Apply a workaround to re-enable "speedy" mode for IE/Edge (see #​1468)
  2. Fix a memory leak in the server-side streaming logic (see #​1475)

v3.1.6

  • Bugfix for the last style tag sometimes being emitted multiple times during streaming (see #​1479)

  • Bugfix for speedy mode rehydration and added handling for out-of-order style injection (see #​1482)

NOTE: When calling consolidateStreamedStyles() after streaming, make sure it is called as early in the bundle as possible.

styled-components injects new CSS upon construction of new components not prerender, so consolidation must happen before any new CSS is injected on the page.


Commits

styled-components/styled-components

v3.1.1

  • 5f6bc1a Update CHANGELOG
  • a1e695a Fix name of dist bundle for React Native
  • 89984f1 Merge pull request #​1455 from vvasilev-/fix-react-native-dist-bundle
  • f01bb08 Merge pull request #​1453 from styled-components/3.1.0
  • e5e2329 Update CHANGELOG
  • 5651781 v3.1.1

v3.1.2

v3.1.3

  • 0edca9d Merge pull request #​1452 from manpenaloza/better-sandbox-stylings
  • c2dabda disable speedy for non-production
  • d980a70 changelog entry
  • 03cbfef Merge pull request #​1460 from evan-scott-zocdoc/disable-speedy-test
  • 07b4867 Merge branch 'master' into 3.1.1
  • 0286ca2 Merge pull request #​1457 from styled-components/3.1.1
  • 36af87e UPdate CHANGELOG
  • e5c4056 v3.1.3

v3.1.4

  • 267470f Merge pull request #​1461 from styled-components/3.1.3
  • 169f38c disable speedy mode for microsoft browsers
  • e6d36f2 changelog entry
  • 32b9711 bump size limit to accomodate the fix
  • d395c76 Merge pull request #​1465 from evan-scott-zocdoc/es-disable-speedy-ie-edge

v3.1.5

  • c80af08 3.1.4
  • cc5adf8 apply the workaround to enable speedy for IE/Edge
  • db14211 changelog entry
  • 59a98dd Merge pull request #​1467 from probablyup/3.1.4
  • 55d4dbd fix streaming memory leak
  • bbed277 append componentIds to the speedy browser tags
  • aafc39b use createTextNode instead of textContent
  • 58a2f5d Merge pull request #​1468 from probablyup/fix-ie-speedy
  • 249377e Merge branch 'master' into fix-mem-leak
  • 30b98e1 remove test results
  • 76d7c69 Merge pull request #​1475 from probablyup/fix-mem-leak

v3.1.6

  • f234060 Merge pull request #​1482 from evan-scott-zocdoc/es-fix-rehydration

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/styled-components-3.x branch from eba88c1 to 439068b Compare January 29, 2018 13:25
@renovate renovate bot changed the title Update dependency styled-components to v3.1.1 Update dependency styled-components to v3.1.2 Jan 29, 2018
@renovate renovate bot force-pushed the renovate/styled-components-3.x branch from 439068b to 8cb11f1 Compare January 29, 2018 18:28
@renovate renovate bot changed the title Update dependency styled-components to v3.1.2 Update dependency styled-components to v3.1.3 Jan 29, 2018
@renovate renovate bot force-pushed the renovate/styled-components-3.x branch from 8cb11f1 to fe6a8b4 Compare January 30, 2018 04:20
@renovate renovate bot changed the title Update dependency styled-components to v3.1.3 Update dependency styled-components to v3.1.4 Jan 30, 2018
@renovate renovate bot force-pushed the renovate/styled-components-3.x branch from fe6a8b4 to 47a5141 Compare February 1, 2018 07:47
@renovate renovate bot changed the title Update dependency styled-components to v3.1.4 Update dependency styled-components to v3.1.5 Feb 1, 2018
@renovate renovate bot force-pushed the renovate/styled-components-3.x branch from 47a5141 to b38c095 Compare February 3, 2018 16:34
@renovate renovate bot changed the title Update dependency styled-components to v3.1.5 Update dependency styled-components to v3.1.6 Feb 3, 2018
@pradel pradel merged commit 8837215 into master Feb 5, 2018
@pradel pradel deleted the renovate/styled-components-3.x branch February 5, 2018 14:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants