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 dependency react-wrap-balancer to v1 #475

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-wrap-balancer (source) 0.5.0 -> 1.0.0 age adoption passing confidence

Release Notes

shuding/react-wrap-balancer

v1.0.0

Compare Source

V1.0 is here! The main feature of this release is <Balancer> will switch to use the native CSS text-wrap: balance if it's available. This improves the runtime performance quite a lot!

With this feature, it's even more important to always add a <Provider> to your app as it makes the CSS feature detection code shared across all <Balancer> components.

Lastly, note that if the native CSS balance (text-wrap: balance) is available, React Wrap Balancer will use it instead. And the ratio option will be ignored in that case.

What's Changed

New Contributors

Full Changelog: shuding/react-wrap-balancer@0.5.0...1.0.0


  • If you want to rebase/retry this PR, check this box

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 15, 2023
@renovate renovate bot requested a review from IgorKowalczyk June 15, 2023 22:21
@IgorKowalczyk IgorKowalczyk merged commit b130ccb into master Jun 16, 2023
@IgorKowalczyk IgorKowalczyk deleted the renovate/react-wrap-balancer-1.x branch June 16, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant