Skip to content

Releases: MrWolfZ/ngrx-forms

1.0.2

02 Sep 17:09
Compare
Choose a tag to compare

Bugfixes

  • add support for ngValue on option elements, thereby fixing non-string option values not working for select elements (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

31 Aug 20:13
Compare
Choose a tag to compare

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 ngAfterViewInit hook instead of ngOnInit to allow proper interaction with form elements that can have dynamically rendered children they depend on (e.g. dynamic options for selects) (thanks @nathanmarks for finding this issue)

1.0.0 - Genesis

27 Aug 15:00
Compare
Choose a tag to compare

Intial release of the library