Update breaking-changes.md

This commit is contained in:
Martin Konicek 2015-10-14 12:53:16 +01:00
parent 4b90db10da
commit 663ae6cbf7
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@
- Need to specify which platform you're bundling for `--platform <ios|android>`. - Need to specify which platform you're bundling for `--platform <ios|android>`.
- Option `--out` has been renamed for `--bundle-output`. - Option `--out` has been renamed for `--bundle-output`.
- Source maps are no longer automatically generated. Need to specify `--sourcemap-output <path>` option to indicate where to put the source maps. - Source maps are no longer automatically generated. Need to specify `--sourcemap-output <path>` option to indicate where to put the source maps.
- 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. - `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.