Skip to content

Commit

Permalink
worked on task well-510
Browse files Browse the repository at this point in the history
  • Loading branch information
majin22 committed Dec 12, 2020
1 parent 7d54aa6 commit 3a9664e
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nutrition-label-jquery-plugin",
"version": "11.0.3",
"version": "11.0.4",
"homepage": "https://github.com/nutritionix/nutrition-label",
"authors": [
"Leo Joseph Gajitos <leejay22@gmail.com>",
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

version 11.0.4 - December 12, 2020

- css changes from Rommel to fix the validation issue "contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds" for Axe https://dequeuniversity.com/rules/axe/3.5/region?application=AxeChrome

------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------

version 11.0.3 - December 9, 2020

- added `role="region" aria-label="nutrition label` on all label div so it will pass the aria landmark validation for Axe https://dequeuniversity.com/rules/axe/3.5/region?application=AxeChrome
Expand Down
4 changes: 2 additions & 2 deletions dist/css/nutritionLabel-min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/css/nutritionLabel.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
Expand Down Expand Up @@ -105,7 +105,7 @@
}

.nutritionLabel .dvCalorieDiet {
color: #777;
color: #707070;
}
.nutritionLabel .calorieNote {
padding: .60em 0 0 .70em;
Expand All @@ -117,7 +117,7 @@
font-size: .7em;
border-bottom: 1px solid #333;
text-align: left;
color: #777;
color: #707070;
}
.nutritionLabel .tblCalorieDiet {
width: 100%;
Expand All @@ -126,7 +126,7 @@
padding: 0;
line-height: normal;
font-size: .7em;
color: #777;
color: #707070;
}
.nutritionLabel .ar {
text-align: right;
Expand All @@ -139,7 +139,7 @@
}

.nutritionLabel #calcDisclaimer {
color: #777;
color: #707070;
}

.notApplicable{
Expand Down
2 changes: 1 addition & 1 deletion dist/js/nutritionLabel-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/nutritionLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
Expand All @@ -29,7 +29,7 @@
<body>
<div class="container" style="width: 1250px;">
<div class="hero-unit">
<h1>Nutrition Label version 11.0.3</h1>
<h1>Nutrition Label version 11.0.4</h1>
<h4>from Nutritionix</h4>
<h4><a href="http://github.com/nutritionix/nutrition-label" target="_newDemo">Homepage</a></h4>
<p>
Expand Down
4 changes: 2 additions & 2 deletions nutritionLabel-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nutritionLabel-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nutritionLabel-stable-ver-11.0.2.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
Expand Down
2 changes: 1 addition & 1 deletion nutritionLabel-stable-ver-11.0.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
Expand Down
2 changes: 1 addition & 1 deletion nutritionLabel.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
Expand Down
2 changes: 1 addition & 1 deletion nutritionLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license This Nutritionix jQuery Nutrition Label is dual licensed under the MIT and GPL licenses. |
* @link http://www.nutritionix.com |
* @github http://github.com/nutritionix/nutrition-label |
* @current version 11.0.3 |
* @current version 11.0.4 |
* @stable version 11.0.2 |
* @supported browser Firefox, Chrome, IE8+ |
* @description To be able to create a FDA-style nutrition label with any nutrition data source |
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": "nutrition-label-jquery-plugin",
"version": "11.0.3",
"version": "11.0.4",
"description": "To be able to create a FDA-style nutrition label with any nutrition data source",
"main": "nutritionLabel-min.js",
"dependencies": {},
Expand Down

0 comments on commit 3a9664e

Please sign in to comment.