]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Wed, 19 Oct 2016 02:31:47 +0000 (19:31 -0700)]
fix markup validation
Mark Otto [Wed, 19 Oct 2016 02:15:58 +0000 (19:15 -0700)]
Add vertical-align utilities
- Adds six new utils for vertical-align property
- Documents the additional classes in the utils docs
Mark Otto [Mon, 17 Oct 2016 02:44:11 +0000 (19:44 -0700)]
grunt
Mark Otto [Mon, 17 Oct 2016 02:42:02 +0000 (19:42 -0700)]
Merge pull request #20918 from twbs/revert-20867-dedupe-sm-vars
Revert "Drop the $small-font-size variable for the newer $font-size-sm one"
Mark Otto [Mon, 17 Oct 2016 02:09:37 +0000 (19:09 -0700)]
Merge pull request #20915 from bardiharborow/sauce
Change SauceLabs iPhone test to use Appium.
Mark Otto [Mon, 17 Oct 2016 01:49:55 +0000 (18:49 -0700)]
Revert "Drop the $small-font-size variable for the newer $font-size-sm one"
Bardi Harborow [Sun, 16 Oct 2016 15:26:16 +0000 (02:26 +1100)]
Change SauceLabs iPhone test to use Appium.
Mark Otto [Sat, 15 Oct 2016 20:39:41 +0000 (13:39 -0700)]
Merge pull request #20890 from bardiharborow/scrollspy-docs
Update scrollspy navbar example.
Mark Otto [Sat, 15 Oct 2016 20:38:53 +0000 (13:38 -0700)]
Merge pull request #20898 from roooodcastro/issue-20897
Fixed #20897 by changing btn-default to btn-secondary in docs for V4
Rodrigo Castro [Thu, 13 Oct 2016 18:35:20 +0000 (15:35 -0300)]
Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal documentation page
Bardi Harborow [Thu, 13 Oct 2016 00:08:15 +0000 (11:08 +1100)]
Update scrollspy navbar example.
Mark Otto [Wed, 12 Oct 2016 03:56:15 +0000 (20:56 -0700)]
Merge pull request #20882 from vsn4ik/v4-dev-fix-utilites-classes
v4: Fix outdated utilites classes
vsn4ik [Tue, 11 Oct 2016 22:46:10 +0000 (01:46 +0300)]
v4: Fix outdated utilites classes
Mark Otto [Tue, 11 Oct 2016 17:30:14 +0000 (10:30 -0700)]
Merge pull request #18400 from Johann-S/collapseCard
Convert Collapse accordion from Panels to Cards
Johann-S [Tue, 1 Dec 2015 22:17:35 +0000 (23:17 +0100)]
Collapse using card component
Mark Otto [Mon, 10 Oct 2016 21:20:54 +0000 (14:20 -0700)]
Merge pull request #20878 from twbs/downloads-copy
Updated Download docs
Mark Otto [Mon, 10 Oct 2016 21:18:42 +0000 (14:18 -0700)]
change custom builds callout to compiled builds callout
Mark Otto [Mon, 10 Oct 2016 21:18:28 +0000 (14:18 -0700)]
remove commented out custom builds
Mark Otto [Mon, 10 Oct 2016 21:18:16 +0000 (14:18 -0700)]
rework download options to mention source, compiled, and cdn
Mark Otto [Mon, 10 Oct 2016 20:03:28 +0000 (13:03 -0700)]
Merge pull request #17614 from Johann-S/patchTooltip
[Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface
Mark Otto [Mon, 10 Oct 2016 04:04:41 +0000 (21:04 -0700)]
Merge pull request #20816 from bardiharborow/docs-clipboard
Strip $ from copied shell commands.
Mark Otto [Mon, 10 Oct 2016 03:39:50 +0000 (20:39 -0700)]
grunt
Mark Otto [Mon, 10 Oct 2016 03:32:40 +0000 (20:32 -0700)]
Merge pull request #17568 from Johann-S/fixCollapseHeight
[Fix #17555][V4] fix resetting style on closing collapse
Bardi Harborow [Thu, 6 Oct 2016 01:02:52 +0000 (12:02 +1100)]
Render bash and powershell prompts with ::before.
Mark Otto [Mon, 10 Oct 2016 03:26:49 +0000 (20:26 -0700)]
grunt
Mark Otto [Mon, 10 Oct 2016 03:26:12 +0000 (20:26 -0700)]
one more syntax error
Mark Otto [Mon, 10 Oct 2016 03:24:15 +0000 (20:24 -0700)]
Merge pull request #20876 from bardiharborow/fix-travis
Fix Travis errors due to npm/npm#14042.
Mark Otto [Mon, 10 Oct 2016 03:23:49 +0000 (20:23 -0700)]
fix syntax
Bardi Harborow [Mon, 10 Oct 2016 01:41:09 +0000 (12:41 +1100)]
Fix Travis errors due to npm/npm#14042.
Mark Otto [Mon, 10 Oct 2016 03:03:43 +0000 (20:03 -0700)]
remove arrows from popovers docs
Mark Otto [Mon, 10 Oct 2016 03:02:24 +0000 (20:02 -0700)]
remove arrow from static html demos
Mark Otto [Mon, 10 Oct 2016 02:56:30 +0000 (19:56 -0700)]
Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into brnrdog-tooltip-arrow
Mark Otto [Mon, 10 Oct 2016 02:55:58 +0000 (19:55 -0700)]
grunt
Mark Otto [Mon, 10 Oct 2016 02:50:42 +0000 (19:50 -0700)]
Merge pull request #20875 from twbs/custom-select-height
Set height on custom select
Mark Otto [Mon, 10 Oct 2016 02:49:52 +0000 (19:49 -0700)]
Set height on custom select
Matches the changes from #20874 to the regular select element. This is really only necessary for IE and Edge near as I can tell. Fixes #20810.
Mark Otto [Mon, 10 Oct 2016 01:08:29 +0000 (18:08 -0700)]
Merge pull request #20874 from twbs/select-height
Match the height of select.form-control with input.form-control
Mark Otto [Mon, 10 Oct 2016 01:04:30 +0000 (18:04 -0700)]
Match the height of select.form-control with input.form-control
Uses a local variable and some calc love to counteract the border-width (times 2) from the height of the select. Fixes #17194 and nullifies #19967.
Mark Otto [Mon, 10 Oct 2016 00:46:45 +0000 (17:46 -0700)]
document it a bit
Mark Otto [Mon, 10 Oct 2016 00:35:44 +0000 (17:35 -0700)]
Merge branch 'patch-10' of https://github.com/zalog/bootstrap into zalog-patch-10
Mark Otto [Mon, 10 Oct 2016 00:26:51 +0000 (17:26 -0700)]
grunt
Mark Otto [Mon, 10 Oct 2016 00:08:39 +0000 (17:08 -0700)]
Merge pull request #20555 from bardiharborow/updatedeps
Update dependencies, including Babel to v6 and zeroUnits fix.
Mark Otto [Sun, 9 Oct 2016 23:58:01 +0000 (16:58 -0700)]
Merge pull request #20873 from twbs/flush-list-group
Reset the left and right border on list items for flush list groups
Mark Otto [Sun, 9 Oct 2016 23:57:32 +0000 (16:57 -0700)]
Reset the left and right border on list items for flush list groups
Avoid the resetting of the already set values in #20397. Fixes #20395.
Mark Otto [Sun, 9 Oct 2016 23:52:02 +0000 (16:52 -0700)]
Merge pull request #20858 from vsn4ik/patch-1
Update devDependencies badge link.
Mark Otto [Sun, 9 Oct 2016 23:50:49 +0000 (16:50 -0700)]
Merge pull request #20872 from twbs/validation-fixes
Form validation fixes
Mark Otto [Sun, 9 Oct 2016 23:46:47 +0000 (16:46 -0700)]
linting
Mark Otto [Sun, 9 Oct 2016 23:44:04 +0000 (16:44 -0700)]
fix focus shadows, if enabled
Mark Otto [Sun, 9 Oct 2016 23:40:56 +0000 (16:40 -0700)]
Use correct class for validation coloring on label elements
Mark Otto [Sun, 9 Oct 2016 23:39:02 +0000 (16:39 -0700)]
The color is already covered in the first ruleset here
Mark Otto [Sun, 9 Oct 2016 23:38:28 +0000 (16:38 -0700)]
Interpolate the variable so it passes the color properly
Mark Otto [Sun, 9 Oct 2016 23:35:57 +0000 (16:35 -0700)]
Merge pull request #20871 from twbs/document-bg-faded
Document the .bg-faded class
Mark Otto [Sun, 9 Oct 2016 23:35:16 +0000 (16:35 -0700)]
Document the .bg-faded class
Fixes #20550.
Mark Otto [Sun, 9 Oct 2016 23:32:45 +0000 (16:32 -0700)]
Merge pull request #20870 from twbs/collapse-example-fix
Don't use collapse classes on elements with padding
Mark Otto [Sun, 9 Oct 2016 23:32:19 +0000 (16:32 -0700)]
Don't use collapse classes on elements with padding
Fixes #20600.
Mark Otto [Sun, 9 Oct 2016 23:25:41 +0000 (16:25 -0700)]
Merge pull request #20869 from twbs/static-control
v4 Static form control sizing
Mark Otto [Sun, 9 Oct 2016 23:18:05 +0000 (16:18 -0700)]
remove un-needed comment
Mark Otto [Sun, 9 Oct 2016 23:17:48 +0000 (16:17 -0700)]
add transparent border to match .form-control height
Mark Otto [Sun, 9 Oct 2016 23:16:13 +0000 (16:16 -0700)]
Update static form control
- Remove margin-bottom override in favor of .mb-0 utility class
- Apply the input line-height styles to match
- Remove the min-height to match the input
Mark Otto [Sun, 9 Oct 2016 23:04:23 +0000 (16:04 -0700)]
Merge pull request #20868 from twbs/inline-form-input-group
Ensure input groups behavior appropriately in inline forms
Mark Otto [Sun, 9 Oct 2016 23:00:30 +0000 (16:00 -0700)]
Ensure input groups behavior appropriately in inline forms
Overrides the default width: 100% with an auto. Fixes #20752.
Mark Otto [Sun, 9 Oct 2016 22:35:52 +0000 (15:35 -0700)]
separate out the custom html example
Mark Otto [Sun, 9 Oct 2016 22:29:26 +0000 (15:29 -0700)]
Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev
Mark Otto [Sun, 9 Oct 2016 22:02:49 +0000 (15:02 -0700)]
grunt
Mark Otto [Sun, 9 Oct 2016 22:00:11 +0000 (15:00 -0700)]
Merge pull request #20867 from twbs/dedupe-sm-vars
Drop the $small-font-size variable for the newer $font-size-sm one
Mark Otto [Sun, 9 Oct 2016 21:57:31 +0000 (14:57 -0700)]
Merge pull request #20864 from twbs/fix-20688
Update the grid table heading to clarify max width over width
Mark Otto [Sun, 9 Oct 2016 21:54:57 +0000 (14:54 -0700)]
Merge pull request #20684 from twbs/v4-utils
v4: The Utilities Update
Mark Otto [Sun, 9 Oct 2016 21:52:14 +0000 (14:52 -0700)]
Merge pull request #20865 from twbs/v4-container-widths
v4: Grid adjustments
Mark Otto [Sun, 9 Oct 2016 21:36:43 +0000 (14:36 -0700)]
Merge branch 'v4-dev' into v4-utils
Mark Otto [Sun, 9 Oct 2016 21:14:39 +0000 (14:14 -0700)]
Remove display from the .img-fluid utility
Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well.
Fixes #20767
Mark Otto [Sun, 9 Oct 2016 20:51:59 +0000 (13:51 -0700)]
Update grid docs mention of gutter width value (no more rems for awhile now)
Mark Otto [Sun, 9 Oct 2016 20:51:05 +0000 (13:51 -0700)]
Update grid docs to use new values for grid breakpoints and containers
Mark Otto [Sun, 9 Oct 2016 20:49:11 +0000 (13:49 -0700)]
Change 940px breakpoint to 960px so that all widths are divisible by 12
Fixes #18510
Mark Otto [Sun, 9 Oct 2016 20:17:50 +0000 (13:17 -0700)]
Change sm grid breakpoint and container max-width
Makes it so that the container is no longer wider than the breakpoint used in the media query. This was never really an issue in rendering as the max-width handled it appropriately, but the mismatch was still incorrect.
Fixes #18054
Mark Otto [Sun, 9 Oct 2016 20:14:10 +0000 (13:14 -0700)]
Move from max-width to width for containers, plus a max-width 100%
- Fixes issues between float and flex grid systems where container wouldn't fill the available width in Chrome & FF (but would in Safari)
- Fixes #20681
- Fixes #17621 (basically same issue as above issue)
Mark Otto [Sun, 9 Oct 2016 19:45:58 +0000 (12:45 -0700)]
Drop the -font-size variable for the newer -size-sm one
Originally -font-size was added in v3 to set the font-size of the <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things.
Fixes #20859
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
Bardi Harborow [Thu, 6 Oct 2016 13:21:05 +0000 (00:21 +1100)]
Update dependencies, including Babel to v6 and zeroUnits fix.
Vasily Artemchuk [Fri, 7 Oct 2016 11:40:28 +0000 (14:40 +0300)]
Update devDependencies badge link.
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)