diff --git a/README.md b/README.md index f71c926f..ed154cb4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Gitter chat](https://badges.gitter.im/woothemes/FlexSlider.png)](https://gitter.im/woothemes/FlexSlider) -# FlexSlider 2.6.4 -http://www.woocommerce.com/flexslider/ - Copyright (c) 2015 WooThemes +# FlexSlider 2.7.0 +http://www.woothemes.com/flexslider/ - Copyright (c) 2015 WooThemes ## Releases @@ -19,9 +19,9 @@ To keep up to date with how FlexSlider's development roadmap looks, please see o ## Updates -** Version 2.6.4 ** +** Version 2.7.0 ** -** Fixes resize method call for orientationchange. ** +** Fixes resize method call for orientationchange. Adds RTL feature - param "rtl" added. ** ** Version 2.6.3 ** @@ -94,13 +94,20 @@ Two new methods are available for adding/removing slides, `slider.addSlide()` an - [Basic Slider](http://flexslider.woothemes.com/) - [Basic Slider customDirectionNav](http://flexslider.woothemes.com/basic-slider-with-custom-direction-nav.html) +- [Basic Slider with Simple Caption](http://flexslider.woothemes.com/basic-slider-with-caption.html) - [Slider w/thumbnail controlNav pattern](http://flexslider.woothemes.com/thumbnail-controlnav.html) - [Slider w/thumbnail slider](http://flexslider.woothemes.com/thumbnail-slider.html) - [Basic Carousel](http://flexslider.woothemes.com/basic-carousel.html) - [Carousel with min and max ranges](http://flexslider.woothemes.com/carousel-min-max.html) +- [Carousel with min and max ranges](http://flexslider.woothemes.com/dynamic-carousel-min-max.html) - [Video with Vimeo API](http://flexslider.woothemes.com/video.html) - [Video with Wistia API](http://flexslider.woothemes.com/video-wistia.html) +## RTL Examples + +- [Basic Slider](http://flexslider.woothemes.com/index-rtl.html) +- [Slider with Simple Caption w/thumbnail slider](http://flexslider.woothemes.com/asnavfor-rtl.html) +- [Basic Slider with Simple Caption](http://flexslider.woothemes.com/basic-carousel-rtl.html) ## Properties @@ -200,3 +207,7 @@ Description to be added. ### allowOneSlide: *{new}* Boolean. Whether or not you'd like FlexSlider to initialize as usual if only one slide is present. + +### rtl: *{new}* +Boolean. False by default. Supports RTL functionality in the slider. +*Note: you must add `style="direction:rtl"` to your container div in order for this to work.* diff --git a/bower.json b/bower.json index 3dbf9039..92f1c3af 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "flexslider", - "version": "2.6.4", + "version": "2.7.0", "homepage": "https://github.com/woocommerce/FlexSlider", "authors": [ "Automattic " diff --git a/changelog.txt b/changelog.txt index a8019532..5cb9bc43 100644 --- a/changelog.txt +++ b/changelog.txt @@ -42,5 +42,7 @@ FLEXSLIDER CHANGELOG 2016.09.06 - Version 2.6.3 * Rollback fade fixes, due to harsh fade reports. -2017.07.08 - Version 2.6.4 -* Fixes resize method call for orientationchange. \ No newline at end of file +2018.02.01 - Version 2.7.0 +* Fixes resize method call for orientationchange. +* Adds RTL feature - param "rtl" added. +* Adds RTL demo's. \ No newline at end of file diff --git a/demo/asnavfor-rtl.html b/demo/asnavfor-rtl.html new file mode 100644 index 00000000..39adc725 --- /dev/null +++ b/demo/asnavfor-rtl.html @@ -0,0 +1,310 @@ + + + + + FlexSlider 2 + + + + + + + + + + + + + + + + + +
+
+ +

FlexSlider 2

+

The best responsive slider. Period.

+ Download Flexslider + + + + +
+ +
+
+
+
    +
  • + +

    Adventurer Cheesecake Brownie

    +
  • +
  • + +

    Adventurer Lemon

    +
  • +
  • + +

    Adventurer Donut

    +
  • +
  • + +

    Adventurer Caramel

    +
  • +
  • + +

    Adventurer Cheesecake Brownie

    +
  • +
  • + +

    Adventurer Lemon

    +
  • +
  • + +

    Adventurer Donut

    +
  • +
  • + +

    Adventurer Caramel

    +
  • +
  • + +

    Adventurer Cheesecake Brownie

    +
  • +
  • + +

    Adventurer Lemon

    +
  • +
  • + +

    Adventurer Donut

    +
  • +
  • + +

    Adventurer Caramel

    +
  • +
+
+ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/demo/basic-carousel-rtl.html b/demo/basic-carousel-rtl.html new file mode 100644 index 00000000..0b7ad89c --- /dev/null +++ b/demo/basic-carousel-rtl.html @@ -0,0 +1,182 @@ + + + + + FlexSlider 2 + + + + + + + + + + + + +
+
+ +

FlexSlider 2

+

The best responsive slider. Period.

+ Download Flexslider + + + + +
+ +
+
+ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/demo/basic-carousel.html b/demo/basic-carousel.html index bf882cdf..fc406f38 100644 --- a/demo/basic-carousel.html +++ b/demo/basic-carousel.html @@ -26,7 +26,7 @@

FlexSlider 2

The best responsive slider. Period.

Download Flexslider -

Other Examples

+ + +
@@ -109,7 +117,7 @@

Basic Carousel

             <!-- Place somewhere in the <body> of your page -->
-            <div class="flexslider">
+            <div class="flexslider carousel">
               <ul class="slides">
                 <li>
                   <img src="slide1.jpg" />
diff --git a/demo/basic-slider-with-caption.html b/demo/basic-slider-with-caption.html
index 3c43b015..03a3d38d 100644
--- a/demo/basic-slider-with-caption.html
+++ b/demo/basic-slider-with-caption.html
@@ -58,6 +58,14 @@ 
           
  • Video & the api (wistia)
  • + +
    @@ -85,7 +93,7 @@