Releases: quantizor/react-native-web-fork
Releases · quantizor/react-native-web-fork
v0.20.2
- updated next.js example to latest
- updated various documentation things (will put up a doc site if the main project doesn't wake up soon)
merged two community PRs:
- Fix: Multiline Text though clipped can be scrolled into view (necolas#2584) thanks @tienifr
- Implement maintainVisibleContentPosition (necolas#2588) thanks @janicduplessis
v0.20.1
First release, incorporates the following community PRs from react-native-web
:
- Add Image.resolveAssetSource (necolas#2728)
- fix: support for react 19 and next15 (necolas#2731)
- refactor(deps): removing fbjs dependency by creating a local module for invariant and warning (necolas#2727)
- Add ...children rest parameter to unstable_createElement (necolas#2761)
- inline-style-prefixer version bump (necolas#2764)
- [ImageLoader] Simplify getSize implementation, call failure callback when decoding fails (necolas#2750)