From 8b0bf718e8fc7bb3fec8fb1d89007f33b5ff5db2 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 3 Sep 2015 16:01:10 -0400 Subject: [PATCH] Rlsnotes --- RELEASE-NOTES.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7a848edba..7be97d127 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,12 @@ ## RELEASE NOTES +### Version 2.1.3 - Sep 03, 2015 + +**Bugfixes** +- **Input** - Fixes regression where `ui icon input` inside forms were not correct width [#2953](https://github.com/Semantic-Org/Semantic-UI/issues/2953) +- **Input** - Fixes typo in focused placeholder text color preventing the value from being used [#2939](https://github.com/Semantic-Org/Semantic-UI/issues/2939) +- **Input** - `action input` now correctly show focused border on button side, and avoids duplicating borders + ### Version 2.1.2 - Sep 02, 2015 **Bugfix** diff --git a/package.json b/package.json index b992481a0..09f482b6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui", - "version": "2.1.2", + "version": "2.1.3", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage": "http://www.semantic-ui.com",