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",