-
Notifications
You must be signed in to change notification settings - Fork 439
Changelog
Adam Chambers edited this page Dec 3, 2013
·
7 revisions
- Mobile Navbar auto closes with an optional gumby-persist attribute
- Tiles no longer restricted to
<ul>/<li>
,.tile
class can be used to specify child - JS and CSS performance updates throughout
- Various bug fixes
- Added Tooltips, use the
ttip
class - Created FancyTiles mixin for building grids which shift in number and width based on context
- Created Palette mixin to allow matching any element styles with your projects color palette
- Created Shapes mixin for adding preset border radius values to any element
- Added Px to Em conversion function
- Debug mode - provided an interface for logging errors and useful information in development & switch for production
- Added Manual initialization
- Multi-module initialization
- Various bug fixes, take that bugs.
- Table styles
- Fixed module rewrite, supporting fix and pin points while constraining dimensions
- Better handling of touch/click so multi input device users aren't forced to touch
- Support for navbar dropdown links on mobile, swipe right / tap icon
- Optional class name other than .active can be specified for Toggles & Switches
- Skiplinks will not recalculate targets on every trigger unless gumby-update specified
- Re-initialize individual instances of UI modules with gumby.initialize event
- Optional .no-icon class to remove icon from danger/success/warning fields
- Upgrade to jQuery 2.0 / 1.10.1 with conditional include in ui/demo.html
- New FitText JS module for responsive text
- Optional path attribute support on gumby script tag
- Various form field styling bugs relating to base font size
- IE checkbox/radio field fixes