Skip to content

Instantly share code, notes, and snippets.

@jsierles
Last active December 15, 2015 06:56
Show Gist options
  • Save jsierles/094808f8e859fd062056 to your computer and use it in GitHub Desktop.
Save jsierles/094808f8e859fd062056 to your computer and use it in GitHub Desktop.

Changes since 0.15.0

  • 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 keyboardAppearance prop 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 onSelectionChange event. 5a34a09
  • min/maxWidth and min/maxHeight style properties are supported. 2244a86
  • RCTPasteboard was released. Useful for copy-to-clipboard behavior. 26cb6be
  • The Android performance profiler, Systrace, gets thorough documentation. d2c5045
  • Array.from is available as a polyfill. c473974 https://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.from

Breaking Changes

  • RCTSparseArray was replaced by NSDictionary. Modules using RCTSparseArray should update. #fa0b45c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment