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

Commit 0dda057

Browse files
author
Kamil Kisiela
committed
release v0.8.0
1 parent 1360797 commit 0dda057

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Change Log
33

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

6+
[0.8.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.3...v0.8.0)
7+
8+
### Changed
9+
10+
- BREAKING CHANGE: requires now **angular-material v1.0.0**
11+
- BREAKING CHANGE: for meteor package uses now **formly:angular-formly** instead of wieldo:angular-formly
12+
613
[0.7.3](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.2...v0.7.3)
714

815
### Changed
@@ -148,5 +155,4 @@ All notable changes to this project will be documented in this file. This projec
148155
- mdTheme to checkbox, switch
149156
- md-switch
150157

151-
0.0.1 - 2015-11-06
152-
------------------
158+
0.0.1 - 2015-11-06 ------------------.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Requirements
3737

3838
- angular ~ 1.4.0
3939
- angular-messages ~ 1.4.0
40-
- angular-material ~ 0.11.0
40+
- angular-material ~ 1.0.0
4141
- angular-formly ~ 7.3.0
4242

4343
Components

dist/formly-material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-formly-material JavaScript Library v0.7.2
2+
* angular-formly-material JavaScript Library v0.8.0
33
*
44
* @license MIT (http://license.angular-formly.com)
55
*

dist/formly-material.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

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

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.7.3",
3+
"version": "0.8.0",
44
"description": "Material design templates for angular-formly",
55
"main": "dist/formly-material.js",
66
"scripts": {

0 commit comments

Comments
 (0)