Ver código fonte

Build v2.5.0

Jay Salvat 5 anos atrás
pai
commit
a0071478c1
8 arquivos alterados com 12 adições e 7 exclusões
  1. 5 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      bower.json
  4. 1 1
      component.json
  5. 2 2
      dist/vegas.js
  6. 1 1
      dist/vegas.min.js
  7. 0 0
      dist/vegas.min.js.map
  8. 1 1
      package.json

+ 5 - 0
CHANGELOG.md

@@ -2,6 +2,11 @@
 
 ## CHANGE LOG
 
+### Vegas 2.5.0 2020-04-24
+
+* add metro 4 support
+* Try to fix some responsive issues on Vegas in a div
+
 ### Vegas 2.4.4 2018-10-30
 
 * Merge pull request #182 from davide93/patch-1

+ 1 - 1
README.md

@@ -71,7 +71,7 @@ License
 
 **The MIT License (MIT)**
 
-Copyright 2018 Jay Salvat
+Copyright 2020 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.4.4",
+    "version": "2.5.0",
     "main": [
         "dist/vegas.min.js",
         "dist/vegas.min.css"

+ 1 - 1
component.json

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

+ 2 - 2
dist/vegas.js

@@ -1,6 +1,6 @@
 /*!-----------------------------------------------------------------------------
  * Vegas - Fullscreen Backgrounds and Slideshows.
- * v2.4.4 - built 2020-04-24
+ * v2.5.0 - built 2020-04-24
  * Licensed under the MIT License.
  * http://vegas.jaysalvat.com/
  * ----------------------------------------------------------------------------
@@ -266,7 +266,7 @@
         return videoCache[cacheKey];
       }
 
-      if (!srcs instanceof Array) {
+      if (!(srcs instanceof Array)) {
         srcs = [ srcs ];
       }
 

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
dist/vegas.min.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/vegas.min.js.map


+ 1 - 1
package.json

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

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff