This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
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]
6
+ ### Added
7
+ - Support for md-select
8
+
5
9
## [ 0.0.4] - 2015-11-13
6
10
### Removed
7
11
- es5-shim package
@@ -26,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
26
30
27
31
## 0.0.1 - 2015-11-06
28
32
29
- [ 0.0.4 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.3.0...v0.0.4
33
+ [ Unreleased ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...HEAD
34
+ [ 0.0.4 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.3...v0.0.4
30
35
[ 0.0.3 ] : https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3
31
36
[ 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 @@ -37,6 +37,7 @@ _rest of angular-material directive in near future_
37
37
38
38
- input
39
39
- checkbox
40
+ - select
40
41
41
42
## Wrappers
42
43
@@ -45,12 +46,13 @@ _rest of angular-material directive in near future_
45
46
- ngMessages
46
47
47
48
## Roadmap
48
- - add md-chips
49
- - add md-datepicker
50
- - add md-icon wrapper
51
- - add md-radio-button and md-radio-group
52
- - add md-select
53
- - e2e tests
54
- - Requests (?). Post an issue.
55
-
56
- [ ![ Bitdeli Badge] ( https://d2weczhvl823v0.cloudfront.net/wieldo/angular-formly-templates-material/trend.png )] ( https://bitdeli.com/free " Bitdeli Badge ")
49
+ - [ ] add md-chips
50
+ - [ ] add md-datepicker
51
+ - [ ] add md-icon wrapper
52
+ - [ ] add md-radio-button and md-radio-group
53
+ - [x] add md-select
54
+ - [ ] add groups to md-select
55
+ - [ ] add roupProp, valueProp, labelProp to md-select
56
+ - [ ] e2e tests
57
+
58
+ Requests (?). Post an issue.
You can’t perform that action at this time.
0 commit comments