Skip to content

Releases: ResponsiveBP/Responsive

v4.1.4

29 Mar 03:19
Compare
Choose a tag to compare

Bugfix Release

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

v4.1.3

28 Aug 03:33
Compare
Choose a tag to compare

Bugfix Release

  • Fixed support for jQuery 3+

v4.1.2

18 Jan 05:05
Compare
Choose a tag to compare

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

v4.1.1

28 Jun 17:28
Compare
Choose a tag to compare

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.

v4.1.0

26 Apr 20:22
Compare
Choose a tag to compare

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.

v4.0.3

05 Feb 22:58
Compare
Choose a tag to compare

Bugfix Release

v4.0.2

11 Jan 12:50
Compare
Choose a tag to compare

Bugfix Release

Fixes issues #56, #57, and #61

v4.0.1

07 Jan 22:19
Compare
Choose a tag to compare

Bugfix Release

Fixes issue #54

v4.0.0

07 Jan 16:45
Compare
Choose a tag to compare

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

v3.1.4

10 Nov 15:26
Compare
Choose a tag to compare

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.