Skip to content

Instantly share code, notes, and snippets.

@mkonicek
Created March 23, 2016 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkonicek/13358e519dc11985008a to your computer and use it in GitHub Desktop.
Save mkonicek/13358e519dc11985008a to your computer and use it in GitHub Desktop.
Thanks to 91 contributors who put [217 commits](https://github.com/facebook/react-native/compare/0.22-stable...0.23-stable) into **React Native 0.23**!
Special thanks to @knowbody for writing these release notes!
## New features
- Add ability to silence packager logs to stdout - https://github.com/facebook/react-native/commit/d5445d5fbc5ea6d1ec01c9d4e7692613a216967f
- Add the possibility to `console.error`/redbox on promise rejections - https://github.com/facebook/react-native/commit/f87b673a2959b8d05703c2c83c89d32fe38d2e75
- Add more performance logs and improve Systrace support - https://github.com/facebook/react-native/commit/f6853b8eacec250df1a73f56d7ef9d32b91615e1
- Initial implementation of the Navigator with NavigationExperimental. - https://github.com/facebook/react-native/commit/fa5783e3ee1c5e0b73231a2cf0703545cf9b91ac
- `<Incremental>` for incremental rendering - https://github.com/facebook/react-native/commit/f21da3aa31c09c375ce0021ee5069671b6e79ac1
## Bug fixes
- Update node-haste and replace fast-path with node-haste's version to fix Windows compatibility - https://github.com/facebook/react-native/commit/fd816b1349506fb40c4229e470c0ef5c32de1e80
- Fix bug #5604 - Unrecognised signal for touchable no longer on the screen - https://github.com/facebook/react-native/commit/d63762194d7c9ba8ebf6774ef25948cb87a3e694
- Update Layout.c to fix flexbox layout bug - https://github.com/facebook/react-native/commit/6c5195fb3aa175ea416eb53e2c10720089dd8c85
- Transform before extracting dependencies - https://github.com/facebook/react-native/commit/9d09efdd53017877328a9fbaef2fd2cfd31352fc
- Refactor bezier implementation from bezier-easing library - https://github.com/facebook/react-native/commit/b5985cf6908365e28bff1f3dd15c44d7586a6433
- Inline `__accept` call so that source maps work with HMR https://github.com/facebook/react-native/commit/bcb37c0b6ae6c319bc99b569a2253c30c3715a07
## Android
### New features
- Add missing textAlignVertical support on android TextView - https://github.com/facebook/react-native/commit/d20bde3f2ee5cce4dbe3baa01ed70a4bb7f20340
- Add support for elevation in DrawerLayoutAndroid - https://github.com/facebook/react-native/commit/61483aa15d39576f632010022f61d0f838c38752
- Add JS Minify option to settings in Android - https://github.com/facebook/react-native/commit/1f94a00785a472d135d121958d5c2fa73ec94103
- Make run-android execute the app on all connected devices - https://github.com/facebook/react-native/commit/10ad47a711954f1af077c7f237ad37ff269d324e
- Add support for multiple JS contexts - https://github.com/facebook/react-native/commit/872b697730291575c5c25556bc9b49f66863947c
- Make JS perf API available to JS - https://github.com/facebook/react-native/commit/6e3710f36b4c272c60cc7c38815951460272fa7c
### Bug fixes
- Fix setting android toolbar images after null them - https://github.com/facebook/react-native/commit/8aa83a2d93fe4dba746cb03bb24604dc1ab859b6
- Add StatusBar height constant and improve implementation - https://github.com/facebook/react-native/commit/18f38ecdc0baafeead06fc982eafa51f2c7cf8c3
- Fix event dispatcher timestamp sorting bug - https://github.com/facebook/react-native/commit/f5a349021d3e9ccaf1a1590dc984c0ea16a177ca
- Fix RCTText crashing when negative width is passed to measure - https://github.com/facebook/react-native/commit/c42fc61a2a8cfcdf17f5290895f550af8b733412
- Fix text input scroll when status bar is translucent - https://github.com/facebook/react-native/commit/c76523f1ad832cd3a32151e6a20d3a58bf09496f
- Fix race condition in refactored bridge code - https://github.com/facebook/react-native/commit/0cb7d16ab461c64e8fa6f81a0cc16c2ee7bbc117
## iOS
### New features
- Adding Pre-Parsing cache & StringRef to iOS 8's JSC - https://github.com/facebook/react-native/commit/22e55d4396499a5fe960f9d59210fc3fece3e55f
- Add lineBreakMode prop to Text - https://github.com/facebook/react-native/commit/64a09feaf7d3f989ca665d60a79b420acf8ee8f1
- Add blur effect to RCTImageView - https://github.com/facebook/react-native/commit/9cb3ec94246e26d8c8291f7f90160b72a3009d0d
### Bug fixes
- Fix sticky header touch handling bug - https://github.com/facebook/react-native/commit/688bb177777ab0f26696fde7633f928e14f6f348
- Update AppState to support the inactive state - https://github.com/facebook/react-native/commit/ec9efb8a01ce59c7a594df5ca4c314a208ba1902
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment