Skip to content

v0.9.3

Compare
Choose a tag to compare
@edcarroll edcarroll released this 19 Jul 22:48
· 87 commits to master since this release
  • Radiobutton
    • Added support for reactive forms (closes #168)
      • name and value are now required properties (though this won't affect existing code)
  • Datepicker
    • Dates not in a month are now no longer disabled (addresses part of #165)
  • Localization
  • Popup
    • Fixed Typescript 2.4.1 compilation error (closes #166)
    • Fixed occasional 'attempt to use destroyed view' errors (closes #178)
  • Modal
    • Fixed ModalTemplate warning when using Angular CLI (closes #171)
    • Fixed autofocus not working in IE11 (closes #167)
  • Select
    • Fixed issues when handling falsy values (closes #175)
  • General
    • Fixed NgModule imports for Modal & Select (closes #160)