Releases: johnfmorton/generator-buildabanner
Releases · johnfmorton/generator-buildabanner
Version 2.0.15
Added
- Added new banner type, standard Google banner with IAB Subload. This is to conform to the "subload" as outlined in this IAB post: https://iabtechlab.com/blog/building-light-weight-and-load-optimized-ad-creatives/
Changed
- The packages used in banner builder have been updated as follows:
- ansi-colors from 2.0.5 to 4.1.1
- del from 3.0.0 to 6.0.0
- gulp-htmlmin from 4.0.0 to 5.0.1
- gulp-rename from 1.4.0 to 2.0.0
- gulp-zip from 4.2.0 to 5.0.2
- htmlparser2 from 3.10.1 to 6.0.0
- image-size from 0.6.3 to 0.9.3
- yargs from 12.0.5 to 16.2.0
Version 2.0.8
Version 2.0.8 - 2019-02-05
Changed
- The "transform-origin" suggested style has browser prefixes removed
- The gitignore file now ignores the
.temp
directory used by BAB to serve WIP builds
Version 2.0.5
Changed
- Added "use strict" to default JS file for banners since minification adds it anyway. Helps prevent errors in production build of JS.
Version 2.0.4
Changed
- Changes in SCSS files during development will now force a browser reload instead of injecting CSS changes into the banner.
Version 2.0.3
Fixed
- The JS minification settings were too aggressive and would break some banners. It's been ratched down to not manage variable names.
- The default "script.js" file has also changed the function style from named functions to function declarations.
Version 2.0.2
Fixed
- Some dependencies were listed in "devDependencies" which meant they did not install from the production version of BAB. They've been moved to the correct spot in the package.json file.
Version 2.0.1
Fixed
- The 'gulp man' function now returns a promise and will not cause a warning.
- This changelog has been updated to match the formatting of https://keepachangelog.com/en/1.0.0/ and have real content.