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

Commit 131d610

Browse files
author
Kamil Kisiela
committed
Update changelog and readme
1 parent 0e1ef72 commit 131d610

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [Unreleased]
6+
### Added
7+
- Support for md-select
8+
59
## [0.0.4] - 2015-11-13
610
### Removed
711
- es5-shim package
@@ -26,6 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2630

2731
## 0.0.1 - 2015-11-06
2832

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
3035
[0.0.3]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3
3136
[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.1...v0.0.2

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ _rest of angular-material directive in near future_
3737

3838
- input
3939
- checkbox
40+
- select
4041

4142
## Wrappers
4243

@@ -45,12 +46,13 @@ _rest of angular-material directive in near future_
4546
- ngMessages
4647

4748
## 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.

0 commit comments

Comments
 (0)