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

Commit 06ff741

Browse files
author
Kamil Kisiela
committed
Merge branch 'develop'
2 parents e8787eb + 03fd447 commit 06ff741

File tree

4 files changed

+195
-222
lines changed

4 files changed

+195
-222
lines changed

.versions

Lines changed: 0 additions & 59 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 111 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,152 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
3-
This project adheres to [Semantic Versioning](http://semver.org/).
1+
Change Log
2+
==========
3+
4+
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
[Unreleased](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.2...HEAD)
7+
8+
### Changed
9+
10+
- Package name in AtmosphereJS (formly:angular-formly-templates-material)
11+
12+
[0.7.2](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.1...v0.7.2) - 2015-12-08
13+
------------------------------------------------------------------------------------------------------------
414

5-
## [0.7.2] - 2015-12-08
615
### Added
7-
- Documentation for all fields and wrappers
8-
- Banner with version in dist files
16+
17+
- Documentation for all fields and wrappers
18+
- Banner with version in dist files
919

1020
### Changed
11-
- Links to repository after transfer from wieldo to formly-js
1221

13-
## [0.7.1] - 2015-12-01
22+
- Links to repository after transfer from wieldo to formly-js
23+
24+
[0.7.1](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.0...v0.7.1) - 2015-12-01
25+
------------------------------------------------------------------------------------------------------------
26+
1427
### Changed
15-
- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator
16-
- remove bound from slider's min, max and step attributes
1728

18-
## [0.7.0] - 2015-11-29
29+
- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator
30+
- remove bound from slider's min, max and step attributes
31+
32+
[0.7.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.6.0...v0.7.0) - 2015-11-29
33+
------------------------------------------------------------------------------------------------------------
34+
1935
### Added
20-
- support for npm and bower (angular-formly-material).
36+
37+
- support for npm and bower (angular-formly-material).
2138

2239
### Changed
23-
- Unit testing using karma instead of velocity (with coverage reports)
2440

25-
## [0.6.0] - 2015-11-27
41+
- Unit testing using karma instead of velocity (with coverage reports)
42+
43+
[0.6.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.5.2...v0.6.0) - 2015-11-27
44+
------------------------------------------------------------------------------------------------------------
45+
2646
### Added
27-
- compatibility with Meteor releases lower then 1.2
2847

29-
## [0.5.2] - 2015-11-19
48+
- compatibility with Meteor releases lower then 1.2
49+
50+
[0.5.2](https://github.com/formly-js/angular-formly-templates-material/compare/v0.5.1...v0.5.2) - 2015-11-19
51+
------------------------------------------------------------------------------------------------------------
52+
3053
### Fixed
31-
- missing md-theme attribute when using templateOptions.theme
54+
55+
- missing md-theme attribute when using templateOptions.theme
3256

3357
### Added
34-
- Tests of all currently available functionality
58+
59+
- Tests of all currently available functionality
3560

3661
### Removed
37-
- deprecated **mdInputContainer** wrapper. Use **inputContainer**
38-
- deprecated **mdMessages** wrapper. Use **messages**
3962

40-
## [0.5.1] - 2015-11-18
63+
- deprecated **mdInputContainer** wrapper. Use **inputContainer**
64+
- deprecated **mdMessages** wrapper. Use **messages**
65+
66+
[0.5.1](https://github.com/formly-js/angular-formly-templates-material/compare/v0.5.0...v0.5.1) - 2015-11-18
67+
------------------------------------------------------------------------------------------------------------
68+
4169
### Changed
42-
- Refactor all files to use Strict Dependency Injection
4370

44-
## [0.5.0] - 2015-11-18
71+
- Refactor all files to use Strict Dependency Injection
72+
73+
[0.5.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.4.0...v0.5.0) - 2015-11-18
74+
------------------------------------------------------------------------------------------------------------
75+
4576
### Added
46-
- multiple support for select field
47-
- slider field with min, max, step and discrete options
4877

49-
## [0.4.0] - 2015-11-17
78+
- multiple support for select field
79+
- slider field with min, max, step and discrete options
80+
81+
[0.4.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.3.0...v0.4.0) - 2015-11-17
82+
------------------------------------------------------------------------------------------------------------
83+
5084
### Added
51-
- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
52-
85+
86+
- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
87+
5388
### Deprecated
54-
- **mdInputContainer** wrapper. Use **inputContainer**
55-
- **mdMessages** wrapper. Use **messages**
5689

57-
## [0.3.0] - 2015-11-17
90+
- **mdInputContainer** wrapper. Use **inputContainer**
91+
- **mdMessages** wrapper. Use **messages**
92+
93+
[0.3.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.2.0...v0.3.0) - 2015-11-17
94+
------------------------------------------------------------------------------------------------------------
95+
5896
### Added
59-
- datepicker with date range and filtering _(currently in angular-material 1.0_RC4)_
60-
- Tests of formlyMaterial provider
6197

62-
## [0.2.0] - 2015-11-17
98+
- datepicker with date range and filtering *(currently in angular-material 1.0_RC4)*
99+
- Tests of formlyMaterial provider
100+
101+
[0.2.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.1.0...v0.2.0) - 2015-11-17
102+
------------------------------------------------------------------------------------------------------------
103+
63104
### Added
64-
- Support for textarea with cols and rows
65-
- ApiCheck for label, radio and select
66-
- Support for md-theme
67105

68-
## [0.1.0] - 2015-11-17
106+
- Support for textarea with cols and rows
107+
- ApiCheck for label, radio and select
108+
- Support for md-theme
109+
110+
[0.1.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.4...v0.1.0) - 2015-11-17
111+
------------------------------------------------------------------------------------------------------------
112+
69113
### Added
70-
- Support for md-select with valueProp and labelProp
71-
- Support for md-radio with valueProp and labelProp options
72114

73-
## [0.0.4] - 2015-11-13
115+
- Support for md-select with valueProp and labelProp
116+
- Support for md-radio with valueProp and labelProp options
117+
118+
[0.0.4](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.3...v0.0.4) - 2015-11-13
119+
------------------------------------------------------------------------------------------------------------
120+
74121
### Removed
75-
- es5-shim package
76-
- standard-minifier package
77122

78-
## [0.0.3] - 2015-11-10
123+
- es5-shim package
124+
- standard-minifier package
125+
126+
[0.0.3](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.2...v0.0.3) - 2015-11-10
127+
------------------------------------------------------------------------------------------------------------
128+
79129
### Fixed
80-
- Invalid components templateUrl
130+
131+
- Invalid components templateUrl
81132

82133
### Changed
83-
- Package name: wieldo:angular-formly-templates-material
84134

85-
## [0.0.2] - 2015-11-07
135+
- Package name: wieldo:angular-formly-templates-material
136+
137+
[0.0.2](https://github.com/formly-js/angular-formly-templates-material/compare/v0.0.1...v0.0.2) - 2015-11-07
138+
------------------------------------------------------------------------------------------------------------
139+
86140
### Fixed
87-
- Add missing ngMessages
141+
142+
- Add missing ngMessages
88143

89144
### Added
90-
- showError in Messages wrapper
91-
- md-checkbox
92-
- mdTheme to checkbox, switch
93-
- md-switch
94-
95-
## 0.0.1 - 2015-11-06
96-
97-
[0.7.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.1...v0.7.2
98-
[0.7.1]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.0...v0.7.1
99-
[0.7.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.6.0...v0.7.0
100-
[0.6.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.2...v0.6.0
101-
[0.5.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.1...v0.5.2
102-
[0.5.1]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.0...v0.5.1
103-
[0.5.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...v0.5.0
104-
[0.4.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.3.0...v0.4.0
105-
[0.3.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.2.0...v0.3.0
106-
[0.2.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.1.0...v0.2.0
107-
[0.1.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.4...v0.1.0
108-
[0.0.4]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.3...v0.0.4
109-
[0.0.3]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.2...v0.0.3
110-
[0.0.2]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.1...v0.0.2
145+
146+
- showError in Messages wrapper
147+
- md-checkbox
148+
- mdTheme to checkbox, switch
149+
- md-switch
150+
151+
0.0.1 - 2015-11-06
152+
------------------

0 commit comments

Comments
 (0)