diff --git a/src/_posts/2012-03-22-combining-badges-less-and-labels-less-in-2-0-3.md b/src/_posts/2012-03-22-combining-badges-less-and-labels-less-in-2-0-3.md index 50e761209..143bf840f 100644 --- a/src/_posts/2012-03-22-combining-badges-less-and-labels-less-in-2-0-3.md +++ b/src/_posts/2012-03-22-combining-badges-less-and-labels-less-in-2-0-3.md @@ -3,7 +3,7 @@ layout: post title: Combining badges.less and labels.less in 2.0.3 --- -For one reason or another, in 2.0.2 we made badges have separate LESS files. The CSS is 95% the same, but we knew that some folks might need one or the other, or even both. With [2.0.3](https://github.com/twbs/bootstrap/issues?milestone=10&state=open), we'll be simplifying some of those styles into a single .less file and scoping the `:hover` state to anchors only. +For one reason or another, in 2.0.2 we made badges have separate LESS files. The CSS is 95% the same, but we knew that some folks might need one or the other, or even both. With [2.0.3](https://github.com/twbs/bootstrap/issues?milestone=10&q=is%3Aopen), we'll be simplifying some of those styles into a single .less file and scoping the `:hover` state to anchors only. Moving forward, we'll have the following as a shared set of base styles. As you can see, when combined, there isn't much extra weight at all for those who want just badges or labels. diff --git a/src/_posts/2012-03-22-coming-up-in-bootstrap.md b/src/_posts/2012-03-22-coming-up-in-bootstrap.md index 94a8eac2d..b2d2a25b1 100644 --- a/src/_posts/2012-03-22-coming-up-in-bootstrap.md +++ b/src/_posts/2012-03-22-coming-up-in-bootstrap.md @@ -9,7 +9,7 @@ But, what's next? ## 2.0.3 -To start, we'll take a good hard look at the docs and current components to get a strong base and iron out additional bugs we introduced in 2.0.2. This release will not include any new features at all. Key bugs to fix include the static navbar regression and tabbed content alignment, but you can see a more thorough list on the [2.0.3 milestone](https://github.com/twbs/bootstrap/issues?milestone=10&state=open). +To start, we'll take a good hard look at the docs and current components to get a strong base and iron out additional bugs we introduced in 2.0.2. This release will not include any new features at all. Key bugs to fix include the static navbar regression and tabbed content alignment, but you can see a more thorough list on the [2.0.3 milestone](https://github.com/twbs/bootstrap/issues?milestone=10&q=is%3Aopen). ## 2.1.0 diff --git a/src/_posts/2012-04-14-bootstraps-first-international-release.md b/src/_posts/2012-04-14-bootstraps-first-international-release.md index 75e969678..0ecd07fb8 100644 --- a/src/_posts/2012-04-14-bootstraps-first-international-release.md +++ b/src/_posts/2012-04-14-bootstraps-first-international-release.md @@ -5,6 +5,6 @@ title: Bootstrap's first intercontinental release As you may have heard, Jacob and I are [heading to London in a week to talk Bootstrap](https://ukengopenhouse.eventbrite.com/)—and we're pretty stoked about it! The event is already sold out, but we'll be there for a few days to be sure to chat and hang with folks in the area. -As part of our visit and talk, we'll be **releasing Bootstrap 2.0.3 on April 24** from London, our first intercontinental release. It's been a long time coming, and we know lots of you have been anxiously awaiting its arrival, but we want to do this release the best we can. In addition to the release itself, the rest of our talk will focus on the future of Bootstrap. We're not exactly sure what that will be yet, but the [2.1 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=7&state=open) might give away some of it. +As part of our visit and talk, we'll be **releasing Bootstrap 2.0.3 on April 24** from London, our first intercontinental release. It's been a long time coming, and we know lots of you have been anxiously awaiting its arrival, but we want to do this release the best we can. In addition to the release itself, the rest of our talk will focus on the future of Bootstrap. We're not exactly sure what that will be yet, but the [2.1 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=7&q=is%3Aopen) might give away some of it. Stay tuned for more info and feel free to hit us up on Twitter for questions, opportunities to meet up, and more. diff --git a/src/_posts/2012-04-15-help-test-bootstrap-2-0-3.md b/src/_posts/2012-04-15-help-test-bootstrap-2-0-3.md index ec27fdad8..74d75e111 100644 --- a/src/_posts/2012-04-15-help-test-bootstrap-2-0-3.md +++ b/src/_posts/2012-04-15-help-test-bootstrap-2-0-3.md @@ -3,7 +3,7 @@ layout: post title: Help test Bootstrap 2.0.3 --- -Our next release, [2.0.3](https://github.com/twbs/bootstrap/issues?milestone=10&state=open), is almost ready to rock, but we need your help to get the finish line in the best shape possible. Similar to what we did for the big 2.0 launch, we're asking for the community's help in testing out the release's work-in-progress branch. We have a ton of bug fixes—another 80 or so since 2.0.2—and want to have the highest quality release we can. +Our next release, [2.0.3](https://github.com/twbs/bootstrap/issues?milestone=10&q=is%3Aopen), is almost ready to rock, but we need your help to get the finish line in the best shape possible. Similar to what we did for the big 2.0 launch, we're asking for the community's help in testing out the release's work-in-progress branch. We have a ton of bug fixes—another 80 or so since 2.0.2—and want to have the highest quality release we can. ## Why? @@ -19,7 +19,7 @@ Just like last time, we're pushing out a release candidate of the 2.0.3 code and - Don't want to check out any code? [We're hosting the latest version of the docs here (`http://203rc1.getbootstrap.com`) so you can easily load it up on devices and such for testing. - Load up the new docs in your favorite, or your least favorite, browser or device and start testing. - When you find a bug or have feedback, [open a new issue on GitHub](https://github.com/twbs/bootstrap/issues?sort=created&direction=desc&state=open). Please include as much context and information as possible. If it's a visual bug, please include a screenshot. If it pertains to JavaScript, consider including a [jsfiddle](https://jsfiddle.net/) or [jsbin](https://jsbin.com/). -- If it's a code fix you can make yourself, go ahead and submit a pull request against `2.0.3-wip`. Be sure to read the [Contributing to Bootstrap](https://github.com/twbs/bootstrap/wiki/Contributing-to-Bootstrap) wiki page first though for a bit of insight into our code practices. (Unsure how to submit a pull request? [Learn more here](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).) +- If it's a code fix you can make yourself, go ahead and submit a pull request against `2.0.3-wip`. Be sure to read the [Contributing to Bootstrap](https://github.com/twbs/bootstrap/wiki/Contributing-to-Bootstrap) wiki page first though for a bit of insight into our code practices. (Unsure how to submit a pull request? [Learn more here](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests).) ----- diff --git a/src/_posts/2012-04-24-bootstrap-2-0-3-released.md b/src/_posts/2012-04-24-bootstrap-2-0-3-released.md index b25d6edd9..b219a6c81 100644 --- a/src/_posts/2012-04-24-bootstrap-2-0-3-released.md +++ b/src/_posts/2012-04-24-bootstrap-2-0-3-released.md @@ -13,7 +13,7 @@ In the spirit of always improving the LESS functionality and build tools, we've $ npm install -g recess jshint {% endhighlight %} -We've also removed the bootstrap.zip file from the repository, so make runs much faster as it has no need to compress any files. For more info, see the [updated readme](https://github.com/twbs/bootstrap/blob/master/README.md). +We've also removed the bootstrap.zip file from the repository, so make runs much faster as it has no need to compress any files. For more info, see the [updated readme](https://github.com/twbs/bootstrap/blob/v2.0.3/README.md). ## HTML and CSS @@ -94,4 +94,4 @@ We've also removed the bootstrap.zip file from the repository, so make runs much ----- -We're continually updating issues and tracking them for our next release in the [2.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=7&state=open), which will focus on adding a few new features and tackle the inevitable bugs and edge cases from this release. +We're continually updating issues and tracking them for our next release in the [2.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=7&q=is%3Aopen), which will focus on adding a few new features and tackle the inevitable bugs and edge cases from this release. diff --git a/src/_posts/2012-06-01-bootstrap-2-0-4-released.md b/src/_posts/2012-06-01-bootstrap-2-0-4-released.md index 9b71c3309..27a75fd2b 100644 --- a/src/_posts/2012-06-01-bootstrap-2-0-4-released.md +++ b/src/_posts/2012-06-01-bootstrap-2-0-4-released.md @@ -33,4 +33,4 @@ As always, here's a quick overview of some of the top changes. - Added CSS3 hyphens mixin. - Fixed a bug in IE7/8 where certain form controls would not show text if the parent had a filter opacity set. -For a full changelog, visit the now complete [2.0.4 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=11&state=closed). +For a full changelog, visit the now complete [2.0.4 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=11&q=is%3Aclosed). diff --git a/src/_posts/2012-08-13-help-test-bootstrap-2-1.md b/src/_posts/2012-08-13-help-test-bootstrap-2-1.md index 34ed9646c..dbbb49e08 100644 --- a/src/_posts/2012-08-13-help-test-bootstrap-2-1.md +++ b/src/_posts/2012-08-13-help-test-bootstrap-2-1.md @@ -5,7 +5,7 @@ title: Help test Bootstrap 2.1 We're stoked to release Bootstrap 2.1 next week Monday at our [first birthday party](https://twitter-bootstrap-birthday.eventbrite.com/), but to make it a great release, we need your help testing it out. -While 2.0.4 was a smaller release, 2.1 is a much larger effort that closes nearly 100 issues and adds a handful of great features. You can see the full list of changes changes in 2.1 thus far by browsing the [milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=7&page=1&state=closed). +While 2.0.4 was a smaller release, 2.1 is a much larger effort that closes nearly 100 issues and adds a handful of great features. You can see the full list of changes changes in 2.1 thus far by browsing the [milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=7&q=is%3Aclosed). ## What's included diff --git a/src/_posts/2012-08-20-bootstrap-2-1-0-released.md b/src/_posts/2012-08-20-bootstrap-2-1-0-released.md index dd2bae304..3e803a54c 100644 --- a/src/_posts/2012-08-20-bootstrap-2-1-0-released.md +++ b/src/_posts/2012-08-20-bootstrap-2-1-0-released.md @@ -38,4 +38,4 @@ Once again, we couldn't have done this without all you nerds out there supportin ----- -For the full changelog, visit the [GitHub wiki page](https://github.com/twbs/bootstrap/wiki/Changelog) and the [2.1.0 milestone](https://github.com/twbs/bootstrap/issues?milestone=7&page=1&state=closed). We've already begun slating things for 2.2, but currently have no estimates on when that will be released or what exactly will make it in. We also may do a 2.1.1, but again, no promises at this point. [Live in the now!](https://www.youtube.com/watch?v=1vaQ-Y6kLOM&t=4s) +For the full changelog, visit the [GitHub wiki page](https://github.com/twbs/bootstrap/wiki/Changelog) and the [2.1.0 milestone](https://github.com/twbs/bootstrap/issues?milestone=7&q=is%3Aclosed). We've already begun slating things for 2.2, but currently have no estimates on when that will be released or what exactly will make it in. We also may do a 2.1.1, but again, no promises at this point. [Live in the now!](https://www.youtube.com/watch?v=1vaQ-Y6kLOM&t=4s) diff --git a/src/_posts/2012-09-04-bootstrap-2-1-1-released.md b/src/_posts/2012-09-04-bootstrap-2-1-1-released.md index db06bdc70..39df252ac 100644 --- a/src/_posts/2012-09-04-bootstrap-2-1-1-released.md +++ b/src/_posts/2012-09-04-bootstrap-2-1-1-released.md @@ -26,7 +26,7 @@ Here's the rundown: - Fixed the vertical three color gradient in latest Firefox. - Reordered some variables that caused errors in certain Less compilers. -There's a bunch more, so do run through the [2.1.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=14&state=closed) when you can, but those are the big ones. +There's a bunch more, so do run through the [2.1.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=14&q=is%3Aclosed) when you can, but those are the big ones. ## Next up diff --git a/src/_posts/2012-10-29-bootstrap-2-2-0-released.md b/src/_posts/2012-10-29-bootstrap-2-2-0-released.md index dec632b44..eb7a7d878 100644 --- a/src/_posts/2012-10-29-bootstrap-2-2-0-released.md +++ b/src/_posts/2012-10-29-bootstrap-2-2-0-released.md @@ -7,7 +7,7 @@ Aww yeah, our first release since leaving Twitter is here with Bootstrap 2.2.0! ## tl;dr -2.1.2 is now 2.2.0: four new example templates, added media component, new typographic scale, fixed that box-shadow mixin bug, fixed z-index issues, and [more](https://github.com/twbs/bootstrap/issues?milestone=15&page=1&state=closed). +2.1.2 is now 2.2.0: four new example templates, added media component, new typographic scale, fixed that box-shadow mixin bug, fixed z-index issues, and [more](https://github.com/twbs/bootstrap/issues?milestone=15&q=is%3Aclosed). ## Highlights @@ -25,7 +25,7 @@ Aww yeah, our first release since leaving Twitter is here with Bootstrap 2.2.0! - Miscellaneous variable improvements across the board. - Miscellaneous documentation typos fixed. -For the full list of issues included in this release, visit the [2.2.0 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=15&page=1&state=closed). Otherwise, be sure to [visit the docs]({{ site.main }}/) or download the latest to get your hands on 2.2.0. +For the full list of issues included in this release, visit the [2.2.0 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=15&q=is%3Aclosed). Otherwise, be sure to [visit the docs]({{ site.main }}/) or download the latest to get your hands on 2.2.0. Download Bootstrap 2.2.0 (latest master ZIP) diff --git a/src/_posts/2012-12-02-help-test-2.2.2.md b/src/_posts/2012-12-02-help-test-2.2.2.md index 3d5bf2b58..3f16e4d29 100644 --- a/src/_posts/2012-12-02-help-test-2.2.2.md +++ b/src/_posts/2012-12-02-help-test-2.2.2.md @@ -15,7 +15,7 @@ In the next week or so, we plan on releasing `v2.2.2`. To date, there are over 5 - Updated popover plugin to remove the `

` within `.popover-content`. Popover text and HTML now directly inserts into `.popover-content`. - Enabled badges and labels to [automatically collapse when empty](https://github.com/twbs/bootstrap/commit/ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256). -For a more complete set of changes, [view the 2.2.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=17&state=closed). Most of the issues not mentioned above are minor CSS tweaks and documentation typos. +For a more complete set of changes, [view the 2.2.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=17&q=is%3Aclosed). Most of the issues not mentioned above are minor CSS tweaks and documentation typos. ## How to help diff --git a/src/_posts/2012-12-08-bootstrap-2-2-2-released.md b/src/_posts/2012-12-08-bootstrap-2-2-2-released.md index 626831558..b04a04fed 100644 --- a/src/_posts/2012-12-08-bootstrap-2-2-2-released.md +++ b/src/_posts/2012-12-08-bootstrap-2-2-2-released.md @@ -20,7 +20,7 @@ Today we're launching [Bootstrap 2.2.2]({{ site.main }}/), another larger bugfix - Hitting escape will place focus back on the ``. - Print styles, from HTML5 Boilerplate, have been added. -Get a more complete list by viewing the [2.2.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=17&state=closed). Most of the issues not mentioned above are minor CSS tweaks and documentation typos. +Get a more complete list by viewing the [2.2.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=17&q=is%3Aclosed). Most of the issues not mentioned above are minor CSS tweaks and documentation typos. Download Bootstrap 2.2.2 (latest master ZIP) diff --git a/src/_posts/2013-02-07-bootstrap-2-3-released.md b/src/_posts/2013-02-07-bootstrap-2-3-released.md index 9cf5e4f15..9a9e5a973 100644 --- a/src/_posts/2013-02-07-bootstrap-2-3-released.md +++ b/src/_posts/2013-02-07-bootstrap-2-3-released.md @@ -28,7 +28,7 @@ Bootstrap 2.3 includes some new features, as well as the standard bunch of bug f - Added [new justified navigation example](/assets/img/2013/02/justified-nav.png). - Added sticky footer with fixed navbar example. -As always, you can see a more complete list of changes by viewing the [2.3.0 milestone](https://github.com/twbs/bootstrap/issues?milestone=18&state=closed) or [2.3.0 pull request](https://github.com/twbs/bootstrap/pull/6346) on GitHub. Most of the issues not mentioned above are minor CSS tweaks and documentation typos. +As always, you can see a more complete list of changes by viewing the [2.3.0 milestone](https://github.com/twbs/bootstrap/issues?milestone=18&q=is%3Aclosed) or [2.3.0 pull request](https://github.com/twbs/bootstrap/pull/6346) on GitHub. Most of the issues not mentioned above are minor CSS tweaks and documentation typos. Download Bootstrap 2.3.0 (latest master ZIP) diff --git a/src/_posts/2013-08-13-bootstrap-3-rc2.md b/src/_posts/2013-08-13-bootstrap-3-rc2.md index 5a269763b..5b36f0525 100644 --- a/src/_posts/2013-08-13-bootstrap-3-rc2.md +++ b/src/_posts/2013-08-13-bootstrap-3-rc2.md @@ -20,7 +20,7 @@ Without listing all the minor changes (there have been over 500 commits since RC - **Global CSS changes:** - Update vertical and horizontal gradients to make start and end color parameters come first, then start and end positions. [Fixes #9049.](https://github.com/twbs/bootstrap/issues/9049) - - Make `.pull-right` and `.pull-left` classes use `!important` to avoid needing overrides due to specificity (like in navbar, button groups, etc). [See #8697.](https://github.com/twbs/bootstrap/issues/8697) + - Make `.pull-right` and `.pull-left` classes use `!important` to avoid needing overrides due to specificity (like in navbar, button groups, etc). [See #8697.](https://github.com/twbs/bootstrap/pull/8697) - Lots of variable additions to components. - Updated gradients to not include `background-color` for improved use of `rgba()` colors within mixins. [See #8877](https://github.com/twbs/bootstrap/pull/8877) @@ -57,7 +57,7 @@ Without listing all the minor changes (there have been over 500 commits since RC - **Miscellaneous component changes:** - Alerts that are to be dismissed now require `.alert-dismissable` to properly pad the alert and align the close button. [See #9310](https://github.com/twbs/bootstrap/issues/9310). - - Responsive utilities are now mixin-able thanks to [#9211](https://github.com/twbs/bootstrap/issues/9211). + - Responsive utilities are now mixin-able thanks to [#9211](https://github.com/twbs/bootstrap/pull/9211). - Dropped `.alert-block` for a simpler `.alert`. - Linked panel titles now inherit their color. Fixes [#9061](https://github.com/twbs/bootstrap/issues/9061). - List groups in panels no longer require `.list-group-flush`. diff --git a/src/_posts/2013-10-29-bootstrap-3-0-1-released.md b/src/_posts/2013-10-29-bootstrap-3-0-1-released.md index bf7ce4d41..f5117dc86 100644 --- a/src/_posts/2013-10-29-bootstrap-3-0-1-released.md +++ b/src/_posts/2013-10-29-bootstrap-3-0-1-released.md @@ -23,56 +23,56 @@ Compared to previous releases, we're going into a bit more detail here with the - [#9917](https://github.com/twbs/bootstrap/issues/9917): Updated broken download link in README - [#9924](https://github.com/twbs/bootstrap/issues/9924): Removed non-ASCII character from non-responsive example CSS - [#9928](https://github.com/twbs/bootstrap/issues/9928), [#9932](https://github.com/twbs/bootstrap/issues/9932): Update carousel example to work in IE10 and correctly display navbar in narrow viewports -- [#9931](https://github.com/twbs/bootstrap/issues/9931): Add ARIA `role="toolbar"` to elements with `.btn-toolbar` in docs examples +- [#9931](https://github.com/twbs/bootstrap/pull/9931): Add ARIA `role="toolbar"` to elements with `.btn-toolbar` in docs examples - [#9991](https://github.com/twbs/bootstrap/issues/9991): Better docs for tabbable tab markup and its fade option -- [#10011](https://github.com/twbs/bootstrap/issues/10011): Update Grunt instruction links and wording -- [#10012](https://github.com/twbs/bootstrap/issues/10012): Add David to project readme to monitor dependency currentness -- [#10034](https://github.com/twbs/bootstrap/issues/10034): Use npm-registered recent version of `grunt-html-validation` instead of its git repo -- [#10040](https://github.com/twbs/bootstrap/issues/10040): Better cross referencing of default and navbar pull utilities +- [#10011](https://github.com/twbs/bootstrap/pull/10011): Update Grunt instruction links and wording +- [#10012](https://github.com/twbs/bootstrap/pull/10012): Add David to project readme to monitor dependency currentness +- [#10034](https://github.com/twbs/bootstrap/pull/10034): Use npm-registered recent version of `grunt-html-validation` instead of its git repo +- [#10040](https://github.com/twbs/bootstrap/pull/10040): Better cross referencing of default and navbar pull utilities - [#10042](https://github.com/twbs/bootstrap/issues/10042): Updated JS Fiddle tooltip delegation example linked in docs - [#10045](https://github.com/twbs/bootstrap/issues/10045): Use v2.3.2 release ZIP instead of master zip for downloads from old docs -- [#10081](https://github.com/twbs/bootstrap/issues/10081): Documents workaround for tooltips+popovers on disabled elements +- [#10081](https://github.com/twbs/bootstrap/pull/10081): Documents workaround for tooltips+popovers on disabled elements - [#10082](https://github.com/twbs/bootstrap/issues/10082): Documents `.navbar-form` - [#10087](https://github.com/twbs/bootstrap/issues/10087): Add version number to all docs pages (in the footer) -- [#10088](https://github.com/twbs/bootstrap/issues/10088): Updates accessibility docs regarding nesting heading elements -- [#10112](https://github.com/twbs/bootstrap/issues/10112): More `role` attributes in the docs, this time on link buttons -- [#10126](https://github.com/twbs/bootstrap/issues/10126): Update responsive test cases to properly highlight hidden class examples -- [#10131](https://github.com/twbs/bootstrap/issues/10131): Corrects button group selector in JavaScript docs +- [#10088](https://github.com/twbs/bootstrap/pull/10088): Updates accessibility docs regarding nesting heading elements +- [#10112](https://github.com/twbs/bootstrap/pull/10112): More `role` attributes in the docs, this time on link buttons +- [#10126](https://github.com/twbs/bootstrap/pull/10126): Update responsive test cases to properly highlight hidden class examples +- [#10131](https://github.com/twbs/bootstrap/pull/10131): Corrects button group selector in JavaScript docs - [#10136](https://github.com/twbs/bootstrap/issues/10136): Broken image link in Carousel example -- [#10146](https://github.com/twbs/bootstrap/issues/10146): Document `data-ride` carousel feature -- [#10209](https://github.com/twbs/bootstrap/issues/10209): Fixed broken dismissable alert example -- [#10215](https://github.com/twbs/bootstrap/issues/10215): More compressed touch icons, updates Respond.js to v1.3.0 and html5shiv.js to v3.6.2, adds `bugs` to package.json -- [#10249](https://github.com/twbs/bootstrap/issues/10249): Correct component name of jumbotron component in Jumbotron example +- [#10146](https://github.com/twbs/bootstrap/pull/10146): Document `data-ride` carousel feature +- [#10209](https://github.com/twbs/bootstrap/pull/10209): Fixed broken dismissable alert example +- [#10215](https://github.com/twbs/bootstrap/pull/10215): More compressed touch icons, updates Respond.js to v1.3.0 and html5shiv.js to v3.6.2, adds `bugs` to package.json +- [#10249](https://github.com/twbs/bootstrap/pull/10249): Correct component name of jumbotron component in Jumbotron example - [#10272](https://github.com/twbs/bootstrap/issues/10272): Removed unused link for nav alignment in Components page - [#10277](https://github.com/twbs/bootstrap/issues/10277): Mention removal of navbar vertical dividers in migration docs -- [#10278](https://github.com/twbs/bootstrap/issues/10278): Change Google Maps compatibility warning to a general `box-sizing` warning with optional reset +- [#10278](https://github.com/twbs/bootstrap/pull/10278): Change Google Maps compatibility warning to a general `box-sizing` warning with optional reset - [#10282](https://github.com/twbs/bootstrap/issues/10282): Cross reference tabs and tabs plugin -- [#10298](https://github.com/twbs/bootstrap/issues/10298): Add progress bar to migration docs -- [#10299](https://github.com/twbs/bootstrap/issues/10299), [#10323](https://github.com/twbs/bootstrap/issues/10323): Getting Started wording changes +- [#10298](https://github.com/twbs/bootstrap/pull/10298): Add progress bar to migration docs +- [#10299](https://github.com/twbs/bootstrap/pull/10299), [#10323](https://github.com/twbs/bootstrap/pull/10323): Getting Started wording changes - [#10316](https://github.com/twbs/bootstrap/issues/10316): Document .active and :active for buttons -- [#10324](https://github.com/twbs/bootstrap/issues/10324), [#10338](https://github.com/twbs/bootstrap/issues/10338): Restore opt-in warning for tooltips and popovers -- [#10342](https://github.com/twbs/bootstrap/issues/10342): Update affix docs to better communicate plugin behavior +- [#10324](https://github.com/twbs/bootstrap/issues/10324), [#10338](https://github.com/twbs/bootstrap/pull/10338): Restore opt-in warning for tooltips and popovers +- [#10342](https://github.com/twbs/bootstrap/pull/10342): Update affix docs to better communicate plugin behavior - [#10344](https://github.com/twbs/bootstrap/issues/10344): Update IE8-9 support section with table of specific CSS3 and HTML5 features and their support in Bootstrap - [#10372](https://github.com/twbs/bootstrap/issues/10372): Homepage now shows two download buttons, one for our assets (CSS, JS, and fonts) and one for the source code (the entire repo) -- [#10382](https://github.com/twbs/bootstrap/issues/10382): Update Disabling responsiveness docs section for brevity -- [#10411](https://github.com/twbs/bootstrap/issues/10411): Color coded IE8-9 browser support table -- [#10414](https://github.com/twbs/bootstrap/issues/10414): Carousel now uses Glyphicons as default left/right chevron icons (text icons are still supported) +- [#10382](https://github.com/twbs/bootstrap/pull/10382): Update Disabling responsiveness docs section for brevity +- [#10411](https://github.com/twbs/bootstrap/pull/10411): Color coded IE8-9 browser support table +- [#10414](https://github.com/twbs/bootstrap/pull/10414): Carousel now uses Glyphicons as default left/right chevron icons (text icons are still supported) - [#10417](https://github.com/twbs/bootstrap/issues/10417): Document `.hidden` in the Helper classes *Screen reader content* section -- [#10419](https://github.com/twbs/bootstrap/issues/10419): Add nav lists to migration guide -- [#10453](https://github.com/twbs/bootstrap/issues/10453): Add additional screen reader text to button group dropdown toggles -- [#10459](https://github.com/twbs/bootstrap/issues/10459): Update Customization section in Getting started page +- [#10419](https://github.com/twbs/bootstrap/pull/10419): Add nav lists to migration guide +- [#10453](https://github.com/twbs/bootstrap/pull/10453): Add additional screen reader text to button group dropdown toggles +- [#10459](https://github.com/twbs/bootstrap/pull/10459): Update Customization section in Getting started page - [#10492](https://github.com/twbs/bootstrap/issues/10492): Account for responsive tables in panels -- [#10497](https://github.com/twbs/bootstrap/issues/10497), [#10584](https://github.com/twbs/bootstrap/issues/10584): Fix Windows 8 and Windows Phone 8 behavior in Internet Explorer 10 and applies "bug fix" to docs +- [#10497](https://github.com/twbs/bootstrap/issues/10497), [#10584](https://github.com/twbs/bootstrap/pull/10584): Fix Windows 8 and Windows Phone 8 behavior in Internet Explorer 10 and applies "bug fix" to docs - [#10528](https://github.com/twbs/bootstrap/issues/10528): Add new About page to the docs with backstory, core team, community links, and translations -- [#10573](https://github.com/twbs/bootstrap/issues/10573): Un-hardcode tooltip arrow widths and padding for easier customization -- [#10591](https://github.com/twbs/bootstrap/issues/10591): Add modal `remote` option semantics change to migration docs -- [#10693](https://github.com/twbs/bootstrap/issues/10693): Include a copy of the docs license as a file in the repo +- [#10573](https://github.com/twbs/bootstrap/pull/10573): Un-hardcode tooltip arrow widths and padding for easier customization +- [#10591](https://github.com/twbs/bootstrap/pull/10591): Add modal `remote` option semantics change to migration docs +- [#10693](https://github.com/twbs/bootstrap/pull/10693): Include a copy of the docs license as a file in the repo - [#10711](https://github.com/twbs/bootstrap/issues/10711): Address 100% fluid layouts in grid docs and the required padding -- [#10768](https://github.com/twbs/bootstrap/issues/10768): Fix mention of renamed `.img-polaroid` class in Migration docs -- [#10770](https://github.com/twbs/bootstrap/issues/10770): Rename `/assets` to `/docs-assets` to reduce confusion between `/dist` and docs dependencies -- [#10790](https://github.com/twbs/bootstrap/issues/10790): Disable IE compatibility mode in all docs pages and examples -- [#10856](https://github.com/twbs/bootstrap/issues/10856): Update grid docs to better explain the sizing and interactions when using multiple grid tier classes -- [#11013](https://github.com/twbs/bootstrap/issues/11013): Use CDNs for jQuery and HTML5 shiv +- [#10768](https://github.com/twbs/bootstrap/pull/10768): Fix mention of renamed `.img-polaroid` class in Migration docs +- [#10770](https://github.com/twbs/bootstrap/pull/10770): Rename `/assets` to `/docs-assets` to reduce confusion between `/dist` and docs dependencies +- [#10790](https://github.com/twbs/bootstrap/pull/10790): Disable IE compatibility mode in all docs pages and examples +- [#10856](https://github.com/twbs/bootstrap/pull/10856): Update grid docs to better explain the sizing and interactions when using multiple grid tier classes +- [#11013](https://github.com/twbs/bootstrap/pull/11013): Use CDNs for jQuery and HTML5 shiv - Add blog link back to docs homepage - Remove links to navbar examples from example navbars in Theme example - Delete smaller touch icons and only include one @@ -88,22 +88,22 @@ Compared to previous releases, we're going into a bit more detail here with the - [#9877](https://github.com/twbs/bootstrap/issues/9877): Add improved `.active` state to navbar nav in theme - [#9879](https://github.com/twbs/bootstrap/issues/9879): Add hover state (move gradient up 15px) to theme buttons] - [#9909](https://github.com/twbs/bootstrap/issues/9909): Add `@component-active-color` variable to complement `@component-active-bg` (and apply it to dropdowns, nav pills, and list group items) -- [#9964](https://github.com/twbs/bootstrap/issues/9964): Add fonts directory to bower.json `main` files list -- [#9968](https://github.com/twbs/bootstrap/issues/9968): Simplify striped progress bar mixin to remove unused color +- [#9964](https://github.com/twbs/bootstrap/pull/9964): Add fonts directory to bower.json `main` files list +- [#9968](https://github.com/twbs/bootstrap/pull/9968): Simplify striped progress bar mixin to remove unused color - [#9969](https://github.com/twbs/bootstrap/issues/9969): Add support for `output` element by styling it more like our `.form-control` -- [#9973](https://github.com/twbs/bootstrap/issues/9973): Removed unnecessary `-ms-linear-gradient` prefix -- [#9981](https://github.com/twbs/bootstrap/issues/9981): Account for hover and focus states on pagination disabled items -- [#9989](https://github.com/twbs/bootstrap/issues/9989): Set monospace `font-family` on `` and `` to match browser defaults -- [#9999](https://github.com/twbs/bootstrap/issues/9999): Make `.table-hover` styling apply to `` within contextual table rows too -- [#10013](https://github.com/twbs/bootstrap/issues/10013): Position carousel left and right controls from the left and right, respectively +- [#9973](https://github.com/twbs/bootstrap/pull/9973): Removed unnecessary `-ms-linear-gradient` prefix +- [#9981](https://github.com/twbs/bootstrap/pull/9981): Account for hover and focus states on pagination disabled items +- [#9989](https://github.com/twbs/bootstrap/pull/9989): Set monospace `font-family` on `` and `` to match browser defaults +- [#9999](https://github.com/twbs/bootstrap/pull/9999): Make `.table-hover` styling apply to `` within contextual table rows too +- [#10013](https://github.com/twbs/bootstrap/pull/10013): Position carousel left and right controls from the left and right, respectively - [#10014](https://github.com/twbs/bootstrap/issues/10014), [#10406](https://github.com/twbs/bootstrap/issues/10406): Update grid to use `width` on `.container`s instead of `max-width` as IE8 doesn't fully support `box-sizing: border-box` when combined with min/max width/height -- [#10022](https://github.com/twbs/bootstrap/issues/10022): Add `width: 1em;` to all empty Glyphicons to prevent loading flicker +- [#10022](https://github.com/twbs/bootstrap/pull/10022): Add `width: 1em;` to all empty Glyphicons to prevent loading flicker - [#10024](https://github.com/twbs/bootstrap/issues/10024): Use negative margin to fix the border between button and input in input groups -- [#10025](https://github.com/twbs/bootstrap/issues/10025): Add additional transform mixins -- [#10057](https://github.com/twbs/bootstrap/issues/10057): Autohiding scrollbars in responsive tables for Windows Phone 8 -- [#10059](https://github.com/twbs/bootstrap/issues/10059): Add `.transition-property()` mixin -- [#10079](https://github.com/twbs/bootstrap/issues/10079): Native-style scrolling in responsive tables for iOS -- [#10101](https://github.com/twbs/bootstrap/issues/10101), [#10541](https://github.com/twbs/bootstrap/issues/10541), [#10565](https://github.com/twbs/bootstrap/issues/10565): Generate CSS file banners via Gruntfile +- [#10025](https://github.com/twbs/bootstrap/pull/10025): Add additional transform mixins +- [#10057](https://github.com/twbs/bootstrap/pull/10057): Autohiding scrollbars in responsive tables for Windows Phone 8 +- [#10059](https://github.com/twbs/bootstrap/pull/10059): Add `.transition-property()` mixin +- [#10079](https://github.com/twbs/bootstrap/pull/10079): Native-style scrolling in responsive tables for iOS +- [#10101](https://github.com/twbs/bootstrap/issues/10101), [#10541](https://github.com/twbs/bootstrap/issues/10541), [#10565](https://github.com/twbs/bootstrap/pull/10565): Generate CSS file banners via Gruntfile - [#10111](https://github.com/twbs/bootstrap/issues/10111): Use different colors for dropdown link hover and active states - [#10115](https://github.com/twbs/bootstrap/issues/10115): Default carousel controls and Glyphicon controls should behave the same on small devices and up - [#10153](https://github.com/twbs/bootstrap/issues/10153): Restore `@headings-color` variable @@ -111,62 +111,62 @@ Compared to previous releases, we're going into a bit more detail here with the - [#10164](https://github.com/twbs/bootstrap/issues/10164): Document `.center-block()` mixin and update CSS to include it as a class - [#10169](https://github.com/twbs/bootstrap/issues/10169): Remove old `@navbar-inverse-search-*` variables - [#10223](https://github.com/twbs/bootstrap/issues/10223): Add `@input-color` to `.input-group-addon` to match the form controls -- [#10227](https://github.com/twbs/bootstrap/issues/10227): Use correct `max-width` on Offcanvas example media query and add `overflow-x: hidden` to prevent scrollbar on narrow devices -- [#10232](https://github.com/twbs/bootstrap/issues/10232): Scope `.table` styles to immediate `thead`, `tbody`, and `tfoot` elements -- [#10245](https://github.com/twbs/bootstrap/issues/10245): Add `@breadcrumb-separator` variable for customizing breadcrumbs +- [#10227](https://github.com/twbs/bootstrap/pull/10227): Use correct `max-width` on Offcanvas example media query and add `overflow-x: hidden` to prevent scrollbar on narrow devices +- [#10232](https://github.com/twbs/bootstrap/pull/10232): Scope `.table` styles to immediate `thead`, `tbody`, and `tfoot` elements +- [#10245](https://github.com/twbs/bootstrap/pull/10245): Add `@breadcrumb-separator` variable for customizing breadcrumbs - [#10246](https://github.com/twbs/bootstrap/issues/10246): Use correct variable for link hover color in Customizer -- [#10256](https://github.com/twbs/bootstrap/issues/10256): Use `@navbar-default-brand-color` within the `@navbar-default-brand-hover-color` variable +- [#10256](https://github.com/twbs/bootstrap/pull/10256): Use `@navbar-default-brand-color` within the `@navbar-default-brand-hover-color` variable - [#10257](https://github.com/twbs/bootstrap/issues/10257): Remove `filter` on navbars in `theme.less` so that dropdowns can be triggered in IE<10 -- [#10265](https://github.com/twbs/bootstrap/issues/10265): Scope `background-image` reset to Bootstrap buttons and form controls only to avoid Android Firefox bug -- [#10336](https://github.com/twbs/bootstrap/issues/10336): Replace non-ASCII dash in LESS source file +- [#10265](https://github.com/twbs/bootstrap/pull/10265): Scope `background-image` reset to Bootstrap buttons and form controls only to avoid Android Firefox bug +- [#10336](https://github.com/twbs/bootstrap/pull/10336): Replace non-ASCII dash in LESS source file - [#10341](https://github.com/twbs/bootstrap/issues/10341): Don't change border color on contextual table classes - [#10399](https://github.com/twbs/bootstrap/issues/10399): Add hover styles to text emphasis classes - [#10407](https://github.com/twbs/bootstrap/issues/10407): Add line-height to progress bar for proper text alignment within - [#10436](https://github.com/twbs/bootstrap/issues/10436): Use `@screen-sm` variable instead of hardcoded pixel value in type.less -- [#10484](https://github.com/twbs/bootstrap/issues/10484): Allow for `.table-bordered` in panels by removing side and bottom margins +- [#10484](https://github.com/twbs/bootstrap/pull/10484): Allow for `.table-bordered` in panels by removing side and bottom margins - [#10516](https://github.com/twbs/bootstrap/issues/10516): Use auto positioning for dropdowns in justified nav to fix Firefox rendering - [#10521](https://github.com/twbs/bootstrap/issues/10521): Only remove `bottom-border` from last row of cells in `tbody` and `tfoot` within responsive tables - [#10522](https://github.com/twbs/bootstrap/issues/10522): Enable use of form validation class on .radio, .checkbox, .radio-inline, and .checkbox-inline - [#10526](https://github.com/twbs/bootstrap/issues/10526): Remove custom background on responsive tables and set it in the docs where it should've been originally -- [#10560](https://github.com/twbs/bootstrap/issues/10560): Remove `display: block;` from `address` element since browsers set that to start -- [#10590](https://github.com/twbs/bootstrap/issues/10590): Mention required jQuery version in docs +- [#10560](https://github.com/twbs/bootstrap/pull/10560): Remove `display: block;` from `address` element since browsers set that to start +- [#10590](https://github.com/twbs/bootstrap/pull/10590): Mention required jQuery version in docs - [#10601](https://github.com/twbs/bootstrap/issues/10601): Use `overflow-y: auto;` for `.navbar-collapse` instead of `visible` to better enable scrolling on Android 4.x devices (see issue for more details on support and gotchas) - [#10620](https://github.com/twbs/bootstrap/issues/10620): Remove `filter` on buttons for IE9 in `theme.less` due to bleed-through with rounded corners (matches behavior and style of Bootstrap 2.x) -- [#10641](https://github.com/twbs/bootstrap/issues/10641): Remove unused `.accordion-toggle` class from docs example -- [#10656](https://github.com/twbs/bootstrap/issues/10656): Inherit link and caret colors for textual dropdowns in panel headers +- [#10641](https://github.com/twbs/bootstrap/pull/10641): Remove unused `.accordion-toggle` class from docs example +- [#10656](https://github.com/twbs/bootstrap/pull/10656): Inherit link and caret colors for textual dropdowns in panel headers - [#10694](https://github.com/twbs/bootstrap/issues/10694): Remove unnecessary `content` property from `.caret` -- [#10695](https://github.com/twbs/bootstrap/issues/10695): Ensure carets in `.nav-pills` dropdown links inherit active color -- [#10729](https://github.com/twbs/bootstrap/issues/10729): Removed the unnecessary override and the `!important` from `.wrap` in the sticky footer examples +- [#10695](https://github.com/twbs/bootstrap/pull/10695): Ensure carets in `.nav-pills` dropdown links inherit active color +- [#10729](https://github.com/twbs/bootstrap/pull/10729): Removed the unnecessary override and the `!important` from `.wrap` in the sticky footer examples - [#10755](https://github.com/twbs/bootstrap/issues/10755): Don't remove quotes around `q` element by default -- [#10778](https://github.com/twbs/bootstrap/issues/10778): Use newly-updated Glyphicons to workaround old Android WebKit bug -- [#10763](https://github.com/twbs/bootstrap/issues/10763): Update html5shiv to v3.7.0 -- [#10863](https://github.com/twbs/bootstrap/issues/10863): Fix check for presence of jQuery -- [#10893](https://github.com/twbs/bootstrap/issues/10893): Remove comma separating the color and the color-stop in `-webkit-linear-gradient` in `#gradient > .vertical` mixin +- [#10778](https://github.com/twbs/bootstrap/pull/10778): Use newly-updated Glyphicons to workaround old Android WebKit bug +- [#10763](https://github.com/twbs/bootstrap/pull/10763): Update html5shiv to v3.7.0 +- [#10863](https://github.com/twbs/bootstrap/pull/10863): Fix check for presence of jQuery +- [#10893](https://github.com/twbs/bootstrap/pull/10893): Remove comma separating the color and the color-stop in `-webkit-linear-gradient` in `#gradient > .vertical` mixin - [#10927](https://github.com/twbs/bootstrap/issues/10927): Scope `padding-top` on `.form-control-static` to horizontal forms only -- [#10949](https://github.com/twbs/bootstrap/issues/10949): Use variable for jumbotron `font-size` instead of hard-coded value +- [#10949](https://github.com/twbs/bootstrap/pull/10949): Use variable for jumbotron `font-size` instead of hard-coded value - [#10959](https://github.com/twbs/bootstrap/issues/10959): Round `.lead` `font-size` to nearest whole pixel - [#10997](https://github.com/twbs/bootstrap/issues/10997): Move `.hidden` from responsive utilities to utilities (where it belongs, especially on account of deprecated `.hide` per #10769) -- [#11050](https://github.com/twbs/bootstrap/issues/11050): Restore grid mixins +- [#11050](https://github.com/twbs/bootstrap/pull/11050): Restore grid mixins - [#11126](https://github.com/twbs/bootstrap/issues/11126): Remove `box-shadow` from `.btn-link.dropdown-toggle` -- [#11127](https://github.com/twbs/bootstrap/issues/11127): `.navbar-fixed-bottom` should have a top border, not a bottom border +- [#11127](https://github.com/twbs/bootstrap/pull/11127): `.navbar-fixed-bottom` should have a top border, not a bottom border - [#11139](https://github.com/twbs/bootstrap/issues/11139): Add `position: relative;` to `.modal-dialog` so that the `z-index` takes effect - [#11151](https://github.com/twbs/bootstrap/issues/11151): Remove rogue H5BP `.ir` class from print styles -- [#11186](https://github.com/twbs/bootstrap/issues/11186): Add `background-color` hacks so that clicking carousel indicators in IE8-9 works as intended -- [#11188](https://github.com/twbs/bootstrap/issues/11188): Refactor `z-index` on navbars. Removes the default `z-index: 1000;` and instead only applies it to static-top, fixed-top, and fixed-bottom. Also fixes up the broken default navbar example's fubared padding. -- [#11206](https://github.com/twbs/bootstrap/issues/11206): Remove `padding-left` from first list item within `.list-inline` -- [#11244](https://github.com/twbs/bootstrap/issues/11244): Adds `.animation()` mixin to replace `.progress-bar`'s regular CSS animation properties (and drops the `-moz`, `-ms`, and `-o` prefixes as they are not needed per ). -- [#11248](https://github.com/twbs/bootstrap/issues/11248): Apply `background-color: #fff;` to `select`s in print styles to fix Chrome bug +- [#11186](https://github.com/twbs/bootstrap/pull/11186): Add `background-color` hacks so that clicking carousel indicators in IE8-9 works as intended +- [#11188](https://github.com/twbs/bootstrap/pull/11188): Refactor `z-index` on navbars. Removes the default `z-index: 1000;` and instead only applies it to static-top, fixed-top, and fixed-bottom. Also fixes up the broken default navbar example's fubared padding. +- [#11206](https://github.com/twbs/bootstrap/pull/11206): Remove `padding-left` from first list item within `.list-inline` +- [#11244](https://github.com/twbs/bootstrap/pull/11244): Adds `.animation()` mixin to replace `.progress-bar`'s regular CSS animation properties (and drops the `-moz`, `-ms`, and `-o` prefixes as they are not needed per ). +- [#11248](https://github.com/twbs/bootstrap/pull/11248): Apply `background-color: #fff;` to `select`s in print styles to fix Chrome bug - Audited Customizer variables section and rearranged content ### Deprecated -- [#9963](https://github.com/twbs/bootstrap/issues/9963), [#10567](https://github.com/twbs/bootstrap/issues/10567): Deprecate `@screen-*` variables for `@screen-*-min` to better match the `@screen-*-max` variables and provide more context to their actual uses. -- [#10005](https://github.com/twbs/bootstrap/issues/10005): Finish removing uses of `@screen-{device}` variables by deprecating them for `@screen-*-min` wherever possible. -- [#10100](https://github.com/twbs/bootstrap/issues/10100): Deprecate `.hide-text` mixin for `.text-hide`. This matches our class-mixin strategy elsewhere (e.g., `.clearfix`) and ensures the class and mixin use the same name to avoid confusion. -- [#10125](https://github.com/twbs/bootstrap/issues/10125): Deprecate inconsistent container variables for new `@container-{screen-size}` variables (e.g., use `@container-sm` instead of `@container-tablet`) -- [#10769](https://github.com/twbs/bootstrap/issues/10769): Deprecate `.hide` for `.hidden` so we don't duplicate functionality. +- [#9963](https://github.com/twbs/bootstrap/pull/9963), [#10567](https://github.com/twbs/bootstrap/pull/10567): Deprecate `@screen-*` variables for `@screen-*-min` to better match the `@screen-*-max` variables and provide more context to their actual uses. +- [#10005](https://github.com/twbs/bootstrap/pull/10005): Finish removing uses of `@screen-{device}` variables by deprecating them for `@screen-*-min` wherever possible. +- [#10100](https://github.com/twbs/bootstrap/pull/10100): Deprecate `.hide-text` mixin for `.text-hide`. This matches our class-mixin strategy elsewhere (e.g., `.clearfix`) and ensures the class and mixin use the same name to avoid confusion. +- [#10125](https://github.com/twbs/bootstrap/pull/10125): Deprecate inconsistent container variables for new `@container-{screen-size}` variables (e.g., use `@container-sm` instead of `@container-tablet`) +- [#10769](https://github.com/twbs/bootstrap/pull/10769): Deprecate `.hide` for `.hidden` so we don't duplicate functionality. -For even more details, see the [3.0.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=22&page=1&state=closed). +For even more details, see the [3.0.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=22&q=is%3Aclosed). ## Moving to MIT license @@ -195,4 +195,4 @@ We're already tracking issues for a v3.0.2 release and its changes will be along <3, -[@mdo](https://twitter.com/mdo) and [team](https://github.com/twbs?tab=members) +[@mdo](https://twitter.com/mdo) and [team](https://github.com/orgs/twbs/people) diff --git a/src/_posts/2013-11-06-bootstrap-3-0-2-released.md b/src/_posts/2013-11-06-bootstrap-3-0-2-released.md index 323c5e864..3aa04ca39 100644 --- a/src/_posts/2013-11-06-bootstrap-3-0-2-released.md +++ b/src/_posts/2013-11-06-bootstrap-3-0-2-released.md @@ -14,23 +14,23 @@ Today we're shipping a quick v3.0.2 patch to fix incorrect version numbers in ou Here's the rundown on what's changed: -- [#10039](https://github.com/twbs/bootstrap/issues/10039): Remove `window.jQuery` for `jQuery`. -- [#11273](https://github.com/twbs/bootstrap/issues/11273): Add branch alias for `composer.json`. -- [#11295](https://github.com/twbs/bootstrap/issues/11295): Restore offset, push, and pull zero classes (e.g., `.col-md-offset-0`) -- [#11315](https://github.com/twbs/bootstrap/issues/11315): Add navigation role to example navbars. -- [#11327](https://github.com/twbs/bootstrap/issues/11327): Improve nesting of `.thumbnail` styles. -- [#11334](https://github.com/twbs/bootstrap/issues/11334): Remove unnecessary `&` from CSS nesting for panels. -- [#11335](https://github.com/twbs/bootstrap/issues/11335): Add Grunt task to update version numbers across entire project. (**Note:** If you run our docs locally, you'll need to run `npm install` in order to run `grunt`). -- [#11336](https://github.com/twbs/bootstrap/issues/11336): Don't use nonstandard `window.location.origin` in Customizer. -- [#11345](https://github.com/twbs/bootstrap/issues/11345): Remove duplicate class changes in migration instructions. -- [#11349](https://github.com/twbs/bootstrap/issues/11349): Add screen reader text for navbar toggles. +- [#10039](https://github.com/twbs/bootstrap/pull/10039): Remove `window.jQuery` for `jQuery`. +- [#11273](https://github.com/twbs/bootstrap/pull/11273): Add branch alias for `composer.json`. +- [#11295](https://github.com/twbs/bootstrap/pull/11295): Restore offset, push, and pull zero classes (e.g., `.col-md-offset-0`) +- [#11315](https://github.com/twbs/bootstrap/pull/11315): Add navigation role to example navbars. +- [#11327](https://github.com/twbs/bootstrap/pull/11327): Improve nesting of `.thumbnail` styles. +- [#11334](https://github.com/twbs/bootstrap/pull/11334): Remove unnecessary `&` from CSS nesting for panels. +- [#11335](https://github.com/twbs/bootstrap/pull/11335): Add Grunt task to update version numbers across entire project. (**Note:** If you run our docs locally, you'll need to run `npm install` in order to run `grunt`). +- [#11336](https://github.com/twbs/bootstrap/pull/11336): Don't use nonstandard `window.location.origin` in Customizer. +- [#11345](https://github.com/twbs/bootstrap/pull/11345): Remove duplicate class changes in migration instructions. +- [#11349](https://github.com/twbs/bootstrap/pull/11349): Add screen reader text for navbar toggles. - [#11378](https://github.com/twbs/bootstrap/issues/11378): Use `.navbar-*` alignment classes in `.navbar-text` example. - Update Node to v0.10.x (current stable) - Fix links to same-page anchors - Drop `media` type on basic template example - Correct download links in readme -As always, get the details from the [v3.0.2 milestone](https://github.com/twbs/bootstrap/issues?milestone=23&page=1&state=closed). +As always, get the details from the [v3.0.2 milestone](https://github.com/twbs/bootstrap/issues?milestone=23&q=is%3Aclosed). ## Up next @@ -41,4 +41,4 @@ This release was unplanned, and as such it bumps a lot of planned fixes to a v3. <3, -[@mdo](https://twitter.com/mdo) and [team](https://github.com/twbs?tab=members) +[@mdo](https://twitter.com/mdo) and [team](https://github.com/orgs/twbs/people) diff --git a/src/_posts/2013-12-05-bootstrap-3-0-3-released.md b/src/_posts/2013-12-05-bootstrap-3-0-3-released.md index 0cad147c9..e194de231 100644 --- a/src/_posts/2013-12-05-bootstrap-3-0-3-released.md +++ b/src/_posts/2013-12-05-bootstrap-3-0-3-released.md @@ -24,53 +24,53 @@ See the list below for more information on those changes and more. - [#9927](https://github.com/twbs/bootstrap/issues/9927): Update non-responsive example to prevent `.navbar-collapse` border from increasing height and increase specificity of nav selectors to keep dropdowns looking the same. - [#10147](https://github.com/twbs/bootstrap/issues/10147): Remove outline from carousel controls on focus. -- [#10353](https://github.com/twbs/bootstrap/issues/10353): Tell Bower to ignore development and documentation files. -- [#10483](https://github.com/twbs/bootstrap/issues/10483), [#10357](https://github.com/twbs/bootstrap/issues/10357): Make .container mixin-friendly by moving the width declarations within one class. -- [#10662](https://github.com/twbs/bootstrap/issues/10662): Enable individually linked images within thumbnails. +- [#10353](https://github.com/twbs/bootstrap/pull/10353): Tell Bower to ignore development and documentation files. +- [#10483](https://github.com/twbs/bootstrap/pull/10483), [#10357](https://github.com/twbs/bootstrap/issues/10357): Make .container mixin-friendly by moving the width declarations within one class. +- [#10662](https://github.com/twbs/bootstrap/pull/10662): Enable individually linked images within thumbnails. - [#10744](https://github.com/twbs/bootstrap/issues/10744): Use `border-style: solid;` on `.caret`s to undo a previous Firefox fix that appears to no longer work. - [#10936](https://github.com/twbs/bootstrap/issues/10936): Increase height of large inputs to fix Firefox inconsistencies by using `ceil()` instead of `floor()`. -- [#10941](https://github.com/twbs/bootstrap/issues/10941): Fix Glyphicons path for those importing `bootstrap.less` from another directory. +- [#10941](https://github.com/twbs/bootstrap/pull/10941): Fix Glyphicons path for those importing `bootstrap.less` from another directory. - [#10979](https://github.com/twbs/bootstrap/issues/10979): Don't use `.img-thumbnail` as a mixin for `.thumbnail` to avoid duplicate and unnecessary styles. -- [#11217](https://github.com/twbs/bootstrap/issues/11217): Fix vertical alignment of labels within buttons, just like badges in buttons. -- [#11268](https://github.com/twbs/bootstrap/issues/11268): Account for badges within buttons by matching background to text color and text color to background. +- [#11217](https://github.com/twbs/bootstrap/pull/11217): Fix vertical alignment of labels within buttons, just like badges in buttons. +- [#11268](https://github.com/twbs/bootstrap/pull/11268): Account for badges within buttons by matching background to text color and text color to background. - [#11277](https://github.com/twbs/bootstrap/issues/11277): Drop the `abbr` element from the `.initialism` selector. -- [#11299](https://github.com/twbs/bootstrap/issues/11299): Support `.h1` in jumbotrons. -- [#11351](https://github.com/twbs/bootstrap/issues/11351): Correct grid class reset on input groups by using attribute selector, not an old class from v3 betas. +- [#11299](https://github.com/twbs/bootstrap/pull/11299): Support `.h1` in jumbotrons. +- [#11351](https://github.com/twbs/bootstrap/pull/11351): Correct grid class reset on input groups by using attribute selector, not an old class from v3 betas. - [#11357](https://github.com/twbs/bootstrap/issues/11357): Vertically center `.btn-sm` and `.btn-xs` variations of `.navbar-btn`s in the navbar. -- [#11376](https://github.com/twbs/bootstrap/issues/11376): Don't deselect radio buttons when double clicking. +- [#11376](https://github.com/twbs/bootstrap/pull/11376): Don't deselect radio buttons when double clicking. - [#11387](https://github.com/twbs/bootstrap/issues/11387): Improve nesting on table classes to enable easier use of mixins. -- [#11388](https://github.com/twbs/bootstrap/issues/11388): Simplify contextual table styles mixin (also drops the `border` parameter since we longer apply that anyway). +- [#11388](https://github.com/twbs/bootstrap/pull/11388): Simplify contextual table styles mixin (also drops the `border` parameter since we longer apply that anyway). - [#11390](https://github.com/twbs/bootstrap/issues/11390): Add `max-width: 100%;` to containers within jumbotrons to avoid horizontal scrollbar. -- [#11402](https://github.com/twbs/bootstrap/issues/11402): Set `width: auto;` on `select.form-control` within `.form-inline`. -- [#11414](https://github.com/twbs/bootstrap/issues/11414): Add `.small` support to blockquote citations. +- [#11402](https://github.com/twbs/bootstrap/pull/11402): Set `width: auto;` on `select.form-control` within `.form-inline`. +- [#11414](https://github.com/twbs/bootstrap/pull/11414): Add `.small` support to blockquote citations. - [#11425](https://github.com/twbs/bootstrap/issues/11425): Use `margin` instead of `padding` on `.modal-dialog` to click-thru to `.modal-backdrop`. -- [#11432](https://github.com/twbs/bootstrap/issues/11432): Corrected color contrast to WCAG 2.0 AA for `@state-` variables (applies to forms and labels). +- [#11432](https://github.com/twbs/bootstrap/pull/11432): Corrected color contrast to WCAG 2.0 AA for `@state-` variables (applies to forms and labels). - [#11444](https://github.com/twbs/bootstrap/issues/11444): Use `@navbar-padding-vertical` for nav links vertical padding. -- [#11449](https://github.com/twbs/bootstrap/issues/11449): Prefer Menlo over Monaco for monospaced fonts. +- [#11449](https://github.com/twbs/bootstrap/pull/11449): Prefer Menlo over Monaco for monospaced fonts. - [#11468](https://github.com/twbs/bootstrap/issues/11468): Prevent default gradient `background-image` on `.navbar-toggle` in Firefox for Android. -- [#11476](https://github.com/twbs/bootstrap/issues/11476): Remove unnecessary prefixed keyframe declarations for animated progress bars. Given our browser support requirements, we can drop the `-moz-` prefix as the last several versions don't require it. +- [#11476](https://github.com/twbs/bootstrap/pull/11476): Remove unnecessary prefixed keyframe declarations for animated progress bars. Given our browser support requirements, we can drop the `-moz-` prefix as the last several versions don't require it. - [#11477](https://github.com/twbs/bootstrap/issues/11477): Use namespace events for dropdowns and carousel. -- [#11493](https://github.com/twbs/bootstrap/issues/11493): Ensure proper width of dropdown buttons within vertical button groups. -- [#11499](https://github.com/twbs/bootstrap/issues/11499): Switch from `overflow-y: auto;` to `overflow-y: visible;` to prevent vertical scrollbar in some navbar situations. -- [#11502](https://github.com/twbs/bootstrap/issues/11502): Add missing data namespace for dropdown plugin. +- [#11493](https://github.com/twbs/bootstrap/pull/11493): Ensure proper width of dropdown buttons within vertical button groups. +- [#11499](https://github.com/twbs/bootstrap/pull/11499): Switch from `overflow-y: auto;` to `overflow-y: visible;` to prevent vertical scrollbar in some navbar situations. +- [#11502](https://github.com/twbs/bootstrap/pull/11502): Add missing data namespace for dropdown plugin. - [#11513](https://github.com/twbs/bootstrap/issues/11513): Float `navbar-text` elements only when screen width is above `@grid-float-breakpoint`. - [#11515](https://github.com/twbs/bootstrap/issues/11515): Reorder the headings with body text and text emphasis classes. - [#11516](https://github.com/twbs/bootstrap/issues/11516): Invert dropdown divider border in navbars. - [#11530](https://github.com/twbs/bootstrap/issues/11530): Reworked `padding` on `.navbar-collapse` and negative `margin` for right-aligned navbar content to ensure proper alignment on the right side. -- [#11536](https://github.com/twbs/bootstrap/issues/11536): Add support for button dropdowns within justified button groups. +- [#11536](https://github.com/twbs/bootstrap/pull/11536): Add support for button dropdowns within justified button groups. - [#11544](https://github.com/twbs/bootstrap/issues/11544): Add `color: inherit;` to `.panel-title` to ensure proper text color when customizing `@headings-color`. -- [#11551](https://github.com/twbs/bootstrap/issues/11551): Remove color from `outline` reset for improved outlines on focus. +- [#11551](https://github.com/twbs/bootstrap/pull/11551): Remove color from `outline` reset for improved outlines on focus. - [#11553](https://github.com/twbs/bootstrap/issues/11553): Prevent double border on tables in panels without `thead` content. -- [#11598](https://github.com/twbs/bootstrap/issues/11598): Remove line breaks in minified CSS. -- [#11599](https://github.com/twbs/bootstrap/issues/11599): Explicitly call out font files in `bower.json` to avoid npm errors. +- [#11598](https://github.com/twbs/bootstrap/pull/11598): Remove line breaks in minified CSS. +- [#11599](https://github.com/twbs/bootstrap/pull/11599): Explicitly call out font files in `bower.json` to avoid npm errors. - [#11610](https://github.com/twbs/bootstrap/issues/11610): Add `@grid-float-breakpoint-max` to better link navbar behavior across viewports and improve customization when setting `@grid-float-breakpoint`. -- [#11614](https://github.com/twbs/bootstrap/issues/11614): Account for responsive tables within panels. -- [#11617](https://github.com/twbs/bootstrap/issues/11617): Include jspm package configuration in `package.json`. +- [#11614](https://github.com/twbs/bootstrap/pull/11614): Account for responsive tables within panels. +- [#11617](https://github.com/twbs/bootstrap/pull/11617): Include jspm package configuration in `package.json`. - [#11623](https://github.com/twbs/bootstrap/issues/11623): Reset `position` to `static` for grid columns within tables to prevent borders from hiding in IE9, IE10, and Firefox. -- [#11648](https://github.com/twbs/bootstrap/issues/11648): Restore twelfth column's float. +- [#11648](https://github.com/twbs/bootstrap/pull/11648): Restore twelfth column's float. - [#11658](https://github.com/twbs/bootstrap/issues/11658): Increase `min-height` of `.radio`/`.checkbox` for horizontal forms to ensure alignment of content below. -- [#11693](https://github.com/twbs/bootstrap/issues/11693): Adds `.table` to responsive visibility mixin. -- [#11694](https://github.com/twbs/bootstrap/issues/11694): Remove unnecessary prefixes for gradient mixins given our stated browser support. +- [#11693](https://github.com/twbs/bootstrap/pull/11693): Adds `.table` to responsive visibility mixin. +- [#11694](https://github.com/twbs/bootstrap/pull/11694): Remove unnecessary prefixes for gradient mixins given our stated browser support. - [#11712](https://github.com/twbs/bootstrap/issues/11712): Better support for .table-responsive within .panel's. - Removed browser default top margin from `dl`s. [Commit](https://github.com/twbs/bootstrap/commit/841da88f3fc93740cca07b6e4581a333d77964f0) @@ -80,20 +80,20 @@ Be sure to run `npm install` if you're running `grunt` locally—we've updated o - [#9898](https://github.com/twbs/bootstrap/issues/9898): Improve scrollspy and affix plugin documentation. - [#10716](https://github.com/twbs/bootstrap/issues/10716): Update "What's included" docs section with info on full source code download directory structure. -- [#11303](https://github.com/twbs/bootstrap/issues/11303): Add link to the docs site in compiled assets, and remove personal usernames. -- [#11330](https://github.com/twbs/bootstrap/issues/11330): Add `overflow-x: hidden;` to `body` in offcanvas example to prevent horizontal scrolling. -- [#11369](https://github.com/twbs/bootstrap/issues/11369): Speed up jQuery and Twitter widgets on docs pages by using Google's CDN for jQuery and the async snippet from the Twitter dev site for the widgets. -- [#11385](https://github.com/twbs/bootstrap/issues/11385): Warn about Webkit bug for justified nav example. -- [#11409](https://github.com/twbs/bootstrap/issues/11409): Add release checklist to contributing guidelines. -- [#11412](https://github.com/twbs/bootstrap/issues/11412): Add `word-wrap: break-word;` to docs Glyphicons class names to ensure proper wrapping in IE10-11. -- [#11434](https://github.com/twbs/bootstrap/issues/11434): Mention form validation class changes in migration docs. -- [#11534](https://github.com/twbs/bootstrap/issues/11534): Document that modal `show()` and `hide()` return before animation finishes. +- [#11303](https://github.com/twbs/bootstrap/pull/11303): Add link to the docs site in compiled assets, and remove personal usernames. +- [#11330](https://github.com/twbs/bootstrap/pull/11330): Add `overflow-x: hidden;` to `body` in offcanvas example to prevent horizontal scrolling. +- [#11369](https://github.com/twbs/bootstrap/pull/11369): Speed up jQuery and Twitter widgets on docs pages by using Google's CDN for jQuery and the async snippet from the Twitter dev site for the widgets. +- [#11385](https://github.com/twbs/bootstrap/pull/11385): Warn about Webkit bug for justified nav example. +- [#11409](https://github.com/twbs/bootstrap/pull/11409): Add release checklist to contributing guidelines. +- [#11412](https://github.com/twbs/bootstrap/pull/11412): Add `word-wrap: break-word;` to docs Glyphicons class names to ensure proper wrapping in IE10-11. +- [#11434](https://github.com/twbs/bootstrap/pull/11434): Mention form validation class changes in migration docs. +- [#11534](https://github.com/twbs/bootstrap/pull/11534): Document that modal `show()` and `hide()` return before animation finishes. - [#11634](https://github.com/twbs/bootstrap/issues/11634): Add warning to docs to not combine icon classes with other elements. -- [#11671](https://github.com/twbs/bootstrap/issues/11671): Updated third party asset libraries (for Customizer and Holder, our thumbnail utility). -- [#11701](https://github.com/twbs/bootstrap/issues/11701): Switch to Sauce Labs for our cross-browser JS unit testing needs. +- [#11671](https://github.com/twbs/bootstrap/pull/11671): Updated third party asset libraries (for Customizer and Holder, our thumbnail utility). +- [#11701](https://github.com/twbs/bootstrap/pull/11701): Switch to Sauce Labs for our cross-browser JS unit testing needs. - Removed mention of Chrome from Webkit rendering bug for justified nav. [Commit](https://github.com/twbs/bootstrap/commit/4cbc8d49b10f707029019aaa5eba50e56390a3c5) -As always, get the details from the [v3.0.3 milestone](https://github.com/twbs/bootstrap/issues?milestone=24&page=1&state=closed). +As always, get the details from the [v3.0.3 milestone](https://github.com/twbs/bootstrap/issues?milestone=24&q=is%3Aclosed). ## Up next @@ -104,4 +104,4 @@ Next up is v3.1.0, the first new feature release for Bootstrap 3. Stay tuned for <3, -[@mdo](https://twitter.com/mdo) and [team](https://github.com/twbs?tab=members) +[@mdo](https://twitter.com/mdo) and [team](https://github.com/orgs/twbs/people) diff --git a/src/_posts/2014-01-30-bootstrap-3-1-0-released.md b/src/_posts/2014-01-30-bootstrap-3-1-0-released.md index 1086d07cc..608b6eafa 100644 --- a/src/_posts/2014-01-30-bootstrap-3-1-0-released.md +++ b/src/_posts/2014-01-30-bootstrap-3-1-0-released.md @@ -38,7 +38,7 @@ All-in-all these make components more focused, more durable, and easier to work One of the more important improved features is for our modals. If you currently use the modal's `remote` option, be aware this release may break your modals. Yes, this is a breaking change, but it's first and foremost a **bug fix** that corrects a rather longstanding and overlooked error. Our apologies for any headaches it may cause, but it's been missed in the last few patch releases. -See the [#11933](https://github.com/twbs/bootstrap/issues/11933) pull request for details on the code changes. +See the [#11933](https://github.com/twbs/bootstrap/pull/11933) pull request for details on the code changes. ### New license @@ -84,7 +84,7 @@ Or, hit the [project repository](https://github.com/twbs/bootstrap) or [Sass rep - Three new templates: Blog, Cover, and Dashboard. - [#10884](https://github.com/twbs/bootstrap/issues/10884): Add `.info` variant to contextual table classes. -- [#11138](https://github.com/twbs/bootstrap/issues/11138): Add contextual styles to list groups. +- [#11138](https://github.com/twbs/bootstrap/pull/11138): Add contextual styles to list groups. - [#11162](https://github.com/twbs/bootstrap/issues/11162): Add new sizes, `.modal-lg` and `.modal-sm`, to modals for quicker settings on modals. Only applies to modals above the small breakpoint. - [#11193](https://github.com/twbs/bootstrap/issues/11193): Add `` element styles to indicate user input via keyboard. - [#11244](https://github.com/twbs/bootstrap/issues/11244): Add `.animation()` mixins. @@ -207,13 +207,13 @@ While we originally wanted v3.1 to include RTL support, we decided to hold back - [#11830](https://github.com/twbs/bootstrap/issues/11830), [#11832](https://github.com/twbs/bootstrap/issues/11832): More help for Windows users installing Jekyll with requirement of Python and link to [@juthilo](https://github.com/juthilo)'s guide, [Run Jekyll on Windows](https://github.com/juthilo/run-jekyll-on-windows/). - [#11876](https://github.com/twbs/bootstrap/issues/11876): Enable `failHard` grunt-html-validation option. - [#11977](https://github.com/twbs/bootstrap/issues/11977): Concatenate and minify all docs assets. -- [#12037](https://github.com/twbs/bootstrap/issues/12037): Move docs `.html` pages and assets into `docs/` subfolder to clean up project root directory. Also moves `.csscomb.json` and `.csslintrc` to `less/` to further clean up project root. +- [#12037](https://github.com/twbs/bootstrap/pull/12037): Move docs `.html` pages and assets into `docs/` subfolder to clean up project root directory. Also moves `.csscomb.json` and `.csslintrc` to `less/` to further clean up project root. - [#12073](https://github.com/twbs/bootstrap/issues/12073): Make order of component variations consistent throughout the repo. - [#12244](https://github.com/twbs/bootstrap/issues/12244): Move v2.x to v3.x migration docs to a separate page. - [#12311](https://github.com/twbs/bootstrap/issues/12311): Expand information on how to handle overflowing content in navbars. - [#12314](https://github.com/twbs/bootstrap/issues/12314): Add warning about modal markup placement affecting modal appearance/functionality. -- [#12345](https://github.com/twbs/bootstrap/issues/12345): Add note about printer viewport weirdness. -- [#12380](https://github.com/twbs/bootstrap/issues/12380): Add link to unofficial German translation, . +- [#12345](https://github.com/twbs/bootstrap/pull/12345): Add note about printer viewport weirdness. +- [#12380](https://github.com/twbs/bootstrap/pull/12380): Add link to unofficial German translation, . - Updated browser and device support documentation: - [#11055](https://github.com/twbs/bootstrap/issues/11055): add mention of select menu styling on Android stock browsers with included optional fix. - Update IDs and docs nav to include bookmark links to each section. @@ -221,9 +221,9 @@ While we originally wanted v3.1 to include RTL support, we decided to hold back ### Build system & packaging -- [#11761](https://github.com/twbs/bootstrap/issues/11761): Add JavaScript Code Style checker integration. -- [#11739](https://github.com/twbs/bootstrap/issues/11739): Lint `docs-assets/js/application.js` and `docs-assets/js/customizer.js`. -- [#11780](https://github.com/twbs/bootstrap/issues/11780): Don't ignore `Gruntfile.js` or `package.json` in `bower.json` as they're required for compilation. +- [#11761](https://github.com/twbs/bootstrap/pull/11761): Add JavaScript Code Style checker integration. +- [#11739](https://github.com/twbs/bootstrap/pull/11739): Lint `docs-assets/js/application.js` and `docs-assets/js/customizer.js`. +- [#11780](https://github.com/twbs/bootstrap/pull/11780): Don't ignore `Gruntfile.js` or `package.json` in `bower.json` as they're required for compilation. - [#11790](https://github.com/twbs/bootstrap/issues/11790): Switch from Recess to grunt-contrib-less. - Dropped `grunt-recess` for `grunt-contrib-less` to get the latest version of Less (v1.6.x) since Recess was still quite behind. - Adds CSScomb to take place of Recess's CSS linting. Includes custom `.csscomb.json` in project root with basically the same property order as Recess. diff --git a/src/_posts/2014-02-13-bootstrap-3-1-1-released.md b/src/_posts/2014-02-13-bootstrap-3-1-1-released.md index 306840f7b..7238ddd7b 100644 --- a/src/_posts/2014-02-13-bootstrap-3-1-1-released.md +++ b/src/_posts/2014-02-13-bootstrap-3-1-1-released.md @@ -35,15 +35,15 @@ Update your CDN links to point to the v3.1.1 files: ### CSS - [#11659](https://github.com/twbs/bootstrap/issues/11659), [#12349](https://github.com/twbs/bootstrap/issues/12349), [#12698](https://github.com/twbs/bootstrap/issues/12698): Always show the input above appended buttons in input groups for proper focus and disabled state borders. -- [#12025](https://github.com/twbs/bootstrap/issues/12025): Ensure responsive utility classes can be combined with one another. -- [#12195](https://github.com/twbs/bootstrap/issues/12195): Apply `.btn:focused` styles to `.btn.active:focused` for improved accessibility. -- [#12412](https://github.com/twbs/bootstrap/issues/12412): Refactored and renamed our internal grid mixins for generating custom number of grid columns. -- [#12433](https://github.com/twbs/bootstrap/issues/12433): Use negative `margin` on `.list-inline`s so we don't override the `padding-left` on the first list item. -- [#12448](https://github.com/twbs/bootstrap/issues/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](https://github.com/twbs/bootstrap/issues/12462): Add `border-radius` to tables when in panels for proper rounding with all background settings. -- [#12470](https://github.com/twbs/bootstrap/issues/12470): Scope large modal styles to minimum viewport width. +- [#12025](https://github.com/twbs/bootstrap/pull/12025): Ensure responsive utility classes can be combined with one another. +- [#12195](https://github.com/twbs/bootstrap/pull/12195): Apply `.btn:focused` styles to `.btn.active:focused` for improved accessibility. +- [#12412](https://github.com/twbs/bootstrap/pull/12412): Refactored and renamed our internal grid mixins for generating custom number of grid columns. +- [#12433](https://github.com/twbs/bootstrap/pull/12433): Use negative `margin` on `.list-inline`s so we don't override the `padding-left` on the first list item. +- [#12448](https://github.com/twbs/bootstrap/pull/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](https://github.com/twbs/bootstrap/pull/12462): Add `border-radius` to tables when in panels for proper rounding with all background settings. +- [#12470](https://github.com/twbs/bootstrap/pull/12470): Scope large modal styles to minimum viewport width. - [#12486](https://github.com/twbs/bootstrap/issues/12486): Restore full-width inputs for input groups in inline forms and navbars. -- [#12502](https://github.com/twbs/bootstrap/issues/12502): Remove long-deprecated `:-moz-placeholder` styles. +- [#12502](https://github.com/twbs/bootstrap/pull/12502): Remove long-deprecated `:-moz-placeholder` styles. - [#12532](https://github.com/twbs/bootstrap/issues/12532): Scope popover arrow styles to immediate children. - [#12552](https://github.com/twbs/bootstrap/issues/12552): Fixes two typos in `carousel.less` for the Glyphicon classes. - [#12620](https://github.com/twbs/bootstrap/issues/12620), [#12621](https://github.com/twbs/bootstrap/issues/12621): Use `:extend(.img-responsive)` instead of mixin in thumbnail and carousel. @@ -70,7 +70,7 @@ Update your CDN links to point to the v3.1.1 files: - [#12437](https://github.com/twbs/bootstrap/issues/12437): Note specific versions of IE where progress bar animation is supported. - [#12439](https://github.com/twbs/bootstrap/issues/12439): Correct docs error about available grid resets. - [#12477](https://github.com/twbs/bootstrap/issues/12477): Clarify supported versions of Internet Explorer (we do v8-11) in browser support docs. -- [#12494](https://github.com/twbs/bootstrap/issues/12494): Update docs to reflect modal remote change from #11933. +- [#12494](https://github.com/twbs/bootstrap/issues/12494): Update docs to reflect modal remote change from [#11933](https://github.com/twbs/bootstrap/pull/11933). - [#12497](https://github.com/twbs/bootstrap/issues/12497): Remove manual full-width container callout now that there's `.container-fluid`. - [#12512](https://github.com/twbs/bootstrap/issues/12512): Improve alignment of the Dashboard example placeholder images. - [#12519](https://github.com/twbs/bootstrap/issues/12519): Add Bower badge to README. diff --git a/src/_posts/2014-06-26-bootstrap-3-2-0-released.md b/src/_posts/2014-06-26-bootstrap-3-2-0-released.md index 58bde357f..068b3784a 100644 --- a/src/_posts/2014-06-26-bootstrap-3-2-0-released.md +++ b/src/_posts/2014-06-26-bootstrap-3-2-0-released.md @@ -63,7 +63,7 @@ With over 1,000 commits, a lot has changed, and all of it for the better. A few - Keyboard navigation (forward and backward) is now available for the carousel. - Modals should no longer shift left when being opened. -For a complete breakdown, [read the release changelog](https://github.com/twbs/bootstrap/releases/tag/v3.2.0) or the [v3.2.0 milestone](https://github.com/twbs/bootstrap/issues?milestone=26&page=1&state=closed). +For a complete breakdown, [read the release changelog](https://github.com/twbs/bootstrap/releases/tag/v3.2.0) or the [v3.2.0 milestone](https://github.com/twbs/bootstrap/issues?milestone=26&q=is%3Aclosed). ## What's next