Releases: rpearce/react-with-forwarded-ref
Releases · rpearce/react-with-forwarded-ref
v1.0.1
[1.0.1] - 2024-06-30
Changed
- Switched to public domain "Unlicense" license
- Removed superfluous
tslib
dependency (now has 0 deps) - Adds
types
field topackage.json
to help with finding types
[1.0.0] - 2022-05-23
Changed
- Switched package to module type
Removed
- Removed CJS, UMD, and minified builds
v0.3.5
v0.3.4
v0.3.3
v0.3.1
v0.3.0
[0.3.0] - 2019-12-29
Added
browser
umd fieldsideEffects: false
topackage.json
Changed
- now using
rollup
for builds - updated
main
andmodule
fields (not usingindex.js
in root folder any
more) - updated heaps of dependencies
- moved API docs back to README
- updated license from ISC to BSD-3