]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agoAdd a min-height: 1.5rem; to custom controls 21033/head
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

8 years agoMerge pull request #21028 from judetucker/card_docs_float
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

8 years agoFixes #17631: Add mention of removed .btn-group-justified
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.

8 years agogrunt
Mark Otto [Thu, 27 Oct 2016 16:51:22 +0000 (09:51 -0700)] 
grunt

8 years agorework flex grid autolayout docs
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.

8 years agounrelated change; bold that stuff to emphasize it
Mark Otto [Thu, 27 Oct 2016 16:49:57 +0000 (09:49 -0700)] 
unrelated change; bold that stuff to emphasize it

8 years agoMerge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into alanmoo...
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

8 years agoMerge pull request #21027 from twbs/document-zindex
Mark Otto [Thu, 27 Oct 2016 16:39:27 +0000 (09:39 -0700)] 
Merge pull request #21027 from twbs/document-zindex

Document zindex

8 years agoChange variable for modal backdrop zindex, rearrange to be ordered from lowest to... 21027/head
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

8 years agoDocument our z-index values
Mark Otto [Thu, 27 Oct 2016 16:26:23 +0000 (09:26 -0700)] 
Document our z-index values

Fixes #18532

8 years agofixes #18565: mention carousel sizing in docs
Mark Otto [Thu, 27 Oct 2016 16:19:07 +0000 (09:19 -0700)] 
fixes #18565: mention carousel sizing in docs

8 years agoFixes #20498: Warn about flexbox bugs in our flex grid 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

8 years agofixes #21000: Remove margin from static form control example
Mark Otto [Thu, 27 Oct 2016 15:58:12 +0000 (08:58 -0700)] 
fixes #21000: Remove margin from static form control example

8 years agoMerge pull request #21024 from eigan/fixdoc-secondary-dropdown
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

8 years agoDocfix: Typo default -> secondary, and reorder 21024/head
Einar Gangsø [Thu, 27 Oct 2016 08:12:14 +0000 (10:12 +0200)] 
Docfix: Typo default -> secondary, and reorder

8 years agochange the header nav description to include the new float 21028/head
judetucker [Thu, 27 Oct 2016 05:05:46 +0000 (22:05 -0700)] 
change the header nav description to include the new float

8 years agoMerge pull request #20938 from JPeer264/feature/sass-doc
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

8 years agoMerge pull request #21019 from Starsam80/fix-collapse
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

8 years agoMerge pull request #21020 from twbs/rename-tag-to-badge
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

8 years agoRename .tag to .badge to avoid conflicting with WordPress 21020/head
Mark Otto [Thu, 27 Oct 2016 01:33:58 +0000 (18:33 -0700)] 
Rename .tag to .badge to avoid conflicting with WordPress

8 years agoRename .in to .active to fix collapse 21019/head
Starsam80 [Wed, 26 Oct 2016 23:24:46 +0000 (17:24 -0600)] 
Rename .in to .active to fix collapse

8 years agoMerge pull request #20945 from coliff/patch-10
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

8 years agoMerge pull request #20982 from Johann-S/fix19344
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

8 years agoMerge pull request #20951 from sbaechler/font-weights
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

8 years agoMerge pull request #20903 from Starsam80/fix-20395
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

8 years agoMerge pull request #20998 from twbs/v4-browser-names
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

8 years agoUse a single class name for opened/expanded/shown state of widgets 20982/head
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

8 years agoMerge pull request #20962 from patrickhlauke/v4-fix-unescaped-hash-data-urls
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

8 years agoFixes #20948: Rename Microsoft Edge to just Edge in docs 20998/head
Mark Otto [Tue, 25 Oct 2016 05:12:19 +0000 (22:12 -0700)] 
Fixes #20948: Rename Microsoft Edge to just Edge in docs

8 years agoMerge pull request #20947 from bardiharborow/examples
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.

8 years agoMerge pull request #20994 from ramaboo/v4-dev
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

8 years agoMerge pull request #20973 from pixelbandito/container-gutter-breakpoints
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.

8 years agoMerge pull request #20467 from maxbeatty/v4-dev-17754
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

8 years agoMerge pull request #18847 from Johann-S/fix18824
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

8 years agoMerge pull request #20957 from kukac7/patch-1
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

8 years agoMerge pull request #20964 from vanduynslagerp/fix-form-control-shadows
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

8 years agoMerge pull request #20966 from bardiharborow/spacing-docs
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.

8 years agoFixing ruby gem version to 4.0.0.alpha5 20994/head
David Singer [Tue, 25 Oct 2016 01:29:36 +0000 (18:29 -0700)] 
Fixing ruby gem version to 4.0.0.alpha5

8 years agoAdd documentation for col-{breakpoint}-auto 20963/head
Alan Mooiman [Mon, 24 Oct 2016 15:23:56 +0000 (11:23 -0400)] 
Add documentation for col-{breakpoint}-auto

8 years agoContainer padding uses per-breakpoint gutter sizes, fixes #19304. 20973/head 20984/head
Chris Garcia [Sat, 22 Oct 2016 04:25:05 +0000 (23:25 -0500)] 
Container padding uses per-breakpoint gutter sizes, fixes #19304.

8 years agoFix documentation for all-side spacing classes. 20966/head
Bardi Harborow [Thu, 20 Oct 2016 22:36:09 +0000 (09:36 +1100)] 
Fix documentation for all-side spacing classes.

8 years agoUse box-shadow mixin 20964/head
Pierre-Denis Vanduynslager [Thu, 20 Oct 2016 20:35:45 +0000 (16:35 -0400)] 
Use box-shadow mixin

8 years agoSet box-shadow on input if enable-shadows rather than enable-rounded
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

8 years agoMerge branch 'twbs/v4-dev' into v4-dev
Pierre-Denis Vanduynslager [Thu, 20 Oct 2016 18:25:00 +0000 (14:25 -0400)] 
Merge branch 'twbs/v4-dev' into v4-dev

8 years agoreplace `#` with `%23` in SVG data urls with str-replace 20962/head
Patrick H. Lauke [Thu, 20 Oct 2016 17:22:06 +0000 (18:22 +0100)] 
replace `#` with `%23` in SVG data urls with str-replace

8 years agoAdd str-replace Sass function
Patrick H. Lauke [Thu, 20 Oct 2016 17:14:56 +0000 (18:14 +0100)] 
Add str-replace Sass function

8 years agoCreate col class for auto flexbox columns
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.

8 years agoduplicate navbar-toggler-padding variables 20957/head
béla [Thu, 20 Oct 2016 09:31:30 +0000 (11:31 +0200)] 
duplicate navbar-toggler-padding variables

8 years agoUse a variable for the default font weights. Fixes #20741 20951/head
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.

8 years agohashes v4.0.0-alpha.5
Mark Otto [Wed, 19 Oct 2016 15:30:27 +0000 (08:30 -0700)] 
hashes

8 years agogrunt
Mark Otto [Wed, 19 Oct 2016 15:28:19 +0000 (08:28 -0700)] 
grunt

8 years agoversion bump to alpha 5
Mark Otto [Wed, 19 Oct 2016 15:27:41 +0000 (08:27 -0700)] 
version bump to alpha 5

8 years agoNormalize examples and update where relevant. 20947/head
Bardi Harborow [Wed, 19 Oct 2016 14:45:00 +0000 (01:45 +1100)] 
Normalize examples and update where relevant.

8 years agoUpdate Google Analytics snippet to always load via HTTPS 20945/head
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.

8 years agogrunt
Mark Otto [Wed, 19 Oct 2016 08:18:28 +0000 (01:18 -0700)] 
grunt

8 years agoupdated sass variables table of contents 20938/head
JPeer264 [Wed, 19 Oct 2016 08:17:55 +0000 (10:17 +0200)] 
updated sass variables table of contents

8 years agoMerge pull request #19890 from twbs/v4-navbars
Mark Otto [Wed, 19 Oct 2016 07:59:51 +0000 (00:59 -0700)] 
Merge pull request #19890 from twbs/v4-navbars

v4: Navbar improvements

8 years agoFix bug multiple accordions collapse 18847/head
Johann-S [Mon, 11 Jan 2016 19:42:35 +0000 (20:42 +0100)] 
Fix bug multiple accordions collapse

8 years agoalt attributes 19890/head
Mark Otto [Wed, 19 Oct 2016 07:30:59 +0000 (00:30 -0700)] 
alt attributes

8 years agoMore navbar example content with forms
Mark Otto [Wed, 19 Oct 2016 07:18:47 +0000 (00:18 -0700)] 
More navbar example content with forms

8 years agoMerge pull request #20933 from twbs/alert-padding-vars
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

8 years agoTweak that navbar brand image alignment with new vertical align utils
Mark Otto [Wed, 19 Oct 2016 03:04:55 +0000 (20:04 -0700)] 
Tweak that navbar brand image alignment with new vertical align utils

8 years agoMerge branch 'v4-dev' into v4-navbars
Mark Otto [Wed, 19 Oct 2016 03:03:49 +0000 (20:03 -0700)] 
Merge branch 'v4-dev' into v4-navbars

8 years agogrunt
Mark Otto [Wed, 19 Oct 2016 03:03:42 +0000 (20:03 -0700)] 
grunt

8 years agoMerge pull request #20932 from twbs/align-utils
Mark Otto [Wed, 19 Oct 2016 02:59:44 +0000 (19:59 -0700)] 
Merge pull request #20932 from twbs/align-utils

Add vertical-align utilities

8 years agofix markup validation 20932/head
Mark Otto [Wed, 19 Oct 2016 02:31:47 +0000 (19:31 -0700)] 
fix markup validation

8 years agoSwitch to separate vars for alert vertical/horizontal padding 20933/head
Mark Otto [Wed, 19 Oct 2016 02:18:06 +0000 (19:18 -0700)] 
Switch to separate vars for alert vertical/horizontal padding

8 years agoAdd vertical-align utilities
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

8 years agoadd examples of images in the navbar-brand section
Mark Otto [Wed, 19 Oct 2016 01:47:49 +0000 (18:47 -0700)] 
add examples of images in the navbar-brand section

8 years agoremove .navbar-brand > img selector that sets display block (will be replaced with...
Mark Otto [Wed, 19 Oct 2016 01:47:36 +0000 (18:47 -0700)] 
remove .navbar-brand > img selector that sets display block (will be replaced with utils)

8 years agomore consistent navbar-brand line-height
Mark Otto [Wed, 19 Oct 2016 01:47:08 +0000 (18:47 -0700)] 
more consistent navbar-brand line-height

8 years agomore html linting
Mark Otto [Tue, 18 Oct 2016 06:45:25 +0000 (23:45 -0700)] 
more html linting

8 years agohtml linting
Mark Otto [Tue, 18 Oct 2016 06:37:02 +0000 (23:37 -0700)] 
html linting

8 years agolint
Mark Otto [Tue, 18 Oct 2016 05:17:02 +0000 (22:17 -0700)] 
lint

8 years agodocs copy
Mark Otto [Tue, 18 Oct 2016 05:16:28 +0000 (22:16 -0700)] 
docs copy

8 years agodocument new navbar classes and styles, update responsive variation, fix broken float...
Mark Otto [Tue, 18 Oct 2016 05:09:11 +0000 (22:09 -0700)] 
document new navbar classes and styles, update responsive variation, fix broken float classes

8 years agoadd navbar-brand and navbar-nav styles to the toggleable
Mark Otto [Tue, 18 Oct 2016 05:08:49 +0000 (22:08 -0700)] 
add navbar-brand and navbar-nav styles to the toggleable

8 years agoset the border color on the toggler
Mark Otto [Tue, 18 Oct 2016 04:05:22 +0000 (21:05 -0700)] 
set the border color on the toggler

8 years agoFix sass map navbar-toggleable
Mark Otto [Tue, 18 Oct 2016 04:05:07 +0000 (21:05 -0700)] 
Fix sass map navbar-toggleable

Follow up to 6e8ce0c7dc84c9373f6d760b82bea575cd5358b8. Uses the breakpoint-next mixin to snag the next breakpoint in the media query for proper styling.

8 years agoIterate over breakpoints to generate .navbar-toggleable classes
Mark Otto [Mon, 17 Oct 2016 04:51:26 +0000 (21:51 -0700)] 
Iterate over breakpoints to generate .navbar-toggleable classes

- Moves .navbar-brand margin and float to media queries
- Replaces the static media queries with an each loop to generate all the needed classes

8 years agodrop data-target so the dropdown link works
Mark Otto [Mon, 17 Oct 2016 03:45:12 +0000 (20:45 -0700)] 
drop data-target so the dropdown link works

8 years agoMerge branch 'v4-navbars' of github.com:twbs/bootstrap into v4-navbars
Mark Otto [Mon, 17 Oct 2016 02:46:55 +0000 (19:46 -0700)] 
Merge branch 'v4-navbars' of github.com:twbs/bootstrap into v4-navbars

8 years agoMerge branch 'v4-dev' into v4-navbars
Mark Otto [Mon, 17 Oct 2016 02:46:47 +0000 (19:46 -0700)] 
Merge branch 'v4-dev' into v4-navbars

8 years agogrunt
Mark Otto [Mon, 17 Oct 2016 02:44:11 +0000 (19:44 -0700)] 
grunt

8 years agoMerge pull request #20918 from twbs/revert-20867-dedupe-sm-vars
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"

8 years agoMerge pull request #20915 from bardiharborow/sauce
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.

8 years agoRevert "Drop the $small-font-size variable for the newer $font-size-sm one" 20918/head
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"

8 years agoChange SauceLabs iPhone test to use Appium. 20915/head 20919/head
Bardi Harborow [Sun, 16 Oct 2016 15:26:16 +0000 (02:26 +1100)] 
Change SauceLabs iPhone test to use Appium.

8 years agoMerge pull request #20890 from bardiharborow/scrollspy-docs
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.

8 years agoMerge pull request #20898 from roooodcastro/issue-20897
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

8 years agoRemove borders on the top and/or bottom when .list-group-flush is the first and/or... 20903/head
Starsam80 [Sat, 15 Oct 2016 19:57:36 +0000 (13:57 -0600)] 
Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child

Fully fixes #20395

8 years agoFixes #20897 - Changed btn-default for btn-secondary on V4's Modal documentation... 20898/head
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

8 years agoUpdate scrollspy navbar example. 20890/head
Bardi Harborow [Thu, 13 Oct 2016 00:08:15 +0000 (11:08 +1100)] 
Update scrollspy navbar example.

8 years agoMerge pull request #20882 from vsn4ik/v4-dev-fix-utilites-classes
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

8 years agov4: Fix outdated utilites classes 20882/head
vsn4ik [Tue, 11 Oct 2016 22:46:10 +0000 (01:46 +0300)] 
v4: Fix outdated utilites classes

8 years agoMerge pull request #18400 from Johann-S/collapseCard
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

8 years agoCollapse using card component 18400/head
Johann-S [Tue, 1 Dec 2015 22:17:35 +0000 (23:17 +0100)] 
Collapse using card component

8 years agoMerge pull request #20878 from twbs/downloads-copy
Mark Otto [Mon, 10 Oct 2016 21:20:54 +0000 (14:20 -0700)] 
Merge pull request #20878 from twbs/downloads-copy

Updated Download docs

8 years agochange custom builds callout to compiled builds callout 20878/head
Mark Otto [Mon, 10 Oct 2016 21:18:42 +0000 (14:18 -0700)] 
change custom builds callout to compiled builds callout

8 years agoremove commented out custom builds
Mark Otto [Mon, 10 Oct 2016 21:18:28 +0000 (14:18 -0700)] 
remove commented out custom builds