]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Valentine Abanosimov [Sun, 30 Oct 2016 18:57:04 +0000 (21:57 +0300)]
Fixes #20975: removed trailing whitespace
Valentine Abanosimov [Sun, 30 Oct 2016 18:51:16 +0000 (21:51 +0300)]
Fixes #20975: removed trailing whitespace
Valentine Abanosimov [Sun, 30 Oct 2016 18:37:47 +0000 (21:37 +0300)]
Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered link color
Mark Otto [Sat, 29 Oct 2016 02:28:41 +0000 (19:28 -0700)]
grunt
Mark Otto [Sat, 29 Oct 2016 02:19:33 +0000 (19:19 -0700)]
Merge pull request #21041 from twbs/horizontal-form-validation-example
Horizontal form validation example
Mark Otto [Fri, 28 Oct 2016 23:38:30 +0000 (16:38 -0700)]
add horizontal form examples
Mark Otto [Fri, 28 Oct 2016 23:36:09 +0000 (16:36 -0700)]
rework some copy
Mark Otto [Fri, 28 Oct 2016 23:35:47 +0000 (16:35 -0700)]
include .col-form-label in the form validation field mixin
Mark Otto [Fri, 28 Oct 2016 20:46:14 +0000 (13:46 -0700)]
Merge pull request #17536 from Johann-S/testPadding
[Fix #17400] Add tests about padding restoration
Mark Otto [Fri, 28 Oct 2016 05:29:10 +0000 (22:29 -0700)]
grunt
Mark Otto [Fri, 28 Oct 2016 05:28:24 +0000 (22:28 -0700)]
Merge branch 'issue19217' of https://github.com/alberto/bootstrap into alberto-issue19217
Mark Otto [Fri, 28 Oct 2016 05:21:06 +0000 (22:21 -0700)]
Merge pull request #19887 from ryanburnett/v4-dev
Alphabetized carousel options & added "ride" to it
Mark Otto [Fri, 28 Oct 2016 05:20:26 +0000 (22:20 -0700)]
Merge pull request #19915 from zalog/patch-9
Zero out the default margin-bottom on label.custom-file
Mark Otto [Fri, 28 Oct 2016 05:17:48 +0000 (22:17 -0700)]
Merge pull request #20101 from heath3/patch-1
Re-use 'between' mixin for 'only' mixin
Mark Otto [Fri, 28 Oct 2016 05:11:22 +0000 (22:11 -0700)]
grunt
Mark Otto [Fri, 28 Oct 2016 05:11:19 +0000 (22:11 -0700)]
follow up to #20441: move file to correct place
Mark Otto [Fri, 28 Oct 2016 05:09:10 +0000 (22:09 -0700)]
Merge pull request #20225 from morishitter/v4-dev
Add some properties to the list of property order in .scss-lint.yml
Mark Otto [Fri, 28 Oct 2016 05:06:47 +0000 (22:06 -0700)]
Merge pull request #20441 from cortopy/visibility-mixin
Visibility mixin
Mark Otto [Fri, 28 Oct 2016 04:58:14 +0000 (21:58 -0700)]
Merge pull request #18851 from ju1ius/patch-1
Don't clearfix if flexbox is enabled. Fixes #18849
Mark Otto [Fri, 28 Oct 2016 04:23:48 +0000 (21:23 -0700)]
Merge pull request #21032 from twbs/flexbox-input-group
Proper input group sizing and alignment in flexbox mode
Mark Otto [Fri, 28 Oct 2016 04:23:04 +0000 (21:23 -0700)]
Merge pull request #21033 from twbs/label-less-custom-controls
Add a min-height: 1.5rem; to custom controls
Mark Otto [Fri, 28 Oct 2016 04:22:24 +0000 (21:22 -0700)]
Merge pull request #21034 from twbs/better-custom-control-alignment
Calculcate the top offset for custom control indicators
Mark Otto [Fri, 28 Oct 2016 03:04:33 +0000 (20:04 -0700)]
grunt
Mark Otto [Fri, 28 Oct 2016 03:04:04 +0000 (20:04 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Fri, 28 Oct 2016 03:03:56 +0000 (20:03 -0700)]
grunt
Mark Otto [Fri, 28 Oct 2016 03:02:59 +0000 (20:02 -0700)]
Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into tomhorvat-patch-1
Mark Otto [Fri, 28 Oct 2016 02:58:48 +0000 (19:58 -0700)]
Merge pull request #20734 from beausmith/button-outline-variant
Remove hard-coded value in button-outline-variant
Mark Otto [Fri, 28 Oct 2016 02:57:11 +0000 (19:57 -0700)]
Merge pull request #21035 from judetucker/badge_cleanup
cleaned up the docs to complete the change from .tag to .badge
Mark Otto [Fri, 28 Oct 2016 02:56:55 +0000 (19:56 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
judetucker [Thu, 27 Oct 2016 22:03:45 +0000 (15:03 -0700)]
cleaned up the docs to complete the change from tag to badge
Mark Otto [Thu, 27 Oct 2016 21:41:12 +0000 (14:41 -0700)]
Calculcate the top offset for custom control indicators
Fixes #21023.
Uses some math functions to determine what the offset should be. This is helpful for those who customize the size of their indicators and still want them vertically centered.
Mark Otto [Thu, 27 Oct 2016 21:32:56 +0000 (14:32 -0700)]
Add a min-height: 1.5rem; to custom controls
Fixes #20730.
This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization
Mark Otto [Thu, 27 Oct 2016 20:46:16 +0000 (13:46 -0700)]
property order
Mark Otto [Thu, 27 Oct 2016 20:40:55 +0000 (13:40 -0700)]
Ensure proper sizing of and alignment of content within input group addons and buttons
Fixes #20927.
Mark Otto [Thu, 27 Oct 2016 18:51:06 +0000 (11:51 -0700)]
Merge pull request #21028 from judetucker/card_docs_float
Docs correction to change .pull to .float on Card docs
Mark Otto [Thu, 27 Oct 2016 17:31:37 +0000 (10:31 -0700)]
Fixes #17631: Add mention of removed .btn-group-justified
It was only available for anchor elements and not button elements, so it was super weird to support. Might be bringing it back with flexbox though in v4 as an option.
Mark Otto [Thu, 27 Oct 2016 16:51:22 +0000 (09:51 -0700)]
grunt
Mark Otto [Thu, 27 Oct 2016 16:50:25 +0000 (09:50 -0700)]
rework flex grid autolayout docs
Adds clearer headings to each section, reworks some copy to be more direct.
Mark Otto [Thu, 27 Oct 2016 16:49:57 +0000 (09:49 -0700)]
unrelated change; bold that stuff to emphasize it
Mark Otto [Thu, 27 Oct 2016 16:41:33 +0000 (09:41 -0700)]
Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into alanmoo-auto-flex-col
Mark Otto [Thu, 27 Oct 2016 16:39:27 +0000 (09:39 -0700)]
Merge pull request #21027 from twbs/document-zindex
Document zindex
Mark Otto [Thu, 27 Oct 2016 16:31:38 +0000 (09:31 -0700)]
Change variable for modal backdrop zindex, rearrange to be ordered from lowest to highest
Mark Otto [Thu, 27 Oct 2016 16:26:23 +0000 (09:26 -0700)]
Document our z-index values
Fixes #18532
Mark Otto [Thu, 27 Oct 2016 16:19:07 +0000 (09:19 -0700)]
fixes #18565: mention carousel sizing in docs
Mark Otto [Thu, 27 Oct 2016 16:03:45 +0000 (09:03 -0700)]
Fixes #20498: Warn about flexbox bugs in our flex grid docs
Mark Otto [Thu, 27 Oct 2016 15:58:12 +0000 (08:58 -0700)]
fixes #21000: Remove margin from static form control example
Mark Otto [Thu, 27 Oct 2016 15:53:52 +0000 (08:53 -0700)]
Merge pull request #21024 from eigan/fixdoc-secondary-dropdown
Docfix: Change label from Default to Secondary, and reorder dropdowns
Einar Gangsø [Thu, 27 Oct 2016 08:12:14 +0000 (10:12 +0200)]
Docfix: Typo default -> secondary, and reorder
judetucker [Thu, 27 Oct 2016 05:05:46 +0000 (22:05 -0700)]
change the header nav description to include the new float
Mark Otto [Thu, 27 Oct 2016 04:20:25 +0000 (21:20 -0700)]
Merge pull request #20938 from JPeer264/feature/sass-doc
Docs: Sass Variables Table of Contents
Mark Otto [Thu, 27 Oct 2016 04:16:06 +0000 (21:16 -0700)]
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Thu, 27 Oct 2016 04:15:31 +0000 (21:15 -0700)]
Follow up to #20982 to fix css for modals
Mark Otto [Thu, 27 Oct 2016 04:14:16 +0000 (21:14 -0700)]
Merge pull request #21019 from Starsam80/fix-collapse
Rename .in to .active to fix collapse
Mark Otto [Thu, 27 Oct 2016 02:53:50 +0000 (19:53 -0700)]
Merge pull request #21020 from twbs/rename-tag-to-badge
Rename .tag to .badge to avoid conflicting with WordPress
Mark Otto [Thu, 27 Oct 2016 01:33:58 +0000 (18:33 -0700)]
Rename .tag to .badge to avoid conflicting with WordPress
Starsam80 [Wed, 26 Oct 2016 23:24:46 +0000 (17:24 -0600)]
Rename .in to .active to fix collapse
Mark Otto [Wed, 26 Oct 2016 03:02:32 +0000 (20:02 -0700)]
Merge pull request #20945 from coliff/patch-10
Update Google Analytics snippet to always load via HTTPS
Mark Otto [Wed, 26 Oct 2016 02:57:51 +0000 (19:57 -0700)]
Merge pull request #20982 from Johann-S/fix19344
Fix #19344 - Use a single class name for opened/expanded/shown state of widgets
Mark Otto [Wed, 26 Oct 2016 02:55:34 +0000 (19:55 -0700)]
Merge pull request #20951 from sbaechler/font-weights
Use a variable for the default font weights. Fixes #20741
Mark Otto [Wed, 26 Oct 2016 02:52:14 +0000 (19:52 -0700)]
Merge pull request #20903 from Starsam80/fix-20395
Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child
Mark Otto [Wed, 26 Oct 2016 02:25:32 +0000 (19:25 -0700)]
Merge pull request #20998 from twbs/v4-browser-names
Rename Microsoft Edge to just Edge in docs
tomhorvat [Tue, 25 Oct 2016 13:05:51 +0000 (15:05 +0200)]
Body font weight variable
Johann-S [Mon, 24 Oct 2016 08:57:32 +0000 (10:57 +0200)]
Use a single class name for opened/expanded/shown state of widgets
Patrick H. Lauke [Tue, 25 Oct 2016 10:31:29 +0000 (12:31 +0200)]
Merge pull request #20962 from patrickhlauke/v4-fix-unescaped-hash-data-urls
Fix unescaped `#` in SVG data URLs
Mark Otto [Tue, 25 Oct 2016 05:12:19 +0000 (22:12 -0700)]
Fixes #20948: Rename Microsoft Edge to just Edge in docs
Mark Otto [Tue, 25 Oct 2016 05:10:35 +0000 (22:10 -0700)]
Merge pull request #20947 from bardiharborow/examples
Normalize examples and update where relevant.
Mark Otto [Tue, 25 Oct 2016 04:51:28 +0000 (21:51 -0700)]
Merge pull request #20994 from ramaboo/v4-dev
Fixing ruby gem version to 4.0.0.alpha5
Mark Otto [Tue, 25 Oct 2016 04:49:26 +0000 (21:49 -0700)]
Merge pull request #20973 from pixelbandito/container-gutter-breakpoints
Container padding uses per-breakpoint gutter sizes, fixes #19304.
Mark Otto [Tue, 25 Oct 2016 03:50:52 +0000 (20:50 -0700)]
Merge pull request #20467 from maxbeatty/v4-dev-17754
add support for ol in tab plugin
Mark Otto [Tue, 25 Oct 2016 03:50:04 +0000 (20:50 -0700)]
Merge pull request #18847 from Johann-S/fix18824
Fix bug multiple accordions collapse
Mark Otto [Tue, 25 Oct 2016 03:49:14 +0000 (20:49 -0700)]
Merge pull request #20957 from kukac7/patch-1
duplicate navbar-toggler-padding variables
Mark Otto [Tue, 25 Oct 2016 03:47:21 +0000 (20:47 -0700)]
Merge pull request #20964 from vanduynslagerp/fix-form-control-shadows
Set box-shadow on input if enable-shadows rather than enable-rounded
Mark Otto [Tue, 25 Oct 2016 03:43:54 +0000 (20:43 -0700)]
Merge pull request #20966 from bardiharborow/spacing-docs
Fix documentation for all-side spacing classes.
David Singer [Tue, 25 Oct 2016 01:29:36 +0000 (18:29 -0700)]
Fixing ruby gem version to 4.0.0.alpha5
Alan Mooiman [Mon, 24 Oct 2016 15:23:56 +0000 (11:23 -0400)]
Add documentation for col-{breakpoint}-auto
Chris Garcia [Sat, 22 Oct 2016 04:25:05 +0000 (23:25 -0500)]
Container padding uses per-breakpoint gutter sizes, fixes #19304.
Bardi Harborow [Thu, 20 Oct 2016 22:36:09 +0000 (09:36 +1100)]
Fix documentation for all-side spacing classes.
Pierre-Denis Vanduynslager [Thu, 20 Oct 2016 20:35:45 +0000 (16:35 -0400)]
Use box-shadow mixin
Pierre-Denis Vanduynslager [Thu, 20 Oct 2016 18:29:20 +0000 (14:29 -0400)]
Set box-shadow on input if enable-shadows rather than enable-rounded
Pierre-Denis Vanduynslager [Thu, 20 Oct 2016 18:25:00 +0000 (14:25 -0400)]
Merge branch 'twbs/v4-dev' into v4-dev
Patrick H. Lauke [Thu, 20 Oct 2016 17:22:06 +0000 (18:22 +0100)]
replace `#` with `%23` in SVG data urls with str-replace
Patrick H. Lauke [Thu, 20 Oct 2016 17:14:56 +0000 (18:14 +0100)]
Add str-replace Sass function
Alan Mooiman [Thu, 20 Oct 2016 16:59:42 +0000 (12:59 -0400)]
Create col class for auto flexbox columns
.col-xs-auto, .col-sm-auto, etc.
béla [Thu, 20 Oct 2016 09:31:30 +0000 (11:31 +0200)]
duplicate navbar-toggler-padding variables
Simon Bächler [Wed, 19 Oct 2016 19:41:27 +0000 (21:41 +0200)]
Use a variable for the default font weights. Fixes #20741
Websites might use different weights such as medium or thin or use light as default weight instead of normal.
Also referenced: #18605 and #16170.
Mark Otto [Wed, 19 Oct 2016 15:30:27 +0000 (08:30 -0700)]
hashes
Mark Otto [Wed, 19 Oct 2016 15:28:19 +0000 (08:28 -0700)]
grunt
Mark Otto [Wed, 19 Oct 2016 15:27:41 +0000 (08:27 -0700)]
version bump to alpha 5
Bardi Harborow [Wed, 19 Oct 2016 14:45:00 +0000 (01:45 +1100)]
Normalize examples and update where relevant.
Christian Oliff [Wed, 19 Oct 2016 14:35:10 +0000 (23:35 +0900)]
Update Google Analytics snippet to always load via HTTPS
This is the official Google Analytics snippet.
Mark Otto [Wed, 19 Oct 2016 08:18:28 +0000 (01:18 -0700)]
grunt
JPeer264 [Wed, 19 Oct 2016 08:17:55 +0000 (10:17 +0200)]
updated sass variables table of contents
Mark Otto [Wed, 19 Oct 2016 07:59:51 +0000 (00:59 -0700)]
Merge pull request #19890 from twbs/v4-navbars
v4: Navbar improvements
Johann-S [Mon, 11 Jan 2016 19:42:35 +0000 (20:42 +0100)]
Fix bug multiple accordions collapse
Mark Otto [Wed, 19 Oct 2016 07:30:59 +0000 (00:30 -0700)]
alt attributes
Mark Otto [Wed, 19 Oct 2016 07:18:47 +0000 (00:18 -0700)]
More navbar example content with forms
Mark Otto [Wed, 19 Oct 2016 06:42:16 +0000 (23:42 -0700)]
Merge pull request #20933 from twbs/alert-padding-vars
Switch to separate vars for alert vertical/horizontal padding
Mark Otto [Wed, 19 Oct 2016 03:04:55 +0000 (20:04 -0700)]
Tweak that navbar brand image alignment with new vertical align utils
Mark Otto [Wed, 19 Oct 2016 03:03:49 +0000 (20:03 -0700)]
Merge branch 'v4-dev' into v4-navbars
Mark Otto [Wed, 19 Oct 2016 03:03:42 +0000 (20:03 -0700)]
grunt