Skip to content

Commit

Permalink
Merge pull request #47 from nccgroup/1.5.0
Browse files Browse the repository at this point in the history
update version to 1.5.0 and readme
  • Loading branch information
Ian-Hi authored Jul 24, 2017
2 parents ef5b611 + f8dfc02 commit 90f4a98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ or
3. Select the directory where you have cloned this repo

## Current limitations
1. the overlays are not responsive
2. overlay of background images where the element is positioned with negative values or via tranform will display as if the values were positive; why? the javascript api returns absolute values
3. overlay of carousel images will display for covered images as well
4. overlapping overlays hide each other
5. file size for some cross origin images is not available (depends of support of performanceEntry)
6. sprites are not bad practice ... yet this tool flags them red, we don't handle them at all
1. overlay of background images where the element is positioned with negative values or via tranform will display as if the values were positive; why? the javascript api returns absolute values
2. overlay of carousel images will display for covered images as well
3. overlapping overlays hide each other
4. file size for some cross origin images is not available (depends of support of performanceEntry)
5. sprites are not bad practice ... yet this tool flags them red, we don't handle them at all
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "NCC Image Checker",
"short_name": "Image Checker",
"description": "Provides image optimisation information within the browser.",
"version": "1.4.0",
"version": "1.5.0",
"icons" : {
"16": "app/assets/icon.png",
"48": "app/assets/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-checker",
"version": "1.4.0",
"version": "1.5.0",
"description": "Provides image optimisation information within the browser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 90f4a98

Please sign in to comment.