Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5adf974

Browse files
gkalpakNarretz
authored andcommitted
docs(CHANGELOG.md): add BC notice for b71d7c3
Closes #13759
1 parent d98ce05 commit 5adf974

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,16 @@ Applications that depend on this option can use to turn the option back on,
609609
but while doing so, please read the warning provided in the documentation for
610610
information on preventing click-hijacking attacks when this option is turned on.
611611

612+
- **ngOptions:** due to [b71d7c3f](https://github.com/angular/angular.js/commit/b71d7c3f3c04e65b02d88b33c22dd90ae3cdfc27),
613+
614+
If your data contains falsy values (`''`, `0`, `false` and `null`) for option groups, then these
615+
options will now be placed into option groups. Previously all of these falsy values were treated as
616+
the option not being a member of a group.
617+
618+
Only option groups that are `undefined` will result in the option being put in no group.
619+
If you have data that contains falsy values that should not be used as groups then you must filter
620+
the values before passing them to `ngOptions` converting falsy values to `undefined`.
621+
612622
- **ngOptions:** due to [ded25187](https://github.com/angular/angular.js/commit/ded2518756d4409fdfda0d4af243f2125bea01b5),
613623

614624
`ngOptions` will now throw if `ngModel` is not present on the `select`

0 commit comments

Comments
 (0)