Skip to content

v1.0.2

Choose a tag to compare

@uglow uglow released this 21 May 00:31

<a name"1.0.2">

1.0.2 (2016-05-21)

Bug Fixes

  • build: try to get Travis and semantic-release to build (496634f6)
  • focus: set focus based on DOM order (df6125af)

Features

  • ES6: rewritten in ES6 using generator-confit to create standardised build tools (2a8b83e4)
  • form: remove the need for an isolate scope on the form/ngForm (da84f4cb)
  • stateChangeBehaviour: set focus to first error field in DOM within the form controller (88f5f663)

Breaking Changes

  • The form-group directive must be specified as a CSS class, rather than as an attribute. This allows the browser to find controls that have errors by
    using document.querySelector('.form-control .ng-invalid').

  • Additional classes 'form-group-checkbox' (in the template) and 'form-group-radio' (must be added manually) can be added to the same element that has 'form-group' to support CSS styling for input, select, radio, date and checkbox controls

    (df6125af)

  • formDate now raises dateFormat errors instead of date errors.

    (006adfeb)