From 0ae41807141f3b9c5d49aa6addeea56971eb97c6 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Fri, 26 Apr 2013 15:07:56 +0300 Subject: [PATCH] Updates changelog. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f420253..e7be2a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ResponsiveSlides.js v1.53 +# ResponsiveSlides.js v1.54 ### Simple & lightweight responsive slider plugin (in 1kb) @@ -55,6 +55,8 @@ Changelog ====== +v1.54 (2013-04-26) - Fixes few bugs with the before and after callbacks. + v1.53 (2013-01-14) - Minor speed optimization (thanks [@bazineta](https://github.com/bazineta)!). v1.52 (2013-01-07) - Adds option called "manualControls" which allows to write custom markup for pager navigation (thanks to [@andyadams](https://github.com/andyadams)). "controls" option is renamed to "navContainer". Default speed of the transition is now to 500ms. Adds also webkit-backface-visibility: hidden; style for the slides to prevent some HD acceleration issues on mobile WebKit browsers.