In this version, we've improved handling touches, emojis in Text, and rendering elements in ForeignObject, along with numerous other fixes and enhancements.
What's Changed
- fix: parse doctype correctly by @otech47 in #2798
- fix: null object reference inside group getPath by @kacperzolkiewski in #2800
- fix: CMake project name by @jakex7 in #2804
- feat: Add 16kb page size support to CMake by @jakex7 in #2805
- fix: setting letterSpacing prop by @kacperzolkiewski in #2807
- fix: setting invMatrix during setTransforms for iOS by @kacperzolkiewski in #2810
- chore: upgrade tests-example to react-native@0.82.0 by @kacperzolkiewski in #2794
- fix: add inheritance for properties from parent into Mask and ClipPath by @kacperzolkiewski in #2757
- chore: upgrade macos workflows by @kacperzolkiewski in #2789
- fix: E2E tests by @kacperzolkiewski in #2788
- chore: upgrade react-native-reanimated to v4 by @kacperzolkiewski in #2795
- fix: change runs-on to ubuntu for E2E Android by @kacperzolkiewski in #2793
- fix: preserve camelCase for specific attributes in setNativeProps by @kacperzolkiewski in #2791
- fix: deprecate unused fontData prop by @kacperzolkiewski in #2753
- chore: bump tests-example react-native version to 0.83.0-rc.0 by @kacperzolkiewski in #2824
- test: add ForeignObject example by @kacperzolkiewski in #2826
- fix: Respect RN view layout and transforms within ForeignObject by @kacperzolkiewski in #2811
- fix: ForeignObject re-render on Android by @kacperzolkiewski in #2823
- fix: propagate elements metrics to their shadow nodes by @kacperzolkiewski in #2802
- fix: drawing unicode emojis on iOS by @kacperzolkiewski in #2785
- fix: invalidate ForeignObject to properly render Text component by @kacperzolkiewski in #2815
- fix: setting multiple transform attributes at once by @kacperzolkiewski in #2816
New Contributors
Full Changelog: v15.14.0...v15.15.0