Version numbers correspond to bower.json
version (package.json files is NOT necessarily in sync)
- Fix reversion bug caused by 1.1.5
- Focus input when input container div clicked
- Add
type=email
ng-pattern
validation to ensure a '.' is required
- Add ngValidation classes on init
- Add ngBlur support
- Added character count support
- Added basic placeholder support for select inputs
- update to Angular v1.3.0-beta.17
- add extra quotes to
ng-true-value
andng-false-value
for checkbox input type - change
number
validation fromng-minlength
andng-maxlength
tomin
andmax
- add extra quotes to
- fix formCtrl[xx] undefined ("cannot read $valid of undefined") error
- add ng-* validation classes to outer element (for styling use - i.e. to tell if input is invalid)
- add
focused
class to outer element on focus for styling use
- add
hint
attribute for additional helper element below input (above validation)
- add
wide-icon
smaller label width
- multi-select: add loadMore function pass through support
- add angular-autocomplete directive support
- webkit fix/support for better validation message (not just 'required') for number input types
- generate forminput.css and forminput.min.css for non LESS support
- update dependencies
- Angular 1.2.2
- LESSHat and less-flexbox
- add replace:true for new Angular 1.2.0 change to template function so there's not an extra wrapping element
- update to LESSHat 2.0
- support Angular 1.2.0 - change from compile to template function
- added ng-change support to ALL input types (previously was not working except for basic text input type)