-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency polished to ^3.7.2 #63
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/polished-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1659730 to
bc2f386
Compare
bc2f386 to
18408c7
Compare
18408c7 to
7e2aea3
Compare
7e2aea3 to
da72db8
Compare
da72db8 to
f621d2e
Compare
f621d2e to
1c80e1e
Compare
1c80e1e to
1d85029
Compare
1d85029 to
d1711b5
Compare
d1711b5 to
aac7832
Compare
aac7832 to
193366d
Compare
193366d to
5f23c79
Compare
5f23c79 to
c6c8546
Compare
c6c8546 to
2d79b98
Compare
2d79b98 to
e5ecae0
Compare
e5ecae0 to
78bf3a1
Compare
78bf3a1 to
da4535e
Compare
da4535e to
2b20996
Compare
2b20996 to
f15cc8b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR contains the following updates:
^3.4.1→^3.7.2Release Notes
styled-components/polished (polished)
v3.7.2: LTSCompare Source
Bug Fixes
v3.7.1: LTSCompare Source
Bug Fixes
v3.7.0: LTSCompare Source
Introducing polished.js v3.7.0 LTS!
We're excited to release v3.7.0, polished's first Long Term Support (LTS) branch. We will continue to back-port critical bug and security fixes to this branch until the release of v5, at which point v4 will become the new LTS branch. This release also officially deprecates polished v2.x.x.
npm install polished@ltsyarn add polished@ltsRelease Highlights
Improvements & Bug Fixes
between: now properly throws an error when mixed units are used for from/toSize and min/maxScreen. This also fixes the same bug influidRange. (#445)readableColor- Update docs and function signature to be clearer about the use of each parameter.transparentize- addressed an issue where we weren't handling cases where floats were greater than 2 decimals. (#548)triangleImprovement: once again properly works withinheritby setting individual properties when inherit is used. (#430)Contributor Improvements
.prettierrcand.prettierignoreto better control formatting in development environments.v3.6.7Compare Source
Bug Fix
linearGradient: Properly handles rgba values as the first color stop value and consistently formats all rgba calues in color stops.v3.6.6Compare Source
mastertomainas default branchv3.6.5Compare Source
Bug Fix
cssVar: Properly handles the exception where the document object is not available in non-browser environments (#518). This simply throws a proper error. It does not enablecssVarto work server-side.v3.6.4Compare Source
Bug Fix
rgbToString: Fixes an issue where passing a rgba color with 0 alpha was incorrectly returning a hex value (#515)v3.6.3Compare Source
Bug Fix
normalize: Updates to normalize.css 8.0.1 to fix a regression to fix a regression withmainnot being set todisplay: block.v3.6.2Compare Source
Bug Fix
esmodules: truefrom theesmbuild to fix an issue with ES5 support.v3.6.1Compare Source
Bug Fix
jsnext:mainbundle reference that was not pointing to an ES5 compatible build.v3.6.0Compare Source
Build Enhancements
commonjsbundle and make it the newmainbundle.bugfixes: true.uglifywithterseron minified standalone build.v3.5.2Compare Source
Bug Fixes
cssVar: fixed issue where CSS variables set my stylesheets were returning with a leading space and breaking other polished modules when passed the return value. (#493)v3.5.1Compare Source
Bug Fixes
between,modularScale,triangle: fixed issue where these modules were calling deprecated functionality instripUnitand creating unnecessary console noise (and subsequent performance problems).v3.5.0Compare Source
Introducing polished.js v3.5.0!
We're super stoked to announce that polished.js v3.5.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v4.
npm install polishedyarn add polishedRelease Highlights
New Modules
cssVar: We've introduced a new module to handle fetching CSS Variable values. We chose to make this a standalone module as opposed to integrating it into all modules to keep module size down.Improvements
readableColor: You can now turn on strict mode for custom provided return colors. This will ensure that they still meet AA contrasting standards. Otherwise, they will returnblackorwhiteas normal. This mode is off by default in v3.5. (Thanks @mrmckeb).Bug Fixes
mix,tint,shade: Fixed a bug wheremixwas improperly weighting alpha channels to the second provided color instead of the first. This fix also impactstintandshadewhich implementmix.Contributors
Future Deprecations
stripUnit: The optional unit return will be deprecated in v4. Previously, this was implemented to replacegetValueAndUnit. However, we've decided to keep the extra module and simplifystripUnitreadableColor: strict mode will be enabled by default in v4, it is currently disabled by default.v3.4.4Compare Source
Bug Fixes
v3.4.3Compare Source
Bug Fixes
clip-pathfromhideVisually(43c69c6) - Thanks @ughitsaaronEnhancements
v3.4.2Compare Source
hsl(a)- Fixed a bug preventing the use of decimal values.Configuration
📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.