From d3586630ace56b256a23472a6ad1cea3cf4ad9f0 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 11 Mar 2016 12:55:30 -0500 Subject: [PATCH 1/3] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4d5ebf031..42bf6235b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -16,10 +16,10 @@ - **API** - `beforeSend` would not correctly cancel request when `return false;` is used in callback. #3660 - **API** - `cache: 'local'` would not return the localstorage cached results in some cases - **Dropdown** - `search selection` would not let you move back in an entered search string with left arrow #3596 **Thanks @Sanjo** --**Divider** - Descenders like "g" are cut off in `horizontal divider` #3585 --**Form Validation / Dropdown** - Using "enter" key in a `search dropdown` could cause a form to be submitted #3676 --**Form Validation** - Revalidating a field `on: blur` could cause fields not yet interacted with to be validated #3606 --**Search** - A previous unfinished XHR query aborting would cause the next query to fail #2779 +- **Divider** - Descenders like "g" are cut off in `horizontal divider` #3585 +- **Form Validation / Dropdown** - Using "enter" key in a `search dropdown` could cause a form to be submitted #3676 +- **Form Validation** - Revalidating a field `on: blur` could cause fields not yet interacted with to be validated #3606 +- **Search** - A previous unfinished XHR query aborting would cause the next query to fail #2779 **Bugs** - **API** - Using `onResponse` with `dataType` other than JSON or JSONP would cause an error. (Not allowing plain text responses to be translated) #3653 From 9afb898fce6ef6b96c5572ce881d68d240b080e4 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 11 Mar 2016 12:55:53 -0500 Subject: [PATCH 2/3] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 42bf6235b..cafceac46 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -55,8 +55,8 @@ - **Rating** - Added new setting `fireOnInit` for rating, which defaults to `false`. When set to true `onRate` will fire when rating is initialized #3712 - **Site** `@px` and `@relativepx` i.e. `@relative12px` which can be used to return EM value of pixels are now extended to `@relative40px` - **Tabs** - Added new option `deactivate`, defaults to `siblings` which will only deactivate tab activators that are DOM siblings elements to the activating element. Setting it to 'all' will deactivate any other tab element initialized at the same time. -- **Progress* - Added progress `is complete` for returning whether success, warning, or error conditions are met -- **Progress* - Added `onLabelUpdate` callback, this can be used to specify the exact text that should appear on the actual progress update, perhaps based on some external conditions +- **Progress** - Added progress `is complete` for returning whether success, warning, or error conditions are met +- **Progress** - Added `onLabelUpdate` callback, this can be used to specify the exact text that should appear on the actual progress update, perhaps based on some external conditions - **Table** - `definition table` now supports `ignored` variation to force a `first-child` to ignore its default definition stylings - **Table-- `definition table` now supports `definition` variation to specify definition styles on an element that is not `:first-child` -**Table** - More granular variables for controlling style on first column in a `definition table` From 0c39b5cd3b6ed35b7d314b9b43d6ec0b33b39690 Mon Sep 17 00:00:00 2001 From: enbo Date: Mon, 14 Mar 2016 14:33:01 -0500 Subject: [PATCH 3/3] Fix typo should be 'bordered' not 'bordeblack' probably an issue with find and replacing the term 'red' --- src/definitions/elements/icon.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/icon.less b/src/definitions/elements/icon.less index e88a30144..f019f5e7e 100755 --- a/src/definitions/elements/icon.less +++ b/src/definitions/elements/icon.less @@ -378,7 +378,7 @@ i.black.icon { i.inverted.black.icon { color: @lightBlack !important; } -i.inverted.bordeblack.black.icon, +i.inverted.bordered.black.icon, i.inverted.circular.black.icon { background-color: @black !important; color: @white !important;