Skip to content

Commit

Permalink
chore(all): prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Aug 29, 2016
1 parent c3a057c commit c75d8d4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="0.14.0"></a>
# [0.14.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.13.0...v0.14.0) (2016-08-29)


### Bug Fixes

* **autocomplete:** add export, ref #234 ([cb284ce](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/cb284ce))
* **md-input:** run updateService only.. ([e2d7b18](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/e2d7b18))
* **md-pagination:** respect visible links ([e218e79](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/e218e79))
* **md-pagination:** visible links update ([1e06d0f](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/1e06d0f))
* **scrollspy:** add useScrollspy ([0b402ec](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/0b402ec))
* **validationRenderer:** remove unused classes ([b597856](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/b597856))

### Features

* **md-input:** add md-validate-success attribute ([1bb0a8e](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/1bb0a8e))
* **md-input:** publish DOM blur event ([547ddb3](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/547ddb3))
* **validationRenderer:** export renderer ([5643a4e](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/5643a4e))



<a name="0.13.0"></a>
# [0.13.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.12.0...v0.13.0) (2016-08-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-materialize-bridge",
"version": "0.13.0",
"version": "0.14.0",
"registry": "github",
"description": "Aurelia interface to http://materializecss.com/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sample/src/about/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class About {
attached() {
// let bridge = System.get(System.normalizeSync('aurelia-materialize-bridge'));
// this.version = bridge.version;
this.version = '0.13.0';
this.version = '0.14.0';
}

onSelectionChanged(e) {
Expand Down

0 comments on commit c75d8d4

Please sign in to comment.