This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree 3 files changed +13
-3
lines changed 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 0.14.1] ( https://github.com/formly-js/angular-formly-templates-material/compare/v0.14.1...v0.14.2 ) - 2016-05-30
5
+ ## [ 0.14.3] ( https://github.com/formly-js/angular-formly-templates-material/compare/v0.14.2...v0.14.3 ) - 2016-06-23
6
+
7
+ ### Added
8
+
9
+ - Allow to add step attribute on every field (6bc6989)
10
+
11
+ ### Fixed
12
+
13
+ - (chips, select) Bind callback functions by using statement (#45 )
14
+
15
+ ## [ 0.14.2] ( https://github.com/formly-js/angular-formly-templates-material/compare/v0.14.1...v0.14.2 ) - 2016-05-30
6
16
7
17
### Added
8
18
Original file line number Diff line number Diff line change 3
3
Package . describe ( {
4
4
name : 'formly:angular-formly-templates-material' ,
5
5
summary : '(official): Material design templates for angular-formly' ,
6
- version : '0.14.2 ' ,
6
+ version : '0.14.3 ' ,
7
7
documentation : 'README.md' ,
8
8
git : 'https://github.com/formly-js/angular-formly-templates-material.git'
9
9
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-formly-material" ,
3
- "version" : " 0.14.2 " ,
3
+ "version" : " 0.14.3 " ,
4
4
"description" : " Material design templates for angular-formly" ,
5
5
"main" : " dist/formly-material.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments