Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfmorton committed Feb 5, 2019
1 parent 7571e82 commit e72c026
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Changelog

## [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

## [2.0.7] - 2019-01-11
### Fixed
- Sizmek banner build always reported banner size meta data as 300x250 and that has been corrected.
Expand Down
5 changes: 1 addition & 4 deletions generators/app/templates/dev/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ body, body * {

/* Div layer for the entire banner. */
#container_ad {
-ms-transform-origin:0% 0%; /* IE 9 */
-webkit-transform-origin:0% 0%; /* Safari and Chrome */
-moz-transform-origin:0% 0%; /* Firefox */
-o-transform-origin:0% 0%; /* Opera */
transform-origin: 0% 0%;;

position: absolute;
// width and height are 2px less than the expected
Expand Down
3 changes: 3 additions & 0 deletions generators/app/templates/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Thumbs.db
# Node generated files
node_modules
npm-debug.log

# ignore the BAB temp directory
.temp/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-buildabanner",
"version": "2.0.7",
"version": "2.0.8",
"description": "Yeoman generator to help build a variety of HTML banners: Standard, Adwords, DoubleClick Studio or Sizmek.",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit e72c026

Please sign in to comment.