Skip to content
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

Update polished 3.7.2 → 4.3.0 (major) #1216

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 2, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ polished (3.7.2 → 4.3.0) · Repo

Release Notes

4.2.2

Bug Fixes

  • Color Modules - addresses an issue with longer floats in color values. (#610 - Thanks to @levymetal)

4.2.1

Bug Fixes

  • hls(a) - now properly parses percentages for opacity.
  • rgb(a) - now properly parses percentages for opacity.

4.2.0

Improvements

  • color Modules - now support space-separated CSS color values for rgb(a) and hsl(a). (#605)
  • rgb - now accepts optional opacity value.
  • hsl - now accepts optional opacity value.

4.1.4

Bug Fixes

  • mix - remove unnecessary division by 1 (#59)

4.1.3

Bug Fixes

  • Addressed several performance issues with regexes.

4.1.2

Bug Fixes

  • fluidRange - updated return value to use an array to address unclear object property typing error in flow.

4.1.1

Bug Fixes

  • scarf - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance.

4.1.0

Introducing polished.js v4.1.0!

We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5.

npm install polished
yarn add polished

Release Highlights

New Module

  • remToPx: We've introduced a new module to handle converting to rem values to px values. (#376)

Analytics

  • We are now leveraging Scarf to track package analytics. You can opt-out of this functionality by following these instructions

4.0.5

Documentation

  • readableColor - Update docs and function signature to be clearer about the use of each parameter.

4.0.4

Bug Fixes

  • transparentize - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. (#548)
  • npm - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. (#553 Thanks @scttcper)

4.0.3

Bug Fix

  • Updated @babel/runtime to address webpack v5 compatibility issue (Thanks @koba04 - #547 )

4.0.2

Bug Fix

  • ellipsis: Fixes an issue where the webkit prefix was not properly applied with the multiline option. (Thanks @drakang4 - #546)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Feb 2, 2024
@depfu depfu bot requested a review from joclefrancois February 2, 2024 08:10
@coveralls
Copy link

Pull Request Test Coverage Report for Build 93638

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 35.436%

Totals Coverage Status
Change from base Build 92232: 0.0%
Covered Lines: 274
Relevant Lines: 787

💛 - Coveralls

@depfu depfu bot mentioned this pull request Feb 2, 2024
Copy link
Contributor Author

depfu bot commented Feb 3, 2024

Closed in favor of #1217.

@depfu depfu bot closed this Feb 3, 2024
@depfu depfu bot deleted the depfu/update/develop/npm/polished-4.3.0 branch February 3, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants