Navigation Menu

Skip to content

Releases: GumbyFramework/Gumby

Release 2.6.4

15 Feb 17:32
Compare
Choose a tag to compare

I've updated Gumby to bundle in the latest modular scale as well as some merged pull requests from the community with some much needed fixes.

Release 2.6.0

03 Dec 20:09
Compare
Choose a tag to compare
  • 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

16 Sep 20:47
Compare
Choose a tag to compare
  • 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

23 Jul 17:56
Compare
Choose a tag to compare
  • 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

23 Jul 17:57
Compare
Choose a tag to compare
  • 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