Skip to content

1.0.2

Compare
Choose a tag to compare
@addyosmani addyosmani released this 29 Jul 11:27
· 2872 commits to mdl-1.x since this release

MDL 1.0.2 is a small update hot on the heels of 1.0.1 that brings a quick hotfix for IE 10 support with the component handler.

  • Downgrades will now complete successfully in IE 10 and not cause errors.
  • Along with that many of the form components have been given new methods for checking state.
    • For example, you can now call checkDisabled() against form input widgets to check the disabled state and update the UI accordingly.