diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dfe4a3..ecd594af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.12.0 + +* Use this.sourceInfo.cloneModel instead [#627](https://github.com/angular-ui-tree/angular-ui-tree/issues/627) +* Add documentation for cloneModel [#660](https://github.com/angular-ui-tree/angular-ui-tree/issues/660) +* Fix accept() to check $treeScope.nodropEnabled [#665](https://github.com/angular-ui-tree/angular-ui-tree/issues/665) +* Add information about styling to the README file [#666](https://github.com/angular-ui-tree/angular-ui-tree/issues/666) +* [#507](https://github.com/angular-ui-tree/angular-ui-tree/issues/507) Promise support callbacks [#589](https://github.com/angular-ui-tree/angular-ui-tree/issues/589) + # 2.11.0 * Reset placeholder display attribute instead of changing it to block [#631](https://github.com/angular-ui-tree/angular-ui-tree/issues/631) diff --git a/bower.json b/bower.json index eb9d4022..55d9ecdf 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-tree", - "version": "2.11.0", + "version": "2.12.0", "homepage": "https://github.com/angular-ui-tree/angular-ui-tree", "authors": [ "Jim Liu ", diff --git a/package.json b/package.json index a468af51..68527ac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-tree", - "version": "2.11.0", + "version": "2.12.0", "description": "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery", "license": "MIT", "repository": { diff --git a/source/main.js b/source/main.js index a4593f60..82321788 100644 --- a/source/main.js +++ b/source/main.js @@ -1,5 +1,5 @@ /** - * @license Angular UI Tree v2.11.0 + * @license Angular UI Tree v2.12.0 * (c) 2010-2015. https://github.com/angular-ui-tree/angular-ui-tree * License: MIT */