diff --git a/breaking-changes.md b/breaking-changes.md index 088909adc..4fdbe1f1c 100644 --- a/breaking-changes.md +++ b/breaking-changes.md @@ -8,3 +8,4 @@ - 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. + - `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.