🔑 Key changes
- Don't run observer callbacks during sync uimanager batch update - #1501
🐛 Bug fixes
- Fix mem leaks - #1543
- Fix unknown reference to _updatePropsJS - #1471
- Fix animations with initial value - #1496
- cachedMatchers initialization - #1504
- Get rid of optional chaining in plugin - #1509
- Add console.info on native, fix console on the web - #1507
- Fix useAnimatedGestureHandler for web - #1518
👍 Improvements
- Refactor of global values - #1482
- Handle worklet errors on hermes - #1491
- Prevent executing mappers for the same value - #1502
- Refine type for `createAnimatedComponent() - #1466
- Add callback to withRepeat type - #1540