@@ -2,6 +2,10 @@
## CHANGE LOG
+### Vegas 2.5.2 2020-12-18
+
+* Fix padding issue on Firefox (Thanks qzminski)
### Vegas 2.5.1 2020-04-24
* Fix the height of the container when Vegas is in a div
@@ -1,6 +1,6 @@
{
"name": "vegas",
- "version": "2.5.1",
+ "version": "2.5.2",
"main": [
"dist/vegas.min.js",
"dist/vegas.min.css"
"description": "Vegas - Fullscreen Backgrounds and Slideshows.",
"homepage": "http://vegas.jaysalvat.com",
"author": "Jay Salvat",
@@ -190,7 +190,7 @@
exports.npmPublish = npmPublish;
function year() {
- return gulp.src([ './LICENSE.md', './README.md' ])
+ return gulp.src([ './README.md' ])
.pipe(plugins.replace(/(Copyright )(\d{4})/g, '$1' + dateFormat.asString('yyyy')))
.pipe(gulp.dest('.'));
}