Jay Salvat vor 9 Jahren
Ursprung
Commit
9e0a59f0de
8 geänderte Dateien mit 11 neuen und 7 gelöschten Zeilen
  1. 4 0
      CHANGELOG.md
  2. 1 1
      LICENSE.md
  3. 1 1
      README.md
  4. 1 1
      bower.json
  5. 1 1
      component.json
  6. 1 1
      dist/vegas.js
  7. 1 1
      dist/vegas.min.js
  8. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 ## CHANGE LOG
 
+### Vegas 2.2.0 2016-01-18
+
+* Add cover:repeat option to display background as tiled and not resized #75
+
 ### Vegas 2.1.3 2015-04-28
 
 * Fix 'TypeError' on destroy #79

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright 2015 Jay Salvat
+Copyright 2016 Jay Salvat
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation

+ 1 - 1
README.md

@@ -71,7 +71,7 @@ License
 
 **The MIT License (MIT)**
 
-Copyright 2015 Jay Salvat
+Copyright 2016 Jay Salvat
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
bower.json

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

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
     "name": "vegas",
-    "version": "2.1.3",
+    "version": "2.2.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.1.3 - built 2016-01-11
+ * v2.2.0 - built 2016-01-18
  * 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.1.3 - built 2016-01-11
+ * v2.2.0 - built 2016-01-18
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------

+ 1 - 1
package.json

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