-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency styled-components to v4.4.1 #194
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
=======================================
Coverage 90.03% 90.03%
=======================================
Files 170 170
Lines 813 813
Branches 72 72
=======================================
Hits 732 732
Misses 70 70
Partials 11 11 Continue to review full report at Codecov.
|
success Built with commit f8738cd |
01edf68
to
971f5ae
Compare
971f5ae
to
2d5bc6c
Compare
2d5bc6c
to
2690f9d
Compare
2690f9d
to
6e38c53
Compare
6e38c53
to
f8738cd
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
4.1.3
->4.4.1
Release Notes
styled-components/styled-components
v4.4.1
Compare Source
Fix
styled-components
'sreact-native
import for React Native Web, by @fiberjw (see #2797)Remove dev-time warning if referencing a theme prop without an outer
ThemeProvider
, the check for it isn't smart enough to handle cases with "or" or ternary fallbacks and creates undesirable noise in various third party integrationsv4.4.0
Compare Source
This is the last minor release before v5, please start using the beta and give us feedback!
This is a minor release not a patch release due to this change: #2738. Apologies if this causes some code churn in your projects, it was a long-standing bug that needed fixing.
Fix to use
ownerDocument
instead of globaldocument
, by @yamachig (see #2721)Backport fix for SSR classname mismatches in development mode for some environments like next.js (see #2701)
Fix attrs not properly taking precedence over props
Backport fix where classnames are composed in the wrong order if custom class names are passed in (see #2760)
Fix add check for style tag detached - sheet in the style tag is null in this case, by @newying61 (see #2707)
v4.3.2
Compare Source
Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by @jamesknelson (see #2633)
v4.3.1
Compare Source
We'll explore reintroducing it in v5 but better safe than sorry.
v4.3.0
Compare Source
Make it possible to initialize
SC_ATTR
andSC_DISABLE_SPEEDY
viaREACT_APP_*
.env variables for easier integration with CRA applications (see #2501)Fix components being folded inappropriately when an interim HOC is present (see #2586)
Fix
theme
prop for styled native components, also fixestheme
indefaultProps
for them (see #2576)Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
when using
styled()
as a higher-order component (see #2580)Implement defaultProps folding (see #2597)
v4.2.1
Compare Source
Major thanks to our wonderful contributors!
Remove className usage checker dev utility due to excessive false-positive noise in certain runtime environments like next.js and the related warning suppression prop (see #2563).
Attach displayName to forwardRef function as described in React docs (see #2508).
Compatibility with react-native-web 0.11 (see #2453).
Add stack trace to .attrs warning (see #2486).
Fix functions as values for object literals. (see 2489)
Remove validation in Babel macro, by @mAAdhaTTah (see #2427)
v4.2.0
Compare Source
Thanks to our amazing contributors for leading the charge on this big minor release! Awesome perf stuff in there and QOL changes in preparation for v5.
Reduced GC pressure when using component selector styles. (see #2424).
Add svg tag
marker
to domElements.js (see #2389)Make the
GlobalStyleComponent
created bycreateGlobalStyle
call the base constructor withprops
(see #2321).Move to Mono repository structure with lerna @imbhargav5 (see #2326)
Expose
StyleSheetContext
andStyleSheetConsumer
for you fancy babes doing wild stuffFilter
suppressClassNameWarning
to not to pass down to the wrapped components @taneba (see #2365)Fix an edge case where React would break streaming inside
<textarea>
elements, which have special child behavior and aren't a suitable place to inject a style tag (see #2413)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.