Browse Source

Adds release notes

pull/410/head
jlukic 10 years ago
parent
commit
2772caab89
2 changed files with 815 additions and 869 deletions
  1. 1671
      .docpad.db
  2. 13
      RELEASE NOTES.md

1671
.docpad.db
File diff suppressed because it is too large
View File

13
RELEASE NOTES.md

@ -1,5 +1,18 @@
## RELEASE NOTES
### Version 0.9.7 - Dec 04, 2013
**Updates**
- **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
- **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
**Fixes**
- **Grid** - (x) column rows will automatically add vertical padding when new rows are formed!
- **Grid** - Fixes margin on stackable grids
- **Dropdown** - Value can be retrieved even in instances where forms arent used
### Version 0.9.6 - Dec 04, 2013
**Updates**

Loading…
Cancel
Save