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

Commit a1ec376

Browse files
author
Kamil Kisiela
committed
release v0.14.2
1 parent b350850 commit a1ec376

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

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
616

717
### Added
818

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: 'formly:angular-formly-templates-material',
55
summary: '(official): Material design templates for angular-formly',
6-
version: '0.14.2',
6+
version: '0.14.3',
77
documentation: 'README.md',
88
git: 'https://github.com/formly-js/angular-formly-templates-material.git'
99
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly-material",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "Material design templates for angular-formly",
55
"main": "dist/formly-material.js",
66
"scripts": {

0 commit comments

Comments
 (0)