An open index of dependabot pull requests across open source projects.

Bump react-wrap-balancer from 0.4.1 to 1.1.1

Closed
Number: #786
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: December 08, 2025 at 07:03 AM UTC
(6 months ago)
Updated: December 14, 2025 at 07:54 PM UTC
(6 months ago)
Closed: December 14, 2025 at 07:54 PM UTC
(6 months ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

Bumps react-wrap-balancer from 0.4.1 to 1.1.1.

Release notes

Sourced from react-wrap-balancer's releases.

1.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/shuding/react-wrap-balancer/compare/1.1.0...1.1.1

1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/shuding/react-wrap-balancer/compare/1.0.0...1.1.0

1.0.0

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

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

Lastly, if the native CSS balance is available, the ratio option will be ignored because that's not part of the text-wrap: balance standard.

What's Changed

New Contributors

Full Changelog: https://github.com/shuding/react-wrap-balancer/compare/0.5.0...1.0.0

0.5.0

Highlights

nonce prop

Since React Wrap Balancer generates inlined script tags under the hood, you can now set the nonce prop for them:

... (truncated)

Commits
  • 704dabd 1.1.1
  • 136fe90 Merge pull request #92 from edwinhern/chore/export-balancerownprops-interface
  • 574f017 chore: :label: Export BalancerOwnProps interface
  • 7bd6981 Merge pull request #87 from hasparus/main
  • e60b0ac Merge branch 'main' into main
  • b81086c Merge pull request #85 from othree/othree/fix-undefined
  • cac2a7b Merge pull request #88 from SeokminHong/main
  • 1e5adfe Forward ref
  • fa82ae1 Stop spreading as prop onto root element
  • 210e7ee fix: Make sure relayout func handles incorrect input safely
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Ecosystem:
npm
Version Change:
0.4.1 → 1.1.1
Update Type:
Major
Technical Details
ID: 11982414
UUID: 3704944782
Node ID: PR_kwDOH80hPM63ml89
Host: GitHub
Repository: AnswerOverflow/AnswerOverflow