Bug Fixes
- ios: add CSS name matching semantics to fontFamily of TextInput (55b5eea)
- ios: add protection for targetContentOffset outliers in ViewPager (b879d73)
- ios: auto-update of page index may lag by one frame in view pager (152ddfe)
- ios: avoid zero size crash when using UIGraphics api in debug mode (6351f8f)
- ios: loss of touch end or cancel event in multi-finger scenarios (3f8473c)
- ios: make getTurboModule return null when module not exist (ad31bfa)
- ios: potential deadlock in layout & unify all ScreenScale calls (6384825)
- ios: resolve exception where touchView may be nil (e411112)
- ios: turbo module not get called on destroyInstance event (0cb1b8a)
- ios: a rare multithreaded race crash when getting imageProviders (c04affe)
- ios: add a null protection to animator (84b391b)
- ios: animation state of some scenes might be out of sync (14b3ab1)
- ios: images with non-encoded urls are not displayed (b0fed38)
- ios: remove the invalid log message (b414e78)
- ios: remove unused initialization param of HippyRootView (0f4445e)
Features
- ios: pageIndex of ViewPager auto update after data changes (deac59a)
- android: add raw point for touch event dispatch (175ed15)