Releases: GumbyFramework/Gumby
Releases · GumbyFramework/Gumby
Release 2.6.4
Release 2.6.0
- Mobile Navbar auto close w persist option
- Tiles no longer restricted to
<ul>/<li>
- JS and CSS performance updates
- Various bug fixes
Release 2.5.0
- 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.
2.4.0
- 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
2.3.0
- 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