Skip to content

Commit

Permalink
Released version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Sep 9, 2014
1 parent 4793e1b commit 80d8f62
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ npm test

## Changelog

### v0.2.6 (master, released on August 26th 2014)
### v0.2.7 (master, released on September 8th 2014)
- Improved Performance more than 110%!!! [#28](https://github.com/Zizzamia/ng-tasty/issues/28)
- Fixed pagination issue when there is only one row [#30](https://github.com/Zizzamia/ng-tasty/issues/30)
- Added params object as response in the sorting/pagination server side table callback. [#31](https://github.com/Zizzamia/ng-tasty/issues/31)
- Improved message errors [#32](https://github.com/Zizzamia/ng-tasty/issues/32)[#29](https://github.com/Zizzamia/ng-tasty/issues/29)

### v0.2.6 (released on August 26th 2014)
- Improved sorting by key [#27](https://github.com/Zizzamia/ng-tasty/issues/27)
- Fixed issue about refresh external scope variable [#25](https://github.com/Zizzamia/ng-tasty/issues/25)
- Initial Benchmarks by using Benchpress [#26](https://github.com/Zizzamia/ng-tasty/issues/26)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.2.7-rc1",
"version": "0.2.7",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"authors": [
"@zizzamia"
Expand Down
2 changes: 1 addition & 1 deletion docs/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ angular.module('myApp.controllers', [])
}])
.controller('DownloadCtrl', ['$scope', '$modalInstance', function($scope, $modalInstance) {
$scope.options = {
version: '0.2.6',
version: '0.2.7',
minified: true,
tpls: true
};
Expand Down
2 changes: 1 addition & 1 deletion docs/template/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a class="btn btn-lg btn-primary" href="" ng-click="showDownloadModal()">
<i class="fa fa-download"></i> Download
<span class="version">
(<span>0.2.6</span>)
(<span>0.2.7</span>)
</span>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a href="<%= base %>/" class="head">
<h1>#ngTasty</h1>
</a>
<p class="version">v0.2.6</p>
<p class="version">v0.2.7</p>
<div class="head">
<ul>
<li><a href="<%= base %>/#QuickStart">Quick Start</a></li>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h4 class="modal-title">Download #ngTasty</h4>
<div class="modal-footer">
<a class="btn btn-default" ng-click="cancel()">Close</a>
<a class="btn btn-primary" ng-href="{{download()}}" download>
<i class="fa fa-download"></i> Download 0.2.6</a>
<i class="fa fa-download"></i> Download 0.2.7</a>
</div>
</script>

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": "ng-tasty",
"version": "0.2.7-rc1",
"version": "0.2.7",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 80d8f62

Please sign in to comment.