Skip to content

Commit

Permalink
Fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 22, 2020
1 parent 43a8588 commit f589bbd
Show file tree
Hide file tree
Showing 20 changed files with 144 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/_posts/2012-03-22-coming-up-in-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions src/_posts/2012-04-15-help-test-bootstrap-2-0-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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).)

-----

Expand Down
4 changes: 2 additions & 2 deletions src/_posts/2012-04-24-bootstrap-2-0-3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/_posts/2012-06-01-bootstrap-2-0-4-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion src/_posts/2012-08-13-help-test-bootstrap-2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/_posts/2012-08-20-bootstrap-2-1-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion src/_posts/2012-09-04-bootstrap-2-1-1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/_posts/2012-10-29-bootstrap-2-2-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

<a class="btn-link" href="https://github.com/twbs/bootstrap/archive/v2.2.0.zip">Download Bootstrap 2.2.0</a> <span class="muted">(latest master ZIP)</span>

Expand Down
2 changes: 1 addition & 1 deletion src/_posts/2012-12-02-help-test-2.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<p>` 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

Expand Down
2 changes: 1 addition & 1 deletion src/_posts/2012-12-08-bootstrap-2-2-2-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<input>`.
- 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.

<a class="btn-link" href="https://github.com/twbs/bootstrap/archive/v2.2.2.zip">Download Bootstrap 2.2.2</a> <span class="muted">(latest master ZIP)</span>

Expand Down
2 changes: 1 addition & 1 deletion src/_posts/2013-02-07-bootstrap-2-3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a class="btn-link" href="https://github.com/twbs/bootstrap/archive/v2.3.0.zip">Download Bootstrap 2.3.0</a> <span class="muted">(latest master ZIP)</span>

Expand Down
4 changes: 2 additions & 2 deletions src/_posts/2013-08-13-bootstrap-3-rc2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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`.
Expand Down
Loading

0 comments on commit f589bbd

Please sign in to comment.