Browse Source

updates release notes

pull/2229/head
jlukic 11 years ago
parent
commit
324cc3a81c
2 changed files with 34 additions and 32 deletions
  1. 64
      RELEASE NOTES.md
  2. 2
      server/partials/header.html.eco

64
RELEASE NOTES.md

@ -3,42 +3,44 @@
### Version 0.7.0 - Oct 17, 2013
**New**
- New social buttons for Instagram, LinkedIn, Google Plus, Pinterest
- Added responsive style to ui tables
- **Table** - Added aweosome new responsive style to ui tables
- **Button** - New social buttons for Instagram, LinkedIn, Google Plus, Pinterest
- **List** - Adds documentation for module format
- **List** - Adds onTabInit for local tabs on first load
- **List** - Popups can now have a different target than itself
**Docs**
- **Popup** - Adds more popup examples
- Adds sortable tables to docs
- Adds new tabbed doc style for modules
- Popups can now have a different target than itself
- Adds onTabInit for local tabs on first load
- Adds documentation for module format
- New tabbed doc style for modules
- Ensures all code samples are properly indented programatically
**Fixes**
- Fixes border radius on tabular menu, fixes one pixel jump on active state
- Removes vertical label width line missing units
- Fixes pointing dropdown to appear correctly in menu
- Fixes issue with borders on selection dropdown
- Popup fixed a bug where "top right" placed popup might sometimes be too large
- Popup will not reshow a visible popup on hover
- Popup .toggle() now always hides/shows popup correctly
- Dropdown cannot display inside item image
- Dropdown links were being prevented by event.preventDefault used for touch devices
- Fixes some code samples not being properly indented
- Celled tables now have celled table headers
- **Dropdown** - Dropdown cannot display inside item image
- **Dropdown** - Dropdown links were being prevented by event.preventDefault used for touch devices
- **Dropdown** - Fixes issue with borders on selection dropdown
- **Dropdown** - Fixes pointing dropdown to appear correctly in menu
- **List** - Celled tables now have celled table headers
- **Menu** - Fixes border radius on tabular menu, fixes one pixel jump on active state
- **Menu** - Removes vertical label width missing units in menu
- **Popup** - Popup .toggle() now always hides/shows popup correctly
- **Popup** - Popup fixed a bug where "top right" placed popup might sometimes be too large
- **Popup** - Popup will not reshow a visible popup on hover
**Updates**
- Table headers are now darker to increase contrast with rainbow striped rows
- Block header now uses RGBA instead of solid color by default
- Increased padding on attached labels
- Leading on bulleted and ordered list slightly increased
- Horizontal padding on icon list slightly increased
- Increase opacity of icons on icon messages
- Ribbon labels now have a shadow color
- Popups are no longer inline by default
- Optimizes dimmer init on modal to occur on modal init and not modal show
- Popup metadata attribute arrowOffset is now offset for simplicities sake
- Adds more popup examples
- Popup default duration is now 200ms (slighty slower)
- Popup border now uses RGBA to look sexier on dark backgrounds
- Popup no-longer receives class name 'visible' on show, this allows popups to be used on dropdowns and other elements with a visible state
- **Header** - Block header now uses RGBA instead of solid color by default
- **Label** - Ribbon labels now have a shadow color
- **List** - Horizontal padding on icon list slightly increased
- **List** - Increased padding on attached labels
- **List** - Leading on bulleted and ordered list slightly increased
- **Message** - Increase opacity of icons on icon messages
- **Modal** - Optimizes dimmer init on modal to occur on modal init and not modal show
- **Popup** - Popup border now uses RGBA to look sexier on dark backgrounds
- **Popup** - Popup default duration is now 200ms (slighty slower)
- **Popup** - Popup metadata attribute arrowOffset is now offset for simplicities sake
- **Popup** - Popup no-longer receives class name 'visible' on show, this allows popups to be used on dropdowns and other elements with a visible state
- **Popup** - Popups are no longer inline by default
- **Table** - Table headers are now darker to increase contrast with rainbow striped rows
### Version 0.6.5 - Oct 18, 2013

2
server/partials/header.html.eco

@ -18,7 +18,7 @@
<% end %>
<% if @document.type is 'UI Module': %>
<a href="/module.html" class="ui basic labeled icon button">
How to Use
Learn about Modules
<i class="help icon"></i>
</a>
<% end %>

Loading…
Cancel
Save