Browse Source

Build v2.3.0

Jay Salvat 8 years ago
parent
commit
490ceb0c12
6 changed files with 11 additions and 5 deletions
  1. 6 0
      CHANGELOG.md
  2. 1 1
      bower.json
  3. 1 1
      component.json
  4. 1 1
      dist/vegas.js
  5. 1 1
      dist/vegas.min.js
  6. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -2,6 +2,12 @@
 
 ## CHANGE LOG
 
+### Vegas 2.3.0 2016-09-17
+
+* Add firstTransition and firstTransitionDuration options
+* Add Loop option to settings and end callback
+* Check image complete property in addition to onload before changing slide.
+
 ### Vegas 2.2.1 2016-05-04
 
 * Fixed _random to match last item also

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
     "name": "vegas",
-    "version": "2.2.1",
+    "version": "2.3.0",
     "main": [
         "dist/vegas.min.js",
         "dist/vegas.min.css"

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
     "name": "vegas",
-    "version": "2.2.1",
+    "version": "2.3.0",
     "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
     "homepage": "http://vegas.jaysalvat.com",
     "author": "Jay Salvat",

+ 1 - 1
dist/vegas.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.2.1 - built 2016-09-17
+ * v2.3.0 - built 2016-09-17
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------

+ 1 - 1
dist/vegas.min.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.2.1 - built 2016-09-17
+ * v2.3.0 - built 2016-09-17
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vegas",
-  "version": "2.2.1",
+  "version": "2.3.0",
   "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
   "homepage": "http://vegas.jaysalvat.com",
   "author": "Jay Salvat",