]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Sun, 9 Oct 2016 19:42:36 +0000 (12:42 -0700)]
Update the grid table heading to clarify max width over width
Fixes #20688
Mark Otto [Sun, 9 Oct 2016 19:40:03 +0000 (12:40 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 9 Oct 2016 19:39:56 +0000 (12:39 -0700)]
grunt
Seth Broweleit [Fri, 7 Oct 2016 06:59:19 +0000 (00:59 -0600)]
Mark icon-fonts.md docs as not-yet-written (#20850)
[ci skip]
Rafael CorrĂȘa Gomes [Fri, 7 Oct 2016 06:54:19 +0000 (03:54 -0300)]
README: Tweak linkage & capitalization (#20853)
[ci skip]
Bardi Harborow [Thu, 6 Oct 2016 03:12:24 +0000 (14:12 +1100)]
Fix Hound warnings for minified files. (#20446)
Chris Rebert [Tue, 4 Oct 2016 04:36:46 +0000 (21:36 -0700)]
Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)
See https://bugs.webkit.org/show_bug.cgi?id=158342
Fixes #17695
Bardi Harborow [Mon, 3 Oct 2016 16:55:59 +0000 (02:55 +1000)]
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Patrick H. Lauke [Mon, 3 Oct 2016 09:13:58 +0000 (10:13 +0100)]
Follow-up fix to #20821
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
Patrick H. Lauke [Mon, 3 Oct 2016 09:00:09 +0000 (10:00 +0100)]
Merge pull request #20821 from patrickhlauke/v4-h5bp-print
Update print styles borrowed from h5bp
David Beitey [Mon, 3 Oct 2016 06:21:15 +0000 (16:21 +1000)]
Show clearfix for examples for xs/sm devices (#19287)
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
Patrick van Hesteren [Mon, 3 Oct 2016 06:05:59 +0000 (08:05 +0200)]
Updated documentation of the focus option from the modal component. (#19409)
Matt Viteri [Mon, 3 Oct 2016 04:23:04 +0000 (23:23 -0500)]
Fixes #20566 (#20768)
Mark Otto [Mon, 3 Oct 2016 04:10:06 +0000 (21:10 -0700)]
Flexbox grid updates (#20829)
* Fixes #20775 without adding extra width and an important flag
* Since we're now getting the extend, we don't need the extra position relative
* rerrange
* getting min-height from the extend already
Mark Otto [Mon, 3 Oct 2016 03:39:19 +0000 (20:39 -0700)]
grunt
Mark Otto [Mon, 3 Oct 2016 03:36:49 +0000 (20:36 -0700)]
update comment
Mark Otto [Mon, 3 Oct 2016 03:36:31 +0000 (20:36 -0700)]
remove the margin there since it's in normalize
Mark Otto [Mon, 3 Oct 2016 03:32:42 +0000 (20:32 -0700)]
Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into bardiharborow-patch-1
Mark Otto [Mon, 3 Oct 2016 02:40:39 +0000 (19:40 -0700)]
grunt
Mark Otto [Mon, 3 Oct 2016 02:28:52 +0000 (19:28 -0700)]
Comment that out for now since it's causing errors
Mark Otto [Mon, 3 Oct 2016 02:23:10 +0000 (19:23 -0700)]
fix typos
Mark Otto [Mon, 3 Oct 2016 02:10:25 +0000 (19:10 -0700)]
Merge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
Mark Otto [Mon, 3 Oct 2016 01:42:39 +0000 (18:42 -0700)]
Ports changes from #20258 to v4 (#20828)
Mark Otto [Mon, 3 Oct 2016 01:28:37 +0000 (18:28 -0700)]
Only override input border-radius as part of .form-control to avoid bug with iOS Safari (alt fix for #20247) (#20695)
Mark Otto [Mon, 3 Oct 2016 01:27:53 +0000 (18:27 -0700)]
Document that all table styles are inherited (#20699)
Mark Otto [Mon, 3 Oct 2016 01:27:03 +0000 (18:27 -0700)]
Fixes #20118: Add and use Sass variables to control the color of our embedded SVGs for custom form elements (#20700)
Mark Otto [Mon, 3 Oct 2016 01:25:51 +0000 (18:25 -0700)]
v4: Dropdown units (#20701)
* Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned
* lintiong
Mark Otto [Mon, 3 Oct 2016 01:22:53 +0000 (18:22 -0700)]
Remove the margin-bottom from <label>s in .btn-groups (#20827)
- Fixes #20298 for vertical button group spacing
- Fixes #20784 for horizontal (default) button group spacing
- Alternate fix to #20823 which only applied a fix for vertical button groups
Mark Otto [Mon, 3 Oct 2016 01:19:47 +0000 (18:19 -0700)]
v4: Social meta tags (#20825)
* descriptions for getting started pages
* descriptions for layout
* add content page descriptions
* more descriptions, updates to some existing ones
* correct site url
* add social stuff to config for twitter cards
* add twitter meta tags; use large image for homepage and regular card for all others
* add the assets
* more site config
* more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
Mark Otto [Mon, 3 Oct 2016 01:15:55 +0000 (18:15 -0700)]
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
Patrick H. Lauke [Sun, 2 Oct 2016 15:17:59 +0000 (16:17 +0100)]
Update print styles borrowed from h5bp
most notable change:
- fixes print/print preview crash in IE11 (caused by `*:first-line`
selector)
Bardi Harborow [Tue, 2 Aug 2016 05:17:24 +0000 (15:17 +1000)]
Upgrade to normalize.css v4.2.0 and fix Hound exclusion.
Patrick H. Lauke [Thu, 22 Sep 2016 09:54:49 +0000 (10:54 +0100)]
Merge pull request #20764 from patrickhlauke/v4-dev
Add Edge#
9011176 bug (visual artifacts in scrollable dialogs)
Patrick H. Lauke [Thu, 22 Sep 2016 09:48:05 +0000 (10:48 +0100)]
Add Edge#
9011176 bug (visual artifacts in scrollable dialogs)
VarelloThemes [Thu, 15 Sep 2016 16:39:31 +0000 (17:39 +0100)]
replace some profanities (#20715)
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)]
Add breakpoint-specific gutters.
Nick [Tue, 13 Sep 2016 05:31:05 +0000 (07:31 +0200)]
Grid mixins docs should match source code (#20705)
Chris Rebert [Mon, 12 Sep 2016 23:19:29 +0000 (16:19 -0700)]
Remove fixed Edge <input type="file"> bug from the Wall
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
8282613 / has been marked as Fixed.
Refs #20335.
[skip sauce]
Mark Otto [Mon, 12 Sep 2016 06:52:47 +0000 (23:52 -0700)]
grunt
Mark Otto [Mon, 12 Sep 2016 06:51:11 +0000 (23:51 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 06:50:50 +0000 (23:50 -0700)]
grunt
mkroeders [Mon, 12 Sep 2016 06:32:51 +0000 (08:32 +0200)]
Have same margin for <hN> as a <div> on .card-headers (#19048)
* Have same margin for <hN> as a <div> on .card-headers
Related #18726
When you use a `<hN>` as `.card-header` there is `margin-bottom: .5rem` added. The changes set the margin-bottom to 0
* Removed space
Edd Yerburgh [Mon, 12 Sep 2016 06:03:12 +0000 (07:03 +0100)]
added text-gray-dark class (#19847)
Chris Garcia [Mon, 12 Sep 2016 05:50:14 +0000 (00:50 -0500)]
Removing a redundant background-color declaration. (#20698)
Mark Otto [Mon, 12 Sep 2016 05:34:25 +0000 (22:34 -0700)]
woof, first grunt after building all the dist lol
NicoLB [Mon, 12 Sep 2016 05:32:33 +0000 (15:32 +1000)]
.form-control:focus customization (#20436)
* Allow variables input-bg-focus and input-color-focus to be overridden.
* More consistency and control to customize shadows on .form-control:focus
Mark Otto [Mon, 12 Sep 2016 05:31:26 +0000 (22:31 -0700)]
Fixes #19466: Document the flexbox order utils (#20697)
Mark Otto [Mon, 12 Sep 2016 05:30:37 +0000 (22:30 -0700)]
v4: Update tooltip placement docs (#20696)
* Fixes #19796: Remove mention of tooltip auto placement
* add note to migration docs
Mark Otto [Mon, 12 Sep 2016 05:29:45 +0000 (22:29 -0700)]
Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the dist-css task (#20682)
Mark Otto [Mon, 12 Sep 2016 05:27:43 +0000 (22:27 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 05:27:12 +0000 (22:27 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Chris Rebert [Mon, 12 Sep 2016 05:27:11 +0000 (22:27 -0700)]
Add Selectors Level 4 :nth-child() to Most Wanted features for Edge
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/
15944476
Refs #20143
[skip sauce]
Mark Otto [Mon, 12 Sep 2016 05:25:42 +0000 (22:25 -0700)]
Swap for custom svg background that we can embed to set the color of the stroke via Sass variable
Chris Rebert [Mon, 12 Sep 2016 05:21:12 +0000 (22:21 -0700)]
Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)
[skip sauce]
Mark Otto [Mon, 12 Sep 2016 04:57:38 +0000 (21:57 -0700)]
Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
Mark Otto [Mon, 12 Sep 2016 04:57:27 +0000 (21:57 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 03:51:07 +0000 (20:51 -0700)]
grunt
Anatoly Kamchatnov [Mon, 12 Sep 2016 02:53:36 +0000 (06:53 +0400)]
Fix CSS and JS hashes for 4.0.0-alpha.4 (#20692) (#20694)
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)]
Docs: Breaks out Utilities into separate section and optimizes its pages (#20678)
Mark Otto [Fri, 9 Sep 2016 04:26:19 +0000 (21:26 -0700)]
v4: Custom checkbox and radio alignment (#20671)
* Allow text of custom form labels to wrap like the default ones
* Switch from using after to force line breaks to float/clear combo in stacked custom forms
Adam Macias [Thu, 8 Sep 2016 16:19:11 +0000 (13:19 -0300)]
Add Brazilian Portuguese in translations (#20673)
Mark Otto [Thu, 8 Sep 2016 04:25:14 +0000 (21:25 -0700)]
Follow up fix for #20667 (#20672)
Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name
Mark Otto [Thu, 8 Sep 2016 04:21:30 +0000 (21:21 -0700)]
fix spacing a bit
Mark Otto [Thu, 8 Sep 2016 04:08:02 +0000 (21:08 -0700)]
Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into kkirsche-patch-21
Mark Otto [Thu, 8 Sep 2016 04:07:52 +0000 (21:07 -0700)]
grunt
Igor Tarasov [Thu, 8 Sep 2016 03:44:28 +0000 (07:44 +0400)]
Fix docs for heading sizes (#20646)
* Fix docs for heading sizes (sizes here were from v3)
* Added rem sizes to header size docs
* Fixed erroneous px sizes
Mark Otto [Thu, 8 Sep 2016 03:40:12 +0000 (20:40 -0700)]
v4: Card image fixes (#20667)
* Add .img-fluid to card images in columns to ensure proper resizing
* change that variable from regular value to variable
* use calc to figure out a tighter border for card images
Mark Otto [Thu, 8 Sep 2016 03:39:33 +0000 (20:39 -0700)]
fixes #20655: Update font stack list in the Reboot docs to match current CSS usage (#20666)
Mark Otto [Thu, 8 Sep 2016 03:38:11 +0000 (20:38 -0700)]
Fix #20654 by reverting #20447 (#20665)
Cards must be inline-block in columns, otherwise they can get split across columns
Juno_okyo [Wed, 7 Sep 2016 04:23:54 +0000 (11:23 +0700)]
Update Bower url (HTTP to HTTPS) (#20658)
[ci skip]
Chris Rebert [Tue, 6 Sep 2016 05:55:26 +0000 (22:55 -0700)]
Add Edge entry for #20507 to Wall of Browser Bugs
Closes #20507
[skip sauce]
Chris Rebert [Mon, 5 Sep 2016 22:55:22 +0000 (15:55 -0700)]
Move Sauce credentials out of .travis.yml
For the sake of cleanliness.
Mark Otto [Mon, 5 Sep 2016 19:47:14 +0000 (12:47 -0700)]
new hashes
Mark Otto [Mon, 5 Sep 2016 19:42:12 +0000 (12:42 -0700)]
grunt
Mark Otto [Mon, 5 Sep 2016 19:41:44 +0000 (12:41 -0700)]
versions
Mark Otto [Mon, 5 Sep 2016 19:37:47 +0000 (12:37 -0700)]
grunt
Mark Otto [Mon, 5 Sep 2016 18:39:37 +0000 (11:39 -0700)]
Fixes #20608 and #20578: Consistent checkbox and radio markup (#20629)
- Update docs examples to use newer .form-check suite of classes
- Update form validation mixin to use newer classes as well
Mark Otto [Mon, 5 Sep 2016 00:58:20 +0000 (17:58 -0700)]
Disable important flag on Sass linter (#20627)
Mark Otto [Mon, 5 Sep 2016 00:55:34 +0000 (17:55 -0700)]
Fixes #20619: Add important to the hover/focus as well (#20626)
Mark Otto [Mon, 5 Sep 2016 00:52:47 +0000 (17:52 -0700)]
grunt
Starsam80 [Mon, 5 Sep 2016 00:50:39 +0000 (18:50 -0600)]
Fix segmented buttons in input group docs (#20489)
Fixes #20484
Jonathan [Mon, 5 Sep 2016 00:49:50 +0000 (02:49 +0200)]
Renamed contextual classes for tables (#20505)
To be prefixed with `.table-`.
Bass Jobsen [Mon, 5 Sep 2016 00:47:18 +0000 (02:47 +0200)]
Make .card class inside .card-columns display: block too (#20447)
See: https://github.com/twbs/bootstrap/pull/18255#issuecomment-
237034763
Mark Otto [Mon, 5 Sep 2016 00:44:53 +0000 (17:44 -0700)]
grunt
Franco Moya [Mon, 5 Sep 2016 00:43:38 +0000 (21:43 -0300)]
Remove unused $variables in grid mixins (#20597)
Mark Otto [Mon, 5 Sep 2016 00:41:38 +0000 (17:41 -0700)]
fixes #20485: use rem units in alert dismiss (#20625)
Mark Otto [Mon, 29 Aug 2016 05:43:15 +0000 (22:43 -0700)]
Merge pull request #20562 from bardiharborow/readmebadges
Fix README badge alignment.
Bardi Harborow [Tue, 23 Aug 2016 00:53:05 +0000 (10:53 +1000)]
Fix README badge alignment.
Mark Otto [Mon, 22 Aug 2016 06:14:48 +0000 (23:14 -0700)]
Merge pull request #20475 from califrench/patch-1
Updated docs with extra auto resize example
Mark Otto [Mon, 22 Aug 2016 05:43:14 +0000 (22:43 -0700)]
Merge pull request #20519 from vanillajonathan/patch-2
Added information about the .panel-group class
Mark Otto [Mon, 22 Aug 2016 05:38:08 +0000 (22:38 -0700)]
Update ads code and styles (also fixes #20477 in different way)
Mark Otto [Mon, 22 Aug 2016 02:56:18 +0000 (19:56 -0700)]
Fixes #20504: Mention .divider to .dropdown-divider name change
Mark Otto [Mon, 22 Aug 2016 02:33:54 +0000 (19:33 -0700)]
minor docs edit to fix #20538
Mark Otto [Mon, 22 Aug 2016 02:08:46 +0000 (19:08 -0700)]
Merge pull request #20553 from twbs/split-dropup
v4: Split dropup button example
Mark Otto [Mon, 22 Aug 2016 02:07:15 +0000 (19:07 -0700)]
fixes #19930: update split dropup variation to include modifier
Mark Otto [Mon, 22 Aug 2016 00:52:16 +0000 (17:52 -0700)]
Merge pull request #20552 from twbs/followup-package-json-fix
Update package.json to remove jspm ignore
Mark Otto [Mon, 22 Aug 2016 00:50:34 +0000 (17:50 -0700)]
Follow up to #20394: remove ignore for file that no longer exists
Mark Otto [Mon, 22 Aug 2016 00:49:46 +0000 (17:49 -0700)]
Merge pull request #20394 from TrigenSoftware/v4-dev
Fix package.json
Mark Otto [Mon, 22 Aug 2016 00:29:10 +0000 (17:29 -0700)]
Merge pull request #20551 from twbs/progress-toc
Fixes #20495
Mark Otto [Mon, 22 Aug 2016 00:18:38 +0000 (17:18 -0700)]
Fixes #20495: Update heading hierarchy to avoid nested ToC that leads to hiding of entire ToC