- Updating to support the latest
apiCheck
api for types and wrappers. Thanks @benoror
- Botched the previous release
- Breaking change. There is now an ng-if around the label wrapper that removes it if is not specified. #34
- Fixes issue with multiCheckbox
required
andexpressionProperties
#35
- Addon: Fixing the scope that's passed to
onClick
.
- Adding
onClick
to addons
- Allowing any type to have an addon.
- Bug in last release
- Last release should have been a minor version update.
- Making an easier api for custom
ng-options
forselect
. - Removing inline-source-map so it's not included in minified code.
- Allowing descriptions on all types
- Fixing issue #17 with form control not getting set on multiCheckbox and radio types.
- Updating peerDependency with api-check.
- Fixing issue with the new api-check API.
- Fixing bug with multiCheckbox where no initial value would cause an error.
- Fixing multiCheckbox to initialize properly
- Fixing npm angular version to include beta versions.
- Fixing tabindex on radios
- Switching from
validateOptions
toapiCheck
.
- Fixing external dependencies
- Added addonLeft and addonRight to place add-ons on fields
- Adding api-check dependency