From c75b4bbd2b313995e48d0dda70d23e6c1452a58e Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Sat, 11 Jul 2015 22:23:55 -0700 Subject: [PATCH] Released version 0.5.6 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- website/static/js/pages/app.js | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5473e721..d0ef2e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog -### v0.5.5 (master, released on June 15th 2015) +### v0.5.6 (master, released on July 11th 2015) +#### Bug Fixes +- Fixed Server Side search pagination [#142](https://github.com/Zizzamia/ng-tasty/issues/142) + +### v0.5.5 (released on June 15th 2015) #### Bug Fixes - Fixed client side pagination and itemsPerPage [#138](https://github.com/Zizzamia/ng-tasty/issues/138) - Fixed tasty-thead, how to change column title in tasty-thead [#132](https://github.com/Zizzamia/ng-tasty/issues/132) @@ -14,7 +18,7 @@ - Add show all to table pagination [#121](https://github.com/Zizzamia/ng-tasty/issues/121) #### Bug Fixes -- cleanFieldName may now contain _ and keep it, instead of replacing it [#123] (https://github.com/Zizzamia/ng-tasty/pull/123) +- cleanFieldName may now contain _ and keep it, instead of replacing it [#123](https://github.com/Zizzamia/ng-tasty/pull/123) ### v0.5.2 (released on March 18th 2015) #### Features diff --git a/package.json b/package.json index 28bed662..05f7874f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.5.5", + "version": "0.5.6", "description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.", "main": "index.js", "devDependencies": { diff --git a/website/static/js/pages/app.js b/website/static/js/pages/app.js index c62e67a2..f1b63f8f 100644 --- a/website/static/js/pages/app.js +++ b/website/static/js/pages/app.js @@ -7,7 +7,7 @@ angular.module('myApp.pages.app', []) $window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() }); }); } - $rootScope.version = '0.5.5'; + $rootScope.version = '0.5.6'; $scope.showDownloadModal = function() { modalInstance = $modal.open({