-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0.3 ship list #11505
Comments
Taking a fresh pass at the release checklist for this one. Also looking for feedback on it from @cvrebert and @jdorfman.
Side note: perhaps we do a release on the first Thursday of every month? Or something else like that moving forward? Curious if a more rigid structure would help here, and our last point release was one month ago. |
Small, frequent releases like that (whether on a strict schedule or not) sound like a good idea to me (as long as you can find enough music videos :-P). |
Excellent. Let's shoot for tomorrow's release at 9am PST then. Buttoning up final issues tonight and then punting remaining issues to v3.1.0. We'll only do a v3.0.4 if we have huge bugs. |
@jdorfman Prepping things now. |
Code pushed, blog post pushed. |
Tweet tweeted. |
@mdo files deployed |
@jdorfman Woohoo. Give it a tweet and I'll retweet to finish this release off. <3 |
will do, almost done updating the site |
Do not comment here.
This is a tracking issue for the next release, v3.0.3. Only linked issues, pull requests, and commits should be included. See contributing guidelines for more information. All notable changes have been mentioned here. See the v3.0.3 milestone for a complete set of changes.
Key changes
There are a few dozen bug fixes and changes in this release, but we've called out the ones we think matter most:
.navbar-collapse
and alignment of.navbar-right:last-child
elements has been reworked.max-width: 100%;
to.container
s.float: left;
at all grid tiers.See the list below for more information on those changes and more.
Specific bug fixes and changes
.navbar-collapse
border from increasing height and increase specificity of nav selectors to keep dropdowns looking the same..container
as a mixin #10483, Using.container
as a mixin is impossible #10357: Make .container mixin-friendly by moving the width declarations within one class.border-style: solid;
on.caret
s to undo a previous Firefox fix that appears to no longer work.ceil()
instead offloor()
.bootstrap.less
from another directory..img-thumbnail
as a mixin for.thumbnail
to avoid duplicate and unnecessary styles.abbr
element from the.initialism
selector..h1
in jumbotrons..btn-sm
and.btn-xs
variations of.navbar-btn
s in the navbar.border
parameter since we longer apply that anyway).max-width: 100%;
to containers within jumbotrons to avoid horizontal scrollbar.width: auto;
onselect.form-control
within.form-inline
..small
styles and docs #11414: Add.small
support to blockquote citations.margin
instead ofpadding
on.modal-dialog
to click-thru to.modal-backdrop
.@state-
variables (applies to forms and labels).@navbar-padding-vertical
for nav links vertical padding.background-image
on.navbar-toggle
in Firefox for Android.-moz-
prefix as the last several versions don't require it.overflow-y: auto;
tooverflow-y: visible;
to prevent vertical scrollbar in some navbar situations.navbar-text
elements only when screen width is above@grid-float-breakpoint
.padding
on.navbar-collapse
and negativemargin
for right-aligned navbar content to ensure proper alignment on the right side.color: inherit;
to.panel-title
to ensure proper text color when customizing@headings-color
.outline
reset for improved outlines on focus.thead
content.bower.json
to avoid npm errors.@grid-float-breakpoint-max
to better link navbar behavior across viewports and improve customization when setting@grid-float-breakpoint
.package.json
.position
tostatic
for grid columns within tables to prevent borders from hiding in IE9, IE10, and Firefox.min-height
of.radio
/.checkbox
for horizontal forms to ensure alignment of content below..table
to responsive visibility mixin.dl
s.Docs changes
Be sure to run
npm install
if you're runninggrunt
locally—we've updated our build process and have some new dependencies.overflow-x: hidden;
tobody
in offcanvas example to prevent horizontal scrolling.word-wrap: break-word;
to docs Glyphicons class names to ensure proper wrapping in IE10-11.show()
andhide()
return before animation finishes.The text was updated successfully, but these errors were encountered: