- Android supports custom fonts; only TTF and OTF for now. #bfeaa6a
- RGBA colors, i.e.
rgba(255,0,0,0.5)are allowed. 3c04bfc - RCTWebViewExecutor was removed. 0764e4e
- React Native upgraded to Babel 6. 4bd012
- The
keyboardAppearanceprop was added to iOS TextInput. For displaying a dark keyboard. f407211 - The Android ViewPager gets
setPageWithoutAnimation. 50b8b00 - Images within a TextView, i.e. emojis, is supported. a0268a7
- AsyncLocalStorage gets an in-memory cache. 397791f
- TextInput supports the
onSelectionChangeevent. 5a34a09 min/maxWidthandmin/maxHeightstyle properties are supported. 2244a86RCTPasteboardwas released. Useful for copy-to-clipboard behavior. 26cb6be- The Android performance profiler, Systrace, gets thorough documentation. d2c5045
Array.fromis available as a polyfill. c473974 https://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.from
RCTSparseArraywas replaced byNSDictionary. Modules usingRCTSparseArrayshould update. #fa0b45c