-
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 polished to v3.7.2 #186
base: master
Are you sure you want to change the base?
Conversation
❌ fail
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #186 +/- ##
=======================================
Coverage ? 0
=======================================
Files ? 0
Lines ? 0
Branches ? 0
=======================================
Hits ? 0
Misses ? 0
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
b0007f5
to
09b18e1
Compare
09b18e1
to
9e9dfb5
Compare
9e9dfb5
to
f29e492
Compare
967b473
to
8dc3e64
Compare
8dc3e64
to
c0232ce
Compare
c0232ce
to
de18409
Compare
de18409
to
1312ecb
Compare
1312ecb
to
61d9d2c
Compare
61d9d2c
to
deb6c8f
Compare
deb6c8f
to
9f4dc12
Compare
9f4dc12
to
e2137f5
Compare
e2137f5
to
d29a05e
Compare
d29a05e
to
223b050
Compare
223b050
to
75e8e6b
Compare
75e8e6b
to
122049b
Compare
122049b
to
9194051
Compare
9194051
to
a5f91ee
Compare
a5f91ee
to
0236136
Compare
0236136
to
466b55d
Compare
466b55d
to
1a50758
Compare
1a50758
to
636af19
Compare
636af19
to
210cfae
Compare
This PR contains the following updates:
3.0.0
->3.7.2
Release 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@lts
yarn add polished@lts
Release 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)triangle
Improvement: once again properly works withinherit
by setting individual properties when inherit is used. (#430)Contributor Improvements
.prettierrc
and.prettierignore
to better control formatting in development environments.v3.6.7
Compare 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.6
Compare Source
master
tomain
as default branchv3.6.5
Compare 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 enablecssVar
to work server-side.v3.6.4
Compare Source
Bug Fix
rgbToString
: Fixes an issue where passing a rgba color with 0 alpha was incorrectly returning a hex value (#515)v3.6.3
Compare Source
Bug Fix
normalize
: Updates to normalize.css 8.0.1 to fix a regression to fix a regression withmain
not being set todisplay: block
.v3.6.2
Compare Source
Bug Fix
esmodules: true
from theesm
build to fix an issue with ES5 support.v3.6.1
Compare Source
Bug Fix
jsnext:main
bundle reference that was not pointing to an ES5 compatible build.v3.6.0
Compare Source
Build Enhancements
commonjs
bundle and make it the newmain
bundle.bugfixes: true
.uglify
withterser
on minified standalone build.v3.5.2
Compare 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.1
Compare Source
Bug Fixes
between
,modularScale
,triangle
: fixed issue where these modules were calling deprecated functionality instripUnit
and creating unnecessary console noise (and subsequent performance problems).v3.5.0
Compare 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 polished
yarn add polished
Release 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 returnblack
orwhite
as normal. This mode is off by default in v3.5. (Thanks @mrmckeb).Bug Fixes
mix
,tint
,shade
: Fixed a bug wheremix
was improperly weighting alpha channels to the second provided color instead of the first. This fix also impactstint
andshade
which 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 simplifystripUnit
readableColor
: strict mode will be enabled by default in v4, it is currently disabled by default.v3.4.4
Compare Source
Bug Fixes
v3.4.3
Compare Source
Bug Fixes
clip-path
fromhideVisually
(43c69c6) - Thanks @ughitsaaronEnhancements
v3.4.2
Compare Source
hsl(a)
- Fixed a bug preventing the use of decimal values.v3.4.1
Compare Source
between
(and thereforefluidRange
) now supports unitless values for fromSize and toSize.v3.4.0
Compare Source
getContrast
) for getting the contrast score between two colors.meetsContrastGuidelines
) for checking which contrast guidelines have been met between two colors.Thanks @souporserious!
v3.3.2
Compare Source
v3.3.1
Compare Source
Bug Fixes
v3.3.0
Compare Source
modularScale
now supports all base values regardless of unit, including unitless values. (fixes #429)parseToRGB
is now case-insensitive (thanks @Andarist)v3.2.1
Compare Source
Bug Fixes
v3.2.0
Compare Source
triangle
now supports intermediate directions (i.e. 'topLeft'). In most cases, it will now alsoreturn a smaller object than prior by combining colors into a single 'borderColor' line. (#399)
triangle no longer relies on
borderColoror
directionalProperty`, and therefore has a smaller bundle size.triangle
where passing a unitless number to triangle defaulted to a pixel value. It will instead return the unitless value.v3.1.0
Compare Source
fontFace
now can provide optional format hints for each file src using theformatHint
configuration option. (#416)fontFace
now supports a base64 encoded dataURI as the value forfontFilePath
. Currently, only supports a single base64 value. Can also optionally useformatHint
iffileFormats
is passed. (#416)v3.0.4
Compare Source
v3.0.3
Compare Source
sideEffects: false
to the package.jsondevDependencies
README.MD
with note aboutmoduleResolution: node
v3.0.2
Compare Source
v3.0.1
Compare Source
math
would not work in IE11 (due to lack of support forObject.values
). Thanks @goldsziggy!s
,ms
,deg
,gd
,rad
,grad
, &turn
inmath
functions.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 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.