Browse Source

Rlsnotes

pull/2961/head
Jack Lukic 9 years ago
parent
commit
8b0bf718e8
2 changed files with 8 additions and 1 deletions
  1. 7
      RELEASE-NOTES.md
  2. 2
      package.json

7
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**

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

Loading…
Cancel
Save