Releases: ResponsiveBP/Responsive
Releases · ResponsiveBP/Responsive
v4.1.4
v4.1.3
Bugfix Release
- Fixed support for jQuery 3+
v4.1.2
Bugfix Release
CSS
- Fix
input[type="file"]
styles in IE10+ - Remove border and color on IE10+ select caret
- Prevent double underline for
abbr
andacronym
- 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
andfirst-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
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
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
Bugfix Release
- Fixes issues #64 #66
- Add pseudo-elements to universal selector in print media query (h5bp/html5-boilerplate#1585)
- Remove gap below iframes (h5bp/html5-boilerplate#1613)
- Add vertical centering for svg (h5bp/html5-boilerplate#1453)
- simplify
:focus
selector
v4.0.2
v4.0.1
v4.0.0
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
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.