Skip to content

v4.1.2

Compare
Choose a tag to compare
@JimBobSquarePants JimBobSquarePants released this 18 Jan 05:05
· 50 commits to master since this release

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