9.14.0 (2020-01-04)
Bug Fixes
- android: correct values for measureInWindow, fixes #1231 (3bf07f8)
- android: elements not touchable if below opacity limit (ebc7220), closes #1200
- android: fix radial gradient vertical center offset scaling (d5bddd5)
- ios: crash when offset is outside range #1201 (a2ef51f)
- web: fix gesture responder dimensions measurement (36c20b3)
- extraction of clip rule, fixes #1233 (f93bdde)
- Text color doesn't work with inlineSize #1225 (027b8c1)
Features
- android: support using other native views in e.g. masks (15b4ac6)
- ios: support using other native views in e.g. masks (518a3b1)
- web: Implement support for event, touch & responder handlers (60561ec)
- web: Optimize: only set responders if press handler exists (23250ad)
- Implement display="none" (3e3ad13), closes #1220