From 477cddd4833de5244ad26527ce57f023fbc00145 Mon Sep 17 00:00:00 2001 From: viljamis Date: Fri, 5 Aug 2016 20:00:20 -0700 Subject: [PATCH] Updates changelog --- README.md | 11 ++++++----- responsiveslides.css | 2 +- responsiveslides.js | 2 +- responsiveslides.min.js | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 37f923d..6c2e843 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -# ResponsiveSlides.js v1.54 +# ResponsiveSlides.js v1.55 ### Simple & lightweight responsive slider plugin (in 1kb) - [ResponsiveSlides.js](http://responsiveslides.com/) is a tiny jQuery plugin that creates a responsive slider using elements inside a container. It has been used on sites like [Microsoft's Build 2012](http://www.buildwindows.com/launch) and [Gridset App](https://gridsetapp.com). ResponsiveSlides.js works with wide range of browsers including all IE versions from IE6 and up. It also adds CSS max-width support for IE6 and other browsers that don't natively support it. Only dependency is [jQuery](http://jquery.com/) (1.6 and up supported, tested up to 1.8.3) and that all the images are the same size. Biggest difference to other responsive slider plugins is the file size (1.4kb minified and gzipped) + that this one doesn't try to do everything. ResponsiveSlides.js has basically only two different modes: Either it just automatically fades the images, or operates as a responsive image container with pagination and/or navigation to fade between slides. @@ -30,10 +29,10 @@ Biggest difference to other responsive slider plugins is the file size (1.4kb mi Usage Instructions and demo ====== -For instructions and demo go to [http://responsiveslides.com/](http://responsiveslides.com/), or [download this repository as a zip file](https://github.com/viljamis/ResponsiveSlides.js/zipball/master) and and open "index.html" from the "example" folder. +For instructions and demo go to [http://responsiveslides.com/](http://responsiveslides.com/), or [download this repository as a zip file](https://github.com/viljamis/ResponsiveSlides.js/zipball/master) and and open "index.html" from the "example" folder. -* View [additional usage examples online](http://responsiveslides.com/themes/themes.html). -* View [a demo with captions](http://responsiveslides.com/with-captions/themes.html). +* View [additional usage examples online](http://responsiveslides.com/themes/themes.html). +* View [a demo with captions](http://responsiveslides.com/with-captions/themes.html). Currently jQuery 1.6 and up is supported. @@ -58,6 +57,8 @@ Changelog ====== +v1.55 (2016-08-05) - Adds jQuery 3.0 compatibility (thanks to [@Requios](https://github.com/Requios)!). + 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)!). diff --git a/responsiveslides.css b/responsiveslides.css index ed89330..f9a65fd 100644 --- a/responsiveslides.css +++ b/responsiveslides.css @@ -1,4 +1,4 @@ -/*! http://responsiveslides.com v1.54 by @viljamis */ +/*! http://responsiveslides.com v1.55 by @viljamis */ .rslides { position: relative; diff --git a/responsiveslides.js b/responsiveslides.js index 5e32752..59e947e 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -1,4 +1,4 @@ -/*! ResponsiveSlides.js v1.54 +/*! ResponsiveSlides.js v1.55 * http://responsiveslides.com * http://viljamis.com * diff --git a/responsiveslides.min.js b/responsiveslides.min.js index a7eed51..1cf7e30 100644 --- a/responsiveslides.min.js +++ b/responsiveslides.min.js @@ -1,8 +1,8 @@ -/*! http://responsiveslides.com v1.54 by @viljamis */ +/*! http://responsiveslides.com v1.55 by @viljamis */ (function(c,K,C){c.fn.responsiveSlides=function(m){var a=c.extend({auto:!0,speed:500,timeout:4E3,pager:!1,nav:!1,random:!1,pause:!1,pauseControls:!0,prevText:"Previous",nextText:"Next",maxwidth:"",navContainer:"",manualControls:"",namespace:"rslides",before:c.noop,after:c.noop},m);return this.each(function(){C++;var f=c(this),u,t,v,n,q,r,p=0,e=f.children(),D=e.length,h=parseFloat(a.speed),E=parseFloat(a.timeout),w=parseFloat(a.maxwidth),g=a.namespace,d=g+C,F=g+"_nav "+d+"_nav",x=g+"_here",k=d+"_on", y=d+"_s",l=c("