Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
release v0.14.0
Browse files Browse the repository at this point in the history
Added

- (chips) support for templateOptions.disabled (#14) (eea2fcf,
f2d2e40)
- (radio) support for templateOptions.disabled (#13) (e6104ea,
c04f63d)
- (checkbox) support for templateOptions.disabled (bdbe651,
aec4e60)
- (datepicker) support for templateOptions.disabled (41b99d6,
7ee864a)
- (input) support for templateOptions.disabled (2b528c3,
18c819f)
- (select) support for templateOptions.disabled (2bb10e0,
9f76f0e)
- (slider) support for templateOptions.disabled (27d1d2a,
f6b5890)
- (switch) support for templateOptions.disabled (7c1865c,
178ac76)
- (textarea) support for templateOptions.disabled (858f9fa,
8a246f5)
- templateOptions.className option (equivalent to ng-class)
(#15, #16) (718c172, d656b4c)
  • Loading branch information
Kamil Kisiela committed Jan 12, 2016
1 parent d994e03 commit 74c9301
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 74 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/formly-js/angular-formly-templates-material/compare/v0.13.0...HEAD)
## [0.14.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.13.0...v0.14.0)

### Added

Expand Down

0 comments on commit 74c9301

Please sign in to comment.