Browse Source

Update notes

pull/1875/head
jlukic 9 years ago
parent
commit
c7c84fbe21
2 changed files with 6 additions and 2 deletions
  1. 6
      RELEASE-NOTES.md
  2. 2
      package.json

6
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

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

Loading…
Cancel
Save