fix(deps): update dependency styled-components to v3 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency styled-components from
v2.3.3
tov3.2.3
Release Notes
v2.4.0
v3.0.1
Add support for SafeAreaView when using styled-components in a React Native project (see #1339)
Remove support for deprecated Navigator when using styled-components in a React Native project (see #1339)
Ship flat bundles for each possible entry, thanks to [@Andarist] (see #1362)
Add ESLint precommit hook, thanks to [@lukebelliveau] (see #1393)
Fixed nested themes not being republished on outer theme changes, thanks to [@Andarist] (see #1382)
Add warning if you've accidently imported 'styled-components' on React Native instead of 'styled-components/native', thanks to [@tazsingh] and [@gribnoysup] (see #1391 and #1394)
Fixed bug where
innerRef
could be passed as undefined to components when using withTheme. This could cause issues when using prop spread within the component (e.g.{...this.props}
), because React will still warn you about using a non-dom prop even though it's undefined. (see #1414)Expose
isStyledComponent
utility as a named export. This functionality is useful in some edge cases, such as knowing whether or not to useinnerRef
vsref
and detecting if a component class needs to be wrapped such that it can be used in a component selector. (see #1418)Remove trailing commas on function arguments (not compatible with ES5 JS engines)
Ship source maps (see #1425)
Upgrade test suites to run against react v16 (see #1426)
Streaming rendering support (requires React 16, see #1430)
v3.0.2
v3.1.0
v3.1.1
v3.1.3
jest-styled-components
compatibility (see #1460)v3.1.4
insertRule
API functions in their rendering stack compared to the other vendors. (see #1465)v3.1.5
Apply a workaround to re-enable "speedy" mode for IE/Edge (see #1468)
Fix 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)
v3.2.0
Remove
type="text/css"
-attribute from style tag to remove warnings from w3c validator (see #1551)Add
foreignObject
svg element (see #1544)Add
controlsList
to validAttr list (see #1537)Enable stylis' semicolon autocompletion which was accidentally disabled for a lot of prior releases (see #1532)
Fix
insertRule
injection (speedy mode in production) of nested media queries by upgrading stylis-rule-sheet (see #1529 and #1528)Add
StyleSheet.remove
API method to be able to delete rules related to a component (see #1514)Replace murmurhash implementation and avoid destructuring tag function arguments (see #1516)
Rewrite and refactor
StyleSheet
andServerStyleSheet
(no breaking change, see #1501)Add warning if there are several instances of
styled-components
initialized on the page (see #1412)Add
target
prop toStyleSheetManager
component to enable specifying where style tags should render (see #1491)v3.2.1
Fix
@import
rules not being enforced to appear at the beginning of stylesheets (see #1577)Fix StyleTags toElement outputting inline CSS which would cause URL encoding (see #1580)
v3.2.2
Fix ServerTag.clone() not properly cloning its names and markers (see #1605)
Fix nested media at-rules by upgrading to stylis@^3.5.0 and stylis-rule-sheet@^0.0.10 (see #1595)
Fix the
IS_BROWSER
check to work more reliably in projects wherewindow
may be shimmed, by [@danieldunderfelt] (see #1599)v3.2.3
Commits
v3.2.0
aaee314
v3.2.0-1980bfc1
Fix ServerTag#removeRules not emptying marker correctlyb9e8a1f
Merge pull request #1514 from styled-components/feature/delete-rule-methods2475d6b
Add failing test for nested media queriesd2552a9
Upgrade stylis and stylis-rule-sheet48978ff
Fix styles.test fixtures after stylis upgradea2bd0a8
Add CHANGELOG entry481b311
Merge pull request #1529 from styled-components/fix/nested-media3622a82
Enable stylis' no-semicolon mode61b7764
Add CHANGELOG entry0fb244f
Merge pull request #1532 from styled-components/fix/no-semicolon-mode591817c
feat(validAttr): add controlsList to validAttr list9a91bde
Merge pull request #1537 from marhalpert/controlsList-validAttr6af22b2
feat(svg): add missing foreignObject element6377d7b
Merge pull request #1544 from jdrouet/masterc5378d5
removed type="text/css" logic from StyleTagsb32994e
updated Snapshots 📸8634cab
adjusted CHANGELOG.mdf9801b0
upgrade jest-styled-components3fb3e79
Merge pull request #1552 from MicheleBertoli/jest-styled-components2756541
reset changelog.md8306cea
readded entry to CHANGELOG.md72882ab
successful run of project in windowsef22242
lock files added247a5fe
Merge pull request #1551 from mdugue/fix-w3-validation-warning-type-style38c6e9a
removed npm lock files and changed npm to yarn727d5c8
added yarn-error.log to gitignore20614d6
deleted yarn-error.log file9cf0fe6
Merge pull request #1553 from Kirty-Goyal/windows9fce3bf
Expose secretInternals in all environments & bundles825257d
Merge pull request #1569 from styled-components/chore/expose-secrets191489b
Update CHANGELOG.md (v3.2.0)v3.2.1
eb85ea1
Merge pull request #1577 from styled-components/hotfix/shard-for-import2f0dbb2
Add support for correct execution of postinstall scripte89611e
Update CHANGELOG for v3.2.1v3.2.2
36068ff
v3.2.2-135d0f56
Merge pull request #1605 from styled-components/fix/servertag-clone11f2f69
Merge branch 'master' into better-browser-checkfa872e5
Merge pull request #1599 from danieldunderfelt/better-browser-check081abdf
Update CHANGELOG for 3.2.2v3.2.3
f82b191
Merge pull request #1609 from styled-components/release-v3.2.204bcd91
Clean up after clone and remove it from master StyleSheet after SSRd4e32d1
Add CHANGELOG entryc2f1fa7
Clean up implementation of completing ServerStyleSheets7d3ef92
Merge pull request #1612 from styled-components/fix/ssr-mem-usage6b5143d
Update CHANGELOG for v3.2.3This PR has been generated by Renovate Bot.