semantic-ui-button
Advanced tools
Comparing version 1.12.3 to 2.0.2
@@ -18,3 +18,3 @@ { | ||
"license": "MIT", | ||
"version": "1.12.3" | ||
"version": "2.0.2" | ||
} |
@@ -5,3 +5,3 @@ | ||
summary : 'Semantic UI - Button: Single component release', | ||
version : '1.12.3', | ||
version : '2.0.2', | ||
git : 'git://github.com/Semantic-Org/UI-Button.git', | ||
@@ -8,0 +8,0 @@ }); |
{ | ||
"name": "semantic-ui-button", | ||
"version": "1.12.3", | ||
"version": "2.0.2", | ||
"title": "Semantic UI - Button", | ||
@@ -5,0 +5,0 @@ "description": "Single component release of button", |
@@ -0,1 +1,13 @@ | ||
### Version 2.0.0 - June 30, 2015 | ||
- **Modal** - Modal will now only close on buttons matching `deny` or `approve` selector. Any button that should hide modal on click should either match one of these selectors, or call `$('.ui.modal').modal('hide')` `onclick`. | ||
- **Button** - `wide` variations using numbers `2 wide`, `3 wide` have been removed due to incompatibilities with some build tools. Please use `two wide`, or `three wide` instead. | ||
- **Button** - Added `:focus` styles for all button types, all button examples in docs now are keyboard focusable using either `<button>` or `tabindex` where appropriate. | ||
- **Input** - Action input now supports multiple buttons, and dropdown | ||
- **Button** - Fixed `attached buttons` 1px offset when attached to segment and menu (border vs box shadow border) | ||
- **List** - `a` elements inside a `ui list` will no longer apply styles on `ui` elements like `button` **Thanks @ahtinurme** | ||
- **Search** - Fix `loading search` with an `icon button` causing double loaders. | ||
- **Button** - Button focus color now uses hoverColor background instead of blue box shadow | ||
- **Button** - `basic colored button` now grow their border size to 2px in default theme on hover | ||
### Version 1.11.2 - March 6, 2015 | ||
@@ -115,3 +127,3 @@ | ||
- **Button** - Fixes improper active/visible state due to :not specificity (most noticiable in mousedown on a dropdown button) | ||
- **Button** - Fixes improper active/visible state due to :not specificity (most noticeable in mousedown on a dropdown button) | ||
@@ -118,0 +130,0 @@ ### Version 0.9.0 - Nov 5, 2013 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
161227
3132