semantic-ui-ad
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -18,3 +18,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.3" | ||
"version": "2.0.4" | ||
} |
@@ -5,3 +5,3 @@ | ||
summary : 'Semantic UI - Ad: Single component release', | ||
version : '2.0.3', | ||
version : '2.0.4', | ||
git : 'git://github.com/Semantic-Org/UI-Ad.git', | ||
@@ -8,0 +8,0 @@ }); |
{ | ||
"name": "semantic-ui-ad", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"title": "Semantic UI - Ad", | ||
@@ -5,0 +5,0 @@ "description": "Single component release of ad", |
@@ -0,1 +1,16 @@ | ||
### Version 2.0.4 - July 17, 2015 | ||
- **Form** - Added `doesntContain` and `doesntContainExactly` [#2638](https://github.com/Semantic-Org/Semantic-UI/issues/2638) | ||
- **Formatting** - Fixed several source files that had `CR LF` (Windows) line endings [#2649](https://github.com/Semantic-Org/Semantic-UI/issues/2649) | ||
- **Input** - Fixed `left action input` displaying with incorrect `input` border radius inside `ui form` [#2638](https://github.com/Semantic-Org/Semantic-UI/issues/2638) | ||
- **Popup** - Fixed issues where rounding could cause elements that are against edge of page from not appearing. Add new `jitter` setting for allowing popups to escape page boundaries by a small margin [#2526](https://github.com/Semantic-Org/Semantic-UI/issues/2526) | ||
- **Segment** - Added additional variables for `inverted` segment. | ||
- **Transition** - Fixed issue where animating same element in its own `onComplete` would fail because animation had not yet called `force visible/hidden` [#2583](https://github.com/Semantic-Org/Semantic-UI/issues/2583) | ||
**Additional Bugs** | ||
- **Checkbox** - Updated `colored` theme to add new focus color variables. | ||
- **Sticky** - Sticky no longer uses `bottomPadding` to determine bottom edge of container. | ||
- Added individual examples of all form validation rules | ||
### Version 2.0.3 - July 8, 2015 | ||
@@ -2,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52629