angular-cn/packages/forms/src
Fabian Wiles e86b64b620 feat(forms): allow markAsPending to emit events (#20212)
closes #17958

BREAKING CHANGE:
- `AbstractControl#statusChanges` now emits an event of `'PENDING'` when you call `AbstractControl#markAsPending`
- Previously it did not emit an event when you called `markAsPending`
- To migrate you would need to ensure that if you are filtering or checking events from `statusChanges` that you account for the new event when calling `markAsPending`

PR Close #20212
2018-02-22 11:15:33 -08:00
..
directives fix(forms): set state before emitting a value from ngModelChange (#21514) 2018-02-21 15:59:33 -08:00
directives.ts fix(forms): roll back breaking change with min/max directives 2017-06-20 09:04:50 -07:00
form_builder.ts feat(forms): multiple validators for array method (#20766) 2018-02-07 12:04:48 -08:00
form_providers.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
forms.ts fix(forms): publish missing types (#19941) 2018-02-06 08:02:15 -08:00
model.ts feat(forms): allow markAsPending to emit events (#20212) 2018-02-22 11:15:33 -08:00
validators.ts fix(forms): make Validators.email support optional controls (#20869) 2018-02-07 12:05:08 -08:00
version.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00