From da844bf6a000547525beb0505deeb2a11c1fd87f Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 2 Dec 2014 17:59:02 -0500 Subject: [PATCH] Update release notes for 1.1.0 and package.json --- RELEASE-NOTES.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7fdcc530c..2113d5549 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ ## RELEASE NOTES -### Version 1.1.0 - December XX, 2014 +### Version 1.1.0 - December 02, 2014 **Enhancements** - **Transition** - Transition's caching of final display state and *animation existence* now has improved performance. @@ -19,6 +19,7 @@ - **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre** - **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev** - **Icon** - ``remove icon`` is now formatted correctly when used as ``remove link icon`` +- **Input** - ``ui action input`` can now accomodate ``ui button`` that adjust padding from default - **Dropdown** - Fix ``action input`` used inside ``ui dropdown`` to appear correctly **Thanks ordepdev** **Docs** diff --git a/package.json b/package.json index 8a8f84c32..9bff1209b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui", - "version": "1.0.1", + "version": "1.1.0", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage": "http://www.semantic-ui.com",