This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased ]
5
+ ## [ 0.1.0 ] - 2015-11-17
6
6
### Added
7
7
- Support for md-select with valueProp and labelProp
8
8
- Support for md-radio with valueProp and labelProp options
@@ -31,7 +31,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
31
31
32
32
## 0.0.1 - 2015-11-06
33
33
34
- [ Unreleased ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...HEAD
34
+ [ 0.1.0 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...v0.1.0
35
35
[ 0.0.4 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.3...v0.0.4
36
36
[ 0.0.3 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3
37
37
[ 0.0.2 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ _rest of angular-material directive in near future_
52
52
- [ ] add md-radio-button and md-radio-group
53
53
- [x] add md-select
54
54
- [ ] add groups to md-select
55
- - [ ] add groupProp, valueProp, labelProp to md-select
55
+ - [x ] add valueProp, labelProp to md-select
56
56
- [x] add md-radio with valueProp and labelProp
57
57
- [ ] add groupProp to md-radio
58
58
- [ ] e2e tests
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var server = 'server';
5
5
Package . describe ( {
6
6
name : "wieldo:angular-formly-templates-material" ,
7
7
summary : "Material design templates for angular-formly" ,
8
- version : "0.0.4 " ,
8
+ version : "0.1.0 " ,
9
9
10
10
documentation : 'README.md' ,
11
11
git : 'https://github.com/wieldo/angular-formly-templates-material.git'
You can’t perform that action at this time.
0 commit comments