You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ Minor release to add carousel indicators, improve tooltips, improve dev setup, a
23
23
-**Added carousel indicators!** Add the HTML and it automagically works.
24
24
-**Added `container` option to tooltips.** The default option is still `insertAfter`, but now you may specify where to insert tooltips (and by extension, popovers) with the optional container parameter.
25
25
- Improved popovers now utilize `max-width` instead of `width`, have been widened from 240px to 280px, and will automatically hide the title if one has not been set via CSS `:empty` selector.
26
-
- Improved tooltip alignment on edges with [#6713](https://github.com/twitter/bootstrap/pull/6713).
27
-
-**Improved accessibility for links in all components.** After merging [#6441](https://github.com/twitter/bootstrap/pull/6441), link hover states now apply to the `:focus` state as well. This goes for basic `<a>` tags, as well as buttons, navs, dropdowns, and more.
26
+
- Improved tooltip alignment on edges with [#6713](https://github.com/twbs/bootstrap/pull/6713).
27
+
-**Improved accessibility for links in all components.** After merging [#6441](https://github.com/twbs/bootstrap/pull/6441), link hover states now apply to the `:focus` state as well. This goes for basic `<a>` tags, as well as buttons, navs, dropdowns, and more.
28
28
- Added print utility classes to show and hide content between `screen` and `print` via CSS.
29
29
- Updated input groups to make them behave more like default form controls. Added `display: inline-block;`, increased `margin-bottom`, and added `vertical-align: middle;` to match `<input>` styles.
30
30
- Added `.horizontal-three-colors()` gradient mixin (with example in the CSS tests file).
@@ -34,7 +34,7 @@ Minor release to add carousel indicators, improve tooltips, improve dev setup, a
See more on the [2.3.0 pull request](https://github.com/twitter/bootstrap/pull/6346).
37
+
See more on the [2.3.0 pull request](https://github.com/twbs/bootstrap/pull/6346).
38
38
39
39
40
40
## 2.2.2 (December 8, 2012)
@@ -49,14 +49,14 @@ Bugfix release addressing docs, CSS, and some JavaScript issues. Key changes inc
49
49
- No longer inherits `font-size: 0;` when placed in button groups.
50
50
- Arrows refactored to work in IE8, and use less code.
51
51
- Plugin no longer inserts popover content into a `<p>`, but rather directly into `.popover-content`.
52
-
-**Labels and badges:** Now [automatically collapse](https://github.com/twitter/bootstrap/commit/ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256) if they have no content.
52
+
-**Labels and badges:** Now [automatically collapse](https://github.com/twbs/bootstrap/commit/ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256) if they have no content.
53
53
-**Tables:** Nesting support with `.table-bordered` and `.table-striped` greatly improved.
54
54
-**Typeahead:**
55
-
- Now [inserts dropdown menu after the input](https://github.com/twitter/bootstrap/commit/1747caf19d59cad7fdc90ae56a00e0e2849f95f4) instead of at the close of the document.
55
+
- Now [inserts dropdown menu after the input](https://github.com/twbs/bootstrap/commit/1747caf19d59cad7fdc90ae56a00e0e2849f95f4) instead of at the close of the document.
56
56
- Hitting escape will place focus back on the `<input>`.
57
57
- Print styles, from HTML5 Boilerplate, have been added.
58
58
59
-
See more on the [2.2.2 milestone](https://github.com/twitter/bootstrap/issues?milestone=17&state=closed).
59
+
See more on the [2.2.2 milestone](https://github.com/twbs/bootstrap/issues?milestone=17&state=closed).
60
60
61
61
62
62
## 2.2.1 (October 30, 2012)
@@ -68,7 +68,7 @@ Hotfix release to address the carousel bug reports.
68
68
69
69
### tl;dr
70
70
71
-
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/twitter/bootstrap/issues?milestone=15&page=1&state=closed).
71
+
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).
72
72
73
73
### Highlights
74
74
@@ -86,13 +86,13 @@ Hotfix release to address the carousel bug reports.
86
86
- Miscellaneous variable improvements across the board.
87
87
- Miscellaneous documentation typos fixed.
88
88
89
-
For the full list of issues included in this release, visit the [2.2.0 milestone on GitHub](https://github.com/twitter/bootstrap/issues?milestone=15&page=1&state=closed)
89
+
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)
90
90
91
91
92
92
93
93
## 2.1.1 (September 4, 2012)
94
94
95
-
* New feature: alert text. We documented these new classes, like `.text-success`, at the bottom of the [Typography section](http://twitter.github.com/bootstrap/base-css.html#typography) along with the long undocumented `.muted`.
95
+
* New feature: alert text. We documented these new classes, like `.text-success`, at the bottom of the [Typography section](http://twbs.github.com/bootstrap/base-css.html#typography) along with the long undocumented `.muted`.
96
96
* Fixed a lot of typos in the docs. Spelling is hard.
97
97
* Made the `.box-shadow()` mixin more durable. It no longer requires escaping for multiple shadows, meaning you can easily use variables and functions in them once again.
98
98
* Widened `.dl-horizontal dt` and `.horizontal-form .control-group` to better handle the increased font-size.
@@ -103,7 +103,7 @@ For the full list of issues included in this release, visit the [2.2.0 milestone
103
103
* Fixed the vertical three color gradient in latest Firefox.
104
104
* Reordered some variables that caused errors in certain Less compilers.
105
105
106
-
View all closed issues on the [2.1.1 milestone](https://github.com/twitter/bootstrap/issues?milestone=14&state=closed).
106
+
View all closed issues on the [2.1.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=14&state=closed).
107
107
108
108
109
109
## 2.1.0 (August 20, 2012)
@@ -123,7 +123,7 @@ View all closed issues on the [2.1.1 milestone](https://github.com/twitter/boots
123
123
* Fluid grid system variables are no longer fixed percentages
124
124
* Removed LESS docs page
125
125
126
-
For full set of changes, see the completed milestone: https://github.com/twitter/bootstrap/issues?milestone=7&page=1&state=closed
126
+
For full set of changes, see the completed milestone: https://github.com/twbs/bootstrap/issues?milestone=7&page=1&state=closed
127
127
128
128
## 2.0.4 (June 1, 2012)
129
129
@@ -280,7 +280,7 @@ Overview of docs changes, bugfixes, and new features.
280
280
- Added `.disabled` class support to the pager component (also added a mention of this to the docs)
281
281
- Added `.well-large` and `.well-small` classes for extending the well component
282
282
283
-
For a full issue-by-issue rundown of the release, check out the now closed [2.0.2 milestone on GitHub](https://github.com/twitter/bootstrap/issues?sort=created&direction=desc&state=closed&page=1&milestone=9)
283
+
For a full issue-by-issue rundown of the release, check out the now closed [2.0.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?sort=created&direction=desc&state=closed&page=1&milestone=9)
284
284
285
285
## v2.0.1 (February 17, 2012)
286
286
@@ -296,10 +296,10 @@ Overview of changes:
296
296
- Rearranged Scaffolding docs page to split fixed and fluid grid systems.
297
297
- Tons of docs updates for typos and language changes.
298
298
299
-
For full list of changes, see the now closed [v2.0.1 milestone](https://github.com/twitter/bootstrap/issues?milestone=8&state=closed).
299
+
For full list of changes, see the now closed [v2.0.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=8&state=closed).
300
300
301
301
## v2.0.0 (January 28, 2012)
302
-
Complete rewrite of the library. For full details, head to the upgrading doc at http://twitter.github.com/bootstrap/upgrading.html.
302
+
Complete rewrite of the library. For full details, head to the upgrading doc at http://twbs.github.com/bootstrap/upgrading.html.
303
303
304
304
## v1.4.0
305
305
### Key bug fixes and changes
@@ -308,7 +308,7 @@ Complete rewrite of the library. For full details, head to the upgrading doc at
308
308
- New javascript plugin for button states
309
309
- Switched to strict mode for Javascript plugins
310
310
- Added more data attribute controls to our plugins
311
-
- Full list of 25+ issues fixed: https://github.com/twitter/bootstrap/issues?milestone=6&state=closed
311
+
- Full list of 25+ issues fixed: https://github.com/twbs/bootstrap/issues?milestone=6&state=closed
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,4 +72,4 @@ As of v2.0.0, Bootstrap's documentation is powered by Mustache templates and bui
72
72
73
73
## License
74
74
75
-
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twitter/bootstrap/blob/master/LICENSE
75
+
By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twbs/bootstrap/blob/master/LICENSE
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat).
4
4
@@ -10,8 +10,8 @@ To get started, checkout [http://getbootstrap.com](http://getbootstrap.com)!
10
10
11
11
Three quick start options are available:
12
12
13
-
*[Download the latest release](https://github.com/twitter/bootstrap/zipball/master).
14
-
* Clone the repo: `git clone git://github.com/twitter/bootstrap.git`.
13
+
*[Download the latest release](https://github.com/twbs/bootstrap/zipball/master).
14
+
* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`.
15
15
* Install with Twitter's [Bower](http://bower.io): `bower install bootstrap`.
16
16
17
17
@@ -36,7 +36,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver.
36
36
37
37
## Bug tracker
38
38
39
-
Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).
39
+
Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).
0 commit comments