From f8ef2c4b77d256eed6fb7b80165e8842704f253d Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 14 Oct 2015 16:58:26 +0100 Subject: [PATCH] Update breaking-changes.md --- breaking-changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/breaking-changes.md b/breaking-changes.md index 088909adc..78f2b8bb9 100644 --- a/breaking-changes.md +++ b/breaking-changes.md @@ -8,3 +8,5 @@ - Need to specify which platform you're bundling for `--platform `. - Option `--out` has been renamed for `--bundle-output`. - Source maps are no longer automatically generated. Need to specify `--sourcemap-output ` option to indicate where to put the source maps. +- [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.