Skip to content

Commit f199a93

Browse files
xmlfacebook-github-bot
authored andcommitted
DOCS ONLY: Update breaking changes location in breaking-changes.md: move to Wiki
Summary: Also, remove ancient breaking changes details from 0.16 and before, as they only confused and distracted attention from the importance of seeking the information elsewhere. Closes facebook#12184 Differential Revision: D4507539 Pulled By: mkonicek fbshipit-source-id: 9d0f274ac7e3141c9b535d3b156e98e1cf3659d3
1 parent 61848ea commit f199a93

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

breaking-changes.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
11
# Breaking Changes
22

3-
**Breaking changes are now tracked as part of [Release Notes](https://github.com/facebook/react-native/releases)**.
4-
5-
## 0.16
6-
7-
- Touch events on Android now have coordinates consistent with iOS: [0c2ee5](https://github.com/facebook/react-native/commit/0c2ee5d480e696f8621252c936a8773e8de9f8b6)
8-
- YellowBox enabled by default: [8ab518](https://github.com/facebook/react-native/commit/8ab51828ff077ae0ad10c06f62f9f01d58b9bf85)
9-
- React Native now uses Babel 6 (props to tadeuzagallo for upgrading!). We've been using React Native with Babel 6 at Facebook for quite a while now. Nevertheless, please report any errors related to Babel, such as transforms for some JS features not working as expected and we'll fix them.
10-
- Decorators won't work until [T2645](https://phabricator.babeljs.io/T2645) lands in Babel.
11-
- Exporting default class that extends a base class won't work due to Babel's [T2694](https://phabricator.babeljs.io/T2694).
12-
13-
## 0.15
14-
15-
- React Native now uses [React 0.14](http://facebook.github.io/react/blog/2015/10/07/react-v0.14.html); see the linked blog post for a changelog (at this time, the package split has not been made in RN (i.e., please continue to use `require('react-native')`) and refs to native components have not changed)
16-
17-
## 0.14
18-
19-
- D2533877: `react-native bundle` API changes:
20-
- API is now `entry-file <path>` based instead of url based.
21-
- Need to specify which platform you're bundling for `--platform <ios|android>`.
22-
- Option `--out` has been renamed for `--bundle-output`.
23-
- Source maps are no longer automatically generated. Need to specify `--sourcemap-output <path>` option to indicate where to put the source maps.
24-
- D2538070:
25-
- The `--minify` option is now infered based on the `--dev` value. To get a production minified bundle use `--dev false` as `--dev` defaults to true.
26-
- [28f6eb](https://github.com/facebook/react-native/commit/28f6eba22d5bd3dfead3a115f93e37f25b1910ca): `removeClippedSubviews` now defaults to `true` on `ListView`. This is generally the behavior people expect from `ListView` so we're making it default to `true`. If you see any issues please report them.
27-
- [82fad3](https://github.com/facebook/react-native/commit/82fad33af7dac32cd556eea35674aca4dc707f71): Remove redundant script to start packager, it can still be started using `react-native start` or `npm start`
3+
**Breaking changes are now tracked in [the Wiki](https://github.com/facebook/react-native/wiki/Breaking-Changes)**.

0 commit comments

Comments
 (0)