Releases: MrWolfZ/ngrx-forms
Releases · MrWolfZ/ngrx-forms
1.0.2
Bugfixes
- add support for
ngValueonoptionelements, thereby fixing non-string option values not working forselectelements (thanks @nathanmarks for finding this issue) - fix issue that prevents setting a value via state change if the same value was previously set via the view (thanks @nathanmarks for finding this issue)
1.0.1
Bugfixes
- fix issue that caused control state value to not be properly set to form element if the ID of the control state changed but the state's value was the same as the last value the view reported for the previous state
- changed form control state directive to run its initialization code inside the
ngAfterViewInithook instead ofngOnInitto allow proper interaction with form elements that can have dynamically rendered children they depend on (e.g. dynamicoptions forselects) (thanks @nathanmarks for finding this issue)
1.0.0 - Genesis
Intial release of the library