Bump react-wrap-balancer from 0.4.1 to 1.1.1
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
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
- Remove explicit
children:typing inBalancerOwnPropsby@anulmanin shuding/react-wrap-balancer#83- Forward ref by
@SeokminHongin shuding/react-wrap-balancer#88- fix: Make sure relayout func handles incorrect input safely by
@othreein shuding/react-wrap-balancer#85- Stop spreading
asprop onto root element by@hasparusin shuding/react-wrap-balancer#87- chore: :label: Export BalancerOwnProps interface by
@edwinhernin shuding/react-wrap-balancer#92New Contributors
@anulmanmade their first contribution in shuding/react-wrap-balancer#83@SeokminHongmade their first contribution in shuding/react-wrap-balancer#88@othreemade their first contribution in shuding/react-wrap-balancer#85@hasparusmade their first contribution in shuding/react-wrap-balancer#87@edwinhernmade their first contribution in shuding/react-wrap-balancer#92Full Changelog: https://github.com/shuding/react-wrap-balancer/compare/1.1.0...1.1.1
1.1.0
What's Changed
- ♻️ use genId by
@ryuji-1toin shuding/react-wrap-balancer#74- Add
preferNativeoption by@lucaswengin shuding/react-wrap-balancer#77- Fix:
Balancernot correctly setting text-wrap: balance by@lucaswengin shuding/react-wrap-balancer#80New Contributors
@ryuji-1tomade their first contribution in shuding/react-wrap-balancer#74Full 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 CSStext-wrap: balanceif 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
ratiooption will be ignored because that's not part of thetext-wrap: balancestandard.What's Changed
- Add
repository,homepageandbugstopackage.jsonby@kachkaevin shuding/react-wrap-balancer#70- Use
text-wrap: balanceif supported by@shudingin shuding/react-wrap-balancer#72New Contributors
@kachkaevmade their first contribution in shuding/react-wrap-balancer#70Full Changelog: https://github.com/shuding/react-wrap-balancer/compare/0.5.0...1.0.0
0.5.0
Highlights
noncepropSince React Wrap Balancer generates inlined script tags under the hood, you can now set the
nonceprop for them:
... (truncated)
Commits
704dabd1.1.1136fe90Merge pull request #92 from edwinhern/chore/export-balancerownprops-interface574f017chore: :label: Export BalancerOwnProps interface7bd6981Merge pull request #87 from hasparus/maine60b0acMerge branch 'main' into mainb81086cMerge pull request #85 from othree/othree/fix-undefinedcac2a7bMerge pull request #88 from SeokminHong/main1e5adfeForward reffa82ae1Stop spreadingasprop onto root element210e7eefix: Make sure relayout func handles incorrect input safely- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 11982414 |
| UUID: | 3704944782 |
| Node ID: | PR_kwDOH80hPM63ml89 |
| Host: | GitHub |
| Repository: | AnswerOverflow/AnswerOverflow |