diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b1ddd9c08..c5e1f61f6 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,11 +1,15 @@ ## RELEASE NOTES -### Version 1.9.3 - February 19, 2015 +### Version 1.9.3 - February 20, 2015 +**Bugs** - **Tab** - Fixed bug when loading `remote` content with `tab` where current tab would not hide while loading - **Tab** - Tab with remote content and `auto: true` now removes duplicate slashes from url path - **API** - Simplified `api` debug output to console to more clearly label url and data sent +**Docs** +- **Tab** - Added new tab remote content example with stubbed AJAX using SinonJS + ### Version 1.9.2 - February 19, 2015 Added new repositories for css and less only versions, can be installed with diff --git a/package.json b/package.json index 12a9d94a3..90a893d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "semantic-ui", - "version" : "1.9.2", + "version" : "1.9.3", "title" : "Semantic UI", "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage" : "http://www.semantic-ui.com",