Responsive Versions Save

:iphone: A super lightweight HTML, Sass, CSS, and JavaScript framework for building responsive websites

4.1.4

7 years ago

Bugfix Release

  • Fixed TableList regression issue
  • Modal no longer jumps #93

4.1.3

7 years ago

Bugfix Release

  • Fixed support for jQuery 3+

4.1.2

8 years ago

Bugfix Release

CSS

  • Fix input[type="file"] styles in IE10+
  • Remove border and color on IE10+ select caret
  • Prevent double underline for abbr and acronym
  • Ensure items with class .readonly can be hidden correctly
  • Ensure carousel button is clickable in IE9
  • Fix double border on headless tables
  • Improve default outline styles
  • :first-letter and first-line pseudo elements are now printed in black
  • Add pointer-events: none; for disabled buttons and inputs.
  • Fix full-width equal-height column layout in Blink
  • Fix missing .text-{grid}-push-only, .text-{grid}-pull-only #81
  • Add src directory to Bower #78

JS

  • Improve screenreader results for TableList
  • Fix $.toggleBodyLock on IOS
  • Fix Modal shown event not firing under rapid stress
  • Make Dropdown data-dropdown-parent selector less restrictive
  • Remove Dropdown .dropdown-group CSS class requirement
  • Remove extra role="presentation" attributes from elements
  • Fix calling navigation('hide') can break scrolling #76

4.1.1

8 years ago

Bugfix Release

  • Fix carousel accessibility message on right direction trigger.
  • Fix IE11 bug where body can have focus styles incorrectly applied.
  • toggleBodyLock now fires events when locking and unlocking.

4.1.0

9 years ago

Minor Release

  • Complete rewrite of the grid to simplify necessary markup.
  • Adds equal height column layout.
  • Adds navigation plugin.
  • Removes the need for a .reset class to ensure columns reflow correctly.
  • Fixes [input type="range"] CSS in IE10+
  • Fixes issues #70 with the modal.
  • Reduced overall byte-size of framework.

4.0.3

9 years ago

Bugfix Release

4.0.2

9 years ago

Bugfix Release

Fixes issues #56, #57, and #61

4.0.1

9 years ago

Bugfix Release

Fixes issue #54

4.0.0

9 years ago

Major Release

  • IE8 Support dropped
  • All units shifted to REM's
  • XXS grid level added
  • Block grid added
  • Input groups added
  • Forms refactored and improved
  • Buttons refactored and improved
  • Carousel redesigned
  • Autosize no longer required clone
  • Improved semantic naming on text helpers
  • Less markup required for rendering many plugins
  • Media aspect ratio styles added
  • Many bugs fixed.
  • Reduction in output size

3.1.4

9 years ago

Bugfix Release

  • Fixed Modal iframe layout in scrolled mode
  • Fixed support for extensionless images in Modal
  • Fixed media wrapper ratios to correctly display Youtube videos.