| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.0.0 source code.tar.gz | 2023-06-15 | 3.5 MB | |
| 1.0.0 source code.zip | 2023-06-15 | 3.6 MB | |
| README.md | 2023-06-15 | 1.1 kB | |
| Totals: 3 Items | 7.0 MB | 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
- Add
repository,homepageandbugstopackage.jsonby @kachkaev in https://github.com/shuding/react-wrap-balancer/pull/70 - Use
text-wrap: balanceif supported by @shuding in https://github.com/shuding/react-wrap-balancer/pull/72
New Contributors
- @kachkaev made their first contribution in https://github.com/shuding/react-wrap-balancer/pull/70
Full Changelog: https://github.com/shuding/react-wrap-balancer/compare/0.5.0...1.0.0