Browse Source

Updates release notes

beta
jlukic 11 years ago
parent
commit
933bba44d9
  1. 6
      RELEASE NOTES.md
  2. 2
      package.json
  3. 2
      server/documents/index.html.eco

6
RELEASE NOTES.md

@ -1,10 +1,12 @@
## RELEASE NOTES
### Version 0.9.7 - Dec 04, 2013
### Version 0.10.0 - Dec 05, 2013
**Updates**
**New**
- **Grid** - Adds ``doubling`` responsive variation which automatically formats content spacing based on device type
- **Form Validation** - Adds two new parameters, to allow for changing of revalidation and delay on input
**Updates**
- **Grid** - Row padding is now EM not % based, this might shift layouts slightly
- **Grid** - Grid columns not inside a row will automatically receive row padding now. This will allow for content to flow correctly when row count is unknown

2
package.json

@ -1,6 +1,6 @@
{
"name": "semantic",
"version": "0.9.6",
"version": "0.10.0",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",

2
server/documents/index.html.eco

@ -15,7 +15,7 @@ type : 'Semantic'
<div class="ui page grid">
<div class="column">
<div class="introduction">
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.<9 class="6"></9></a></h1>
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.10.0</a></h1>
<h2 class="ui header">UI is the vocabulary of the web.</h2>
<p>Semantic empowers designers and developers by creating a language for sharing UI.</p>
<a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a>

Loading…
Cancel
Save