chore: bump styled-components from 5.2.1 to 5.3.6 in /docs
Bumps styled-components from 5.2.1 to 5.3.6.
Release notes
Sourced from styled-components's releases.
v5.3.6
What's Changed
- Fix statement on Ukraine by
@Fer0xin styled-components/styled-components#3724- Fix/nonce in ssr by
@samimakiccin styled-components/styled-components#3755New Contributors
@samimakiccmade their first contribution in styled-components/styled-components#3755Full Changelog: https://github.com/styled-components/styled-components/compare/v5.3.5...v5.3.6
v5.3.5
Add statement of solidarity against the war on Ukraine 🇺🇦
v5.3.3
What's Changed
- Backport #3568 (read from textContent rather than innerHTML during rehydrate) to v5 by
@keeganstreetin styled-components/styled-components#3591- [v5] generate more complete sourcemaps by
@henryqdineenin styled-components/styled-components#3597New Contributors
@henryqdineenmade their first contribution in styled-components/styled-components#3597Full Changelog: https://github.com/styled-components/styled-components/compare/v5.3.1...v5.3.3
v5.3.1
Fix forced server-side mode not triggering global styles (See #3566)
Fix SSR collisions caused by insufficient hash inputs and reordering of groups on the client, which is a regression in v5.2.0 (See #3563)
Fix dynamic creation React warning for React v18, backported to v5 by
@lynndylanhurley(See #3564)Add missing typeof window check when checking for duplicate instances of styled-components (See #3553)
Prevent ServerStyleSheet from emitting empty style tags, which would cause issues in IE11 (See #3555)
Support css tagged templates inside style objects, by
@roginfarrerand@dvingo(See #3469)v5.3.0
Pass
elementToBeCreatedas a third parameter toshouldForwardPropso that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see #3436)Fix React Native components accepts function as style prop. (see #3389)
v5.2.3
fix an issue with an unguarded window accessor in a SSR path ([see #3446](styled-components/styled-components#3446))
v5.2.2
For React Native based components, pass
testIDdown to the native component if specified for an easier time testing. (see #3365)Enable users of the babel macro to customize the styled-components import with
importModuleName(see #3422)[fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see #3397)
Changelog
Sourced from styled-components's changelog.
Changelog
All notable changes to this project will be documented in this file. If a contribution does not have a mention next to it,
@geelenor@mxstbrdid it.The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
Rehydrate stylesheets from
textContentrather thaninnerHTMLto fix issue of selectors sometimes being HTML encoded (see #3567).Use
classinstead ofclassNamefor unidentified DOM elements (better support for styling web components)Upgrade to stylis v4
Rename
masterSheetin internals tomainSheetStabilize the identity of the style prop that is passed into components. This will help in styling PureComponent or React.memo components.
[v5.3.0] - 2021-05-04
Pass
elementToBeCreatedas a third parameter toshouldForwardPropso that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see #3436)Fix React Native components accepts function as style prop. (see #3389)
[v5.2.2] - 2021-03-30
For React Native based components, pass
testIDdown to the native component if specified for an easier time testing. (see #3365)Enable users of the babel macro to customize the styled-components import with
importModuleName(see #3422)[fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see #3397)
Commits
914f7edv5.3.64bace25Fix/nonce in ssr (#3755)2bc6f9cFix statement on Ukraine (#3724)ee8f0aev5.3.5f6eb4c1fix: expose postinstall.jsba9d732v5.3.4a2bb310Bump is-prop-valid to forward translate attribute (#3619)9b34570v5.3.3c14514ev5.3.232f58efgenerate more complete sourcemaps (#3597)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)