|
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 | +[0.7.2](https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.1...v0.7.2) - 2015-12-08 |
| 7 | +--------------------------------------------------------------------------------------------------------- |
4 | 8 |
|
5 |
| -## [0.7.2] - 2015-12-08 |
6 | 9 | ### Added
|
7 |
| -- Documentation for all fields and wrappers |
8 |
| -- Banner with version in dist files |
| 10 | + |
| 11 | +- Documentation for all fields and wrappers |
| 12 | +- Banner with version in dist files |
9 | 13 |
|
10 | 14 | ### Changed
|
11 |
| -- Links to repository after transfer from wieldo to formly-js |
12 | 15 |
|
13 |
| -## [0.7.1] - 2015-12-01 |
| 16 | +- Links to repository after transfer from wieldo to formly-js |
| 17 | + |
| 18 | +[0.7.1](https://github.com/wieldo/angular-formly-templates-material/compare/v0.7.0...v0.7.1) - 2015-12-01 |
| 19 | +--------------------------------------------------------------------------------------------------------- |
| 20 | + |
14 | 21 | ### 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 |
17 | 22 |
|
18 |
| -## [0.7.0] - 2015-11-29 |
| 23 | +- use bound for datepicker's minDate, maxDate and filterDate instead of template manipulator |
| 24 | +- remove bound from slider's min, max and step attributes |
| 25 | + |
| 26 | +[0.7.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.6.0...v0.7.0) - 2015-11-29 |
| 27 | +--------------------------------------------------------------------------------------------------------- |
| 28 | + |
19 | 29 | ### Added
|
20 |
| -- support for npm and bower (angular-formly-material). |
| 30 | + |
| 31 | +- support for npm and bower (angular-formly-material). |
21 | 32 |
|
22 | 33 | ### Changed
|
23 |
| -- Unit testing using karma instead of velocity (with coverage reports) |
24 | 34 |
|
25 |
| -## [0.6.0] - 2015-11-27 |
| 35 | +- Unit testing using karma instead of velocity (with coverage reports) |
| 36 | + |
| 37 | +[0.6.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.2...v0.6.0) - 2015-11-27 |
| 38 | +--------------------------------------------------------------------------------------------------------- |
| 39 | + |
26 | 40 | ### Added
|
27 |
| -- compatibility with Meteor releases lower then 1.2 |
28 | 41 |
|
29 |
| -## [0.5.2] - 2015-11-19 |
| 42 | +- compatibility with Meteor releases lower then 1.2 |
| 43 | + |
| 44 | +[0.5.2](https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.1...v0.5.2) - 2015-11-19 |
| 45 | +--------------------------------------------------------------------------------------------------------- |
| 46 | + |
30 | 47 | ### Fixed
|
31 |
| -- missing md-theme attribute when using templateOptions.theme |
| 48 | + |
| 49 | +- missing md-theme attribute when using templateOptions.theme |
32 | 50 |
|
33 | 51 | ### Added
|
34 |
| -- Tests of all currently available functionality |
| 52 | + |
| 53 | +- Tests of all currently available functionality |
35 | 54 |
|
36 | 55 | ### Removed
|
37 |
| -- deprecated **mdInputContainer** wrapper. Use **inputContainer** |
38 |
| -- deprecated **mdMessages** wrapper. Use **messages** |
39 | 56 |
|
40 |
| -## [0.5.1] - 2015-11-18 |
| 57 | +- deprecated **mdInputContainer** wrapper. Use **inputContainer** |
| 58 | +- deprecated **mdMessages** wrapper. Use **messages** |
| 59 | + |
| 60 | +[0.5.1](https://github.com/wieldo/angular-formly-templates-material/compare/v0.5.0...v0.5.1) - 2015-11-18 |
| 61 | +--------------------------------------------------------------------------------------------------------- |
| 62 | + |
41 | 63 | ### Changed
|
42 |
| -- Refactor all files to use Strict Dependency Injection |
43 | 64 |
|
44 |
| -## [0.5.0] - 2015-11-18 |
| 65 | +- Refactor all files to use Strict Dependency Injection |
| 66 | + |
| 67 | +[0.5.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...v0.5.0) - 2015-11-18 |
| 68 | +--------------------------------------------------------------------------------------------------------- |
| 69 | + |
45 | 70 | ### Added
|
46 |
| -- multiple support for select field |
47 |
| -- slider field with min, max, step and discrete options |
48 | 71 |
|
49 |
| -## [0.4.0] - 2015-11-17 |
| 72 | +- multiple support for select field |
| 73 | +- slider field with min, max, step and discrete options |
| 74 | + |
| 75 | +[0.4.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.3.0...v0.4.0) - 2015-11-17 |
| 76 | +--------------------------------------------------------------------------------------------------------- |
| 77 | + |
50 | 78 | ### Added
|
51 |
| -- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint |
52 |
| - |
| 79 | + |
| 80 | +- **md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint |
| 81 | + |
53 | 82 | ### Deprecated
|
54 |
| -- **mdInputContainer** wrapper. Use **inputContainer** |
55 |
| -- **mdMessages** wrapper. Use **messages** |
56 | 83 |
|
57 |
| -## [0.3.0] - 2015-11-17 |
| 84 | +- **mdInputContainer** wrapper. Use **inputContainer** |
| 85 | +- **mdMessages** wrapper. Use **messages** |
| 86 | + |
| 87 | +[0.3.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.2.0...v0.3.0) - 2015-11-17 |
| 88 | +--------------------------------------------------------------------------------------------------------- |
| 89 | + |
58 | 90 | ### Added
|
59 |
| -- datepicker with date range and filtering _(currently in angular-material 1.0_RC4)_ |
60 |
| -- Tests of formlyMaterial provider |
61 | 91 |
|
62 |
| -## [0.2.0] - 2015-11-17 |
| 92 | +- datepicker with date range and filtering *(currently in angular-material 1.0_RC4)* |
| 93 | +- Tests of formlyMaterial provider |
| 94 | + |
| 95 | +[0.2.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.1.0...v0.2.0) - 2015-11-17 |
| 96 | +--------------------------------------------------------------------------------------------------------- |
| 97 | + |
63 | 98 | ### Added
|
64 |
| -- Support for textarea with cols and rows |
65 |
| -- ApiCheck for label, radio and select |
66 |
| -- Support for md-theme |
67 | 99 |
|
68 |
| -## [0.1.0] - 2015-11-17 |
| 100 | +- Support for textarea with cols and rows |
| 101 | +- ApiCheck for label, radio and select |
| 102 | +- Support for md-theme |
| 103 | + |
| 104 | +[0.1.0](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.4...v0.1.0) - 2015-11-17 |
| 105 | +--------------------------------------------------------------------------------------------------------- |
| 106 | + |
69 | 107 | ### Added
|
70 |
| -- Support for md-select with valueProp and labelProp |
71 |
| -- Support for md-radio with valueProp and labelProp options |
72 | 108 |
|
73 |
| -## [0.0.4] - 2015-11-13 |
| 109 | +- Support for md-select with valueProp and labelProp |
| 110 | +- Support for md-radio with valueProp and labelProp options |
| 111 | + |
| 112 | +[0.0.4](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.3...v0.0.4) - 2015-11-13 |
| 113 | +--------------------------------------------------------------------------------------------------------- |
| 114 | + |
74 | 115 | ### Removed
|
75 |
| -- es5-shim package |
76 |
| -- standard-minifier package |
77 | 116 |
|
78 |
| -## [0.0.3] - 2015-11-10 |
| 117 | +- es5-shim package |
| 118 | +- standard-minifier package |
| 119 | + |
| 120 | +[0.0.3](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.2...v0.0.3) - 2015-11-10 |
| 121 | +--------------------------------------------------------------------------------------------------------- |
| 122 | + |
79 | 123 | ### Fixed
|
80 |
| -- Invalid components templateUrl |
| 124 | + |
| 125 | +- Invalid components templateUrl |
81 | 126 |
|
82 | 127 | ### Changed
|
83 |
| -- Package name: wieldo:angular-formly-templates-material |
84 | 128 |
|
85 |
| -## [0.0.2] - 2015-11-07 |
| 129 | +- Package name: wieldo:angular-formly-templates-material |
| 130 | + |
| 131 | +[0.0.2](https://github.com/wieldo/angular-formly-templates-material/compare/v0.0.1...v0.0.2) - 2015-11-07 |
| 132 | +--------------------------------------------------------------------------------------------------------- |
| 133 | + |
86 | 134 | ### Fixed
|
87 |
| -- Add missing ngMessages |
| 135 | + |
| 136 | +- Add missing ngMessages |
88 | 137 |
|
89 | 138 | ### 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 |
| 139 | + |
| 140 | +- showError in Messages wrapper |
| 141 | +- md-checkbox |
| 142 | +- mdTheme to checkbox, switch |
| 143 | +- md-switch |
| 144 | + |
| 145 | +0.0.1 - 2015-11-06 |
| 146 | +------------------ |
0 commit comments