Skip to content

0.5.0

Compare
Choose a tag to compare
@shuding shuding released this 09 May 12:35
· 28 commits to main since this release
d6ae52f

Highlights

nonce prop

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

<Balancer nonce="...">

// => <script nonce="...">

Support for React 16.8.0+

By adding a workaround for useId, we now have support for React 16.8.0+.

Bug fixes & Other Improvements

See the full changelog below.

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0