Release 1.6.0
Release that adds new metadata fields to events such as duration
, timestamp
, target
.
🐛 Bug fixes
👍 Improvements
- added duration property (88ff6e9)
- added timestamp property (43ddde7)
- added target property (0d6bd83)
- PR preview (44eb328)
- use stub on unsupported platforms (a6253ee)
- prevent synchronous calls to
setInputMode
/setDefaultMode
(fc7dee9) - added
detekt
for static analysis (756be07) - added warning if default context is consumed (c32acab)
🔢 Miscellaneous
- info about new fields in documentation (e1f0716)
- simplify
KeyboardAwareScrollView
component by moving keyboard movement logic into separate hook (c2a9776) - stable bottom padding for
AwareScrollView
(95a5376) - better
lottie
animations in docs (d3c6c05) - detect package size diff in CI (37e9d39, da04d8c)
- compress
lottie
for faster page loading (c98f420) - specify color for icons in example apps (e34cbad)
- added a reference why setting
adjustResize
is needed (896d232) - added
target
property to mock in unit tests (8f4a9ac) - react on focus changes in
KeyboardAwareScrollView
(84f94eb) - port
KeyboardAwareScrollView
to Fabric (2cf490a) - blogpost for 1.6.0 (7e488df)
- checkout 1.6.0 docs (a26284e)