From 7bac22cad301bbd0ec2b09ba50b2e1f4a914ac29 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Mon, 14 Jan 2013 08:56:28 +0200 Subject: [PATCH] Updates changelog --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf28f3..ad32333 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ResponsiveSlides.js v1.52 +# ResponsiveSlides.js v1.53 ### Simple & lightweight responsive slider plugin (in 1kb) @@ -55,6 +55,8 @@ Changelog ====== +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. v1.51 (2012-12-15) - Fixes a bug where pictures would not display if next button was clicked too quickly 10 times.