Bootstrap 3.3.7 发布了,本次发布改进记录如下:
JavaScript
#19192 Fix keyboard navigation for toggle buttons (checkbox, radio, single toggle) following a mouse click
#19659: Clear tooltip's
$element
to prevent leaking memory#20019: Avoid calling
jQuery('#')
since it's a syntax error in jQuery 3#20259: Backport jQuery-related JS unit test fixes from v4
#20278: button.js: Set disabled property in addition to disabled attribute, for jQuery 3 compatibility
#20313: Avoid using
$.offset()
on SVGs since it gives incorrect results in jQuery 3#20338: Update jQuery version check and jQuery dependency version range to allow jQuery 3
CSS
No significant changes.
Accessibility
#19704: Add
aria-label
and callout about labeling pagination components