v3.1.1 ship list
Do not comment on this issue.
CSS
-
#11659 (closed), #12349 (closed), #12698 (closed): Always show the input above appended buttons in input groups for proper focus and disabled state borders.
- #12025: Ensure responsive utility classes can be combined with one another.
- #12195: Apply
.btn:focused
styles to .btn.active:focused
for improved accessibility.
- #12412: Refactored and renamed our internal grid mixins for generating custom number of grid columns.
- #12433: Use negative
margin
on .list-inline
s so we don't override the padding-left
on the first list item.
- #12448: Use
@navbar-height
instead on .navbar-brand
to prevent element from being shorter than navbar height. Corrects a change introduced in v3.1.0.
- #12462: Add
border-radius
to tables when in panels for proper rounding with all background settings.
- #12470: Scope large modal styles to minimum viewport width.
-
#12486 (closed): Restore full width inputs for input groups in inline forms and navbars.
- #12502: Remove long deprecated
:-moz-placeholder
styles.
-
#12532 (closed): Scope popover arrow styles to immediate children.
- #12552: Fixes two typos in
carousel.less
for the Glyphicon classes.
- #12620, #12621: Use
:extend(.img-responsive)
instead of mixin in thumbnail and carousel.
-
#12625 (closed): Only remove top and bottom borders on list groups in panels if the list group is the first or last element.
- #12629: Override the default rounded corners in iOS's search input with
-webkit-appearance: none;
.
- #12633: Properly reset borders on table cells in panels.
- #12639: Drop the unsupported by Opera
-o-user-select
.
- #12659: Add
@blockquote-font-size
variable for calculated text size.
- #12673: Use
@popover-arrow-width
for popover offsets.
- #12674: Update popover
border
colors to use computed values rather than static ones.
Sass
- #523: Rails 3.2 compatibility
-
#518 (closed):
scale
mixin Sass compatibility issue
- Updated Bower docs
JavaScript
- #12436: Update docs, examples, and tests to use jQuery v1.11.0.
Docs
Examples
-
#12455 (closed): Fix typo in Dashboard example's CSS.
- #12512: Improve alignment of the Dashboard example's placeholder images.
-
#12526 (closed): Add scrollbars when necessary to the Dashboard example's sidebar.
- #12579: Improve sticky footer examples to avoid any wrappers and improve rendering in IE8.
- #12695: Fixed transitions on offcanvas example by adding initial left and right values.
Build tools
- #12466: Add the examples' CSS to the
csslint
task.
-
#12531 (closed): Add
/docs/dist/
to the clean
task.
- #12534: Allow the bootstrap package in npm to directly expose CSS and Less files.
- #12568: Add the examples' CSS to the
csscomb
task.
-
#12581 (closed), #12583: Reorganize all Grunt tasks into one directory so that
grunt
runs properly in Bower installations.
- #12605: Use license object instead of licenses array in Grunt.