]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agomake changes as per suggestion in #23100 23106/head
Chirag Modi [Tue, 18 Jul 2017 06:18:59 +0000 (11:48 +0530)] 
make changes as per suggestion in #23100

8 years agoremove change which set from variable and make those in container class
Chirag Modi [Tue, 18 Jul 2017 06:14:56 +0000 (11:44 +0530)] 
remove change which set from variable and make those in container class

8 years agofixed issue #23100
Chirag Modi [Mon, 17 Jul 2017 07:59:49 +0000 (13:29 +0530)] 
fixed issue #23100

8 years agodist
Mark Otto [Sun, 16 Jul 2017 20:11:21 +0000 (13:11 -0700)] 
dist

8 years ago(#22414) Rename for consistency `$custom-checkbox-border-radius`, `$custom-checkbox...
Patrick Yeo [Fri, 14 Jul 2017 00:00:37 +0000 (17:00 -0700)] 
(#22414) Rename for consistency `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indeterminate-bg`, `$custom-checkbox-icon-indeterminate`, `$custom-checkbox-indeterminate-box-shadow`, `$custom-radio-border-radius`, `$custom-radio-icon-checked` to `$custom-checkbox-indicator-border-radius`, `$custom-checkbox-indicator-icon-checked`, `$custom-checkbox-indicator-indeterminate-bg`, `$custom-checkbox-indicator-icon-indeterminate`, `$custom-checkbox-indicator-indeterminate-box-shadow`, `$custom-radio-indicator-border-radius`, `$custom-radio-indicator-icon-checked`, respectively

8 years agofix location of favicons so it loads when viewing the examples. This is the only...
Scott Petrovic [Sun, 16 Jul 2017 13:19:20 +0000 (08:19 -0500)] 
fix location of favicons so it loads when viewing the examples. This is the only one I found in the project, so I am assuming it is the right one to point to (#22895)

8 years agoErrata from #23094.
Bardi Harborow [Sun, 16 Jul 2017 05:00:15 +0000 (05:00 +0000)] 
Errata from #23094.

8 years agoFall back to ESLint v3 indentation behaviour.
Bardi Harborow [Sat, 15 Jul 2017 09:25:13 +0000 (09:25 +0000)] 
Fall back to ESLint v3 indentation behaviour.

8 years agoSwitch to using NPM lock files.
Bardi Harborow [Sat, 15 Jul 2017 09:24:23 +0000 (09:24 +0000)] 
Switch to using NPM lock files.

8 years agoUpdate dependencies.
Bardi Harborow [Sat, 15 Jul 2017 09:23:36 +0000 (09:23 +0000)] 
Update dependencies.

8 years agoStart testing on Node v8.
Bardi Harborow [Sat, 15 Jul 2017 06:17:32 +0000 (06:17 +0000)] 
Start testing on Node v8.

8 years agoonly need the one utility class, it'll naturally apply at sm and above
Mark Otto [Mon, 3 Jul 2017 20:52:08 +0000 (13:52 -0700)] 
only need the one utility class, it'll naturally apply at sm and above

8 years agoFix #22974
John Galt [Mon, 3 Jul 2017 18:47:00 +0000 (14:47 -0400)] 
Fix #22974

8 years agomention how to do edge-to-edge in docs
Mark Otto [Fri, 14 Jul 2017 23:31:34 +0000 (16:31 -0700)] 
mention how to do edge-to-edge in docs

/cc #23070

8 years agofixes #23045
Mark Otto [Fri, 14 Jul 2017 23:31:13 +0000 (16:31 -0700)] 
fixes #23045

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 13 Jul 2017 04:11:08 +0000 (21:11 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoAdd badge counter example and accessibility advice
Patrick H. Lauke [Wed, 12 Jul 2017 23:25:40 +0000 (00:25 +0100)] 
Add badge counter example and accessibility advice

8 years agoFixed a word (connectinh / connecting)
Casper [Wed, 12 Jul 2017 00:57:32 +0000 (08:57 +0800)] 
Fixed a word (connectinh / connecting)

8 years agoRemove ::first-letter and ::first-line selectors from print styles
Patrick H. Lauke [Tue, 11 Jul 2017 18:51:21 +0000 (19:51 +0100)] 
Remove ::first-letter and ::first-line selectors from print styles

Bootstrap itself doesn't use any `::first-letter` or `::first-line`
styles. These selectors also cause(d) problems in IE11 (see
https://github.com/h5bp/html5-boilerplate/pull/1799) and currently cause
a nasty rendering bug in Chrome where the first letter is vertically
shifted (see https://github.com/twbs/bootstrap/issues/21771)

As h5bp has now removed these as well, no need to keep and comment them
out. See https://github.com/h5bp/html5-boilerplate/issues/1961 /
https://github.com/h5bp/html5-boilerplate/pull/1962

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 10 Jul 2017 03:14:24 +0000 (20:14 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 10 Jul 2017 02:57:34 +0000 (19:57 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agofix broken example link
Mark Otto [Mon, 10 Jul 2017 02:57:16 +0000 (19:57 -0700)] 
fix broken example link

8 years agoignore it
Mark Otto [Mon, 10 Jul 2017 02:47:45 +0000 (19:47 -0700)] 
ignore it

8 years agoupdate docsearch config to handle h1s properly (load top of page, not at the h1)
Mark Otto [Sat, 8 Jul 2017 20:02:13 +0000 (13:02 -0700)] 
update docsearch config to handle h1s properly (load top of page, not at the h1)

8 years agoAdded the .navbar-expand class to the docs-nav navbar to fix issue #22976
gijsbotje [Fri, 7 Jul 2017 10:51:12 +0000 (12:51 +0200)] 
Added the .navbar-expand class to the docs-nav navbar to fix issue #22976

8 years agoDocs: added missing quote in input-group example (#23010)
Vincent Le Put [Thu, 6 Jul 2017 21:33:50 +0000 (17:33 -0400)] 
Docs: added missing quote in input-group example (#23010)

8 years agomove the about directory into the docs to avoid collision with the multiple versions...
Mark Otto [Wed, 5 Jul 2017 05:45:15 +0000 (22:45 -0700)] 
move the about directory into the docs to avoid collision with the multiple versions of our hosted docs

8 years agoRemove box-shadow from .btn-link:focus (#22998)
Patrick H. Lauke [Wed, 5 Jul 2017 08:54:26 +0000 (10:54 +0200)] 
Remove box-shadow from .btn-link:focus (#22998)

When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655

8 years agoUse config file for UglifyJS to ensure same behavior on every environments (#22990)
Johann-S [Wed, 5 Jul 2017 07:53:23 +0000 (09:53 +0200)] 
Use config file for UglifyJS to ensure same behavior on every environments (#22990)

8 years agomove the overflow-y to the sticky `@supports` block
Mark Otto [Tue, 4 Jul 2017 18:57:35 +0000 (11:57 -0700)] 
move the overflow-y to the sticky `@supports` block

also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway

8 years agooverflow-y auto on toc menu
Gijs Boddeus [Tue, 4 Jul 2017 08:59:20 +0000 (10:59 +0200)] 
overflow-y auto on toc menu

fixes #22977

8 years agonpm build
Mark Otto [Tue, 4 Jul 2017 18:55:16 +0000 (11:55 -0700)] 
npm build

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 4 Jul 2017 18:53:55 +0000 (11:53 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoUpdate Popper.js to 1.10.8
Johann-S [Tue, 4 Jul 2017 08:28:54 +0000 (10:28 +0200)] 
Update Popper.js to 1.10.8

8 years agoDropdown - Disable applyStyle modifier instead of removing inline style applied by...
Johann-S [Tue, 4 Jul 2017 08:26:25 +0000 (10:26 +0200)] 
Dropdown - Disable applyStyle modifier instead of removing inline style applied by Popper.js

8 years agofixed doc vertical-align.md "inlie" to "inline" (#22984)
Casper [Tue, 4 Jul 2017 07:32:41 +0000 (15:32 +0800)] 
fixed doc vertical-align.md "inlie" to "inline" (#22984)

8 years agofixes #22979
Mark Otto [Tue, 4 Jul 2017 02:05:50 +0000 (19:05 -0700)] 
fixes #22979

8 years agofixes #22981
Mark Otto [Tue, 4 Jul 2017 02:04:31 +0000 (19:04 -0700)] 
fixes #22981

8 years agofixes #22968
Mark Otto [Sun, 2 Jul 2017 21:37:46 +0000 (14:37 -0700)] 
fixes #22968

8 years agofix some busted links
Mark Otto [Sun, 2 Jul 2017 19:00:24 +0000 (12:00 -0700)] 
fix some busted links

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 2 Jul 2017 17:40:32 +0000 (10:40 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agonpm build
Mark Otto [Sun, 2 Jul 2017 17:40:27 +0000 (10:40 -0700)] 
npm build

8 years agofollow up to 4e067f722
Mark Otto [Sun, 2 Jul 2017 06:40:51 +0000 (23:40 -0700)] 
follow up to 4e067f722

8 years agoRemoved Japanese translation
Bailey [Thu, 22 Jun 2017 17:02:16 +0000 (18:02 +0100)] 
Removed Japanese translation

The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 2 Jul 2017 06:36:11 +0000 (23:36 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoremove unused $list-group-color variable; it should naturally inherit from the body
Mark Otto [Sun, 2 Jul 2017 06:35:57 +0000 (23:35 -0700)] 
remove unused $list-group-color variable; it should naturally inherit from the body

8 years agoupdate comment
Mark Otto [Sun, 2 Jul 2017 06:14:27 +0000 (23:14 -0700)] 
update comment

8 years agoput button active bg and border in the mixin params for more customization options
Mark Otto [Sun, 2 Jul 2017 06:14:00 +0000 (23:14 -0700)] 
put button active bg and border in the mixin params for more customization options

8 years agomatch btn transition to input
Mark Otto [Sun, 2 Jul 2017 06:10:01 +0000 (23:10 -0700)] 
match btn transition to input

8 years agodoh, we already have that above
Mark Otto [Sun, 2 Jul 2017 03:56:40 +0000 (20:56 -0700)] 
doh, we already have that above

8 years agoAdd .text-truncate class. We already had a mixin and documented the class, so this...
Mark Otto [Sun, 2 Jul 2017 03:27:15 +0000 (20:27 -0700)] 
Add .text-truncate class. We already had a mixin and documented the class, so this fixes that.

8 years agoupdate link
Mark Otto [Sun, 2 Jul 2017 02:53:24 +0000 (19:53 -0700)] 
update link

8 years agoupdate name
Mark Otto [Sun, 2 Jul 2017 02:48:24 +0000 (19:48 -0700)] 
update name

8 years agoRedo the "responsive helpers" files
Mark Otto [Sun, 2 Jul 2017 02:48:06 +0000 (19:48 -0700)] 
Redo the "responsive helpers" files

- Moves the embed SCSS to the utilities subfolder
- Separate the floats from the embed docs
- Rename embed docs from responsive helpers to embeds

8 years agoMove /utilities/typography to /utilities/text to match SCSS file name
Mark Otto [Sun, 2 Jul 2017 02:34:24 +0000 (19:34 -0700)] 
Move /utilities/typography to /utilities/text to match SCSS file name

8 years agoMove /utilities/flexbox to /utilities/flex to match name of SCSS file
Mark Otto [Sun, 2 Jul 2017 02:33:27 +0000 (19:33 -0700)] 
Move /utilities/flexbox to /utilities/flex to match name of SCSS file

8 years agoremove some unused vars, restore table-active variant
Mark Otto [Sat, 1 Jul 2017 20:08:49 +0000 (13:08 -0700)] 
remove some unused vars, restore table-active variant

8 years agobadge variants are generated from -colors Sass map
Mark Otto [Sat, 1 Jul 2017 19:59:08 +0000 (12:59 -0700)] 
badge variants are generated from -colors Sass map

8 years agobutton variants are generated from -colors Sass map
Mark Otto [Sat, 1 Jul 2017 19:58:53 +0000 (12:58 -0700)] 
button variants are generated from -colors Sass map

8 years agono xs sizes being used
Mark Otto [Sat, 1 Jul 2017 19:58:23 +0000 (12:58 -0700)] 
no xs sizes being used

8 years agoAdd bash script to lint our variables
Mark Otto [Sat, 1 Jul 2017 19:58:12 +0000 (12:58 -0700)] 
Add bash script to lint our variables

8 years agobuild dist
Mark Otto [Sun, 2 Jul 2017 05:25:38 +0000 (22:25 -0700)] 
build dist

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 2 Jul 2017 05:24:20 +0000 (22:24 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoRestore .text-muted
Mark Otto [Sun, 2 Jul 2017 01:37:27 +0000 (18:37 -0700)] 
Restore .text-muted

8 years agoUpdate carousel display settings
Mark Otto [Sat, 1 Jul 2017 23:48:46 +0000 (16:48 -0700)] 
Update carousel display settings

Use `display: block` since we're not really using any flex styles on the `.carousel-items` (only their controls and indicators). For the indicators, since moving to `width`, our indicators grow to fill available space, so we need to change `flex: 1 0 auto` to `flex: 0 1 auto` to prevent that.

8 years agousing max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents
Mark Otto [Sat, 1 Jul 2017 00:41:04 +0000 (17:41 -0700)] 
using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents

8 years agouse @supports to apply transform3d to those who can do it, then provide a non-3d...
Mark Otto [Sat, 1 Jul 2017 00:35:02 +0000 (17:35 -0700)] 
use @supports to apply transform3d to those who can do it, then provide a non-3d fallback to ie11

8 years agono need for offset, use justify-content-center
Mark Otto [Sat, 1 Jul 2017 17:44:20 +0000 (10:44 -0700)] 
no need for offset, use justify-content-center

8 years agocleanup offsets
Mark Otto [Sat, 1 Jul 2017 17:42:36 +0000 (10:42 -0700)] 
cleanup offsets

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 22:45:27 +0000 (15:45 -0700)] 
build dist

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 22:29:59 +0000 (15:29 -0700)] 
build dist

8 years agoclip to border-box, update overlay
Mark Otto [Fri, 30 Jun 2017 22:28:50 +0000 (15:28 -0700)] 
clip to border-box, update overlay

8 years agoremove a few .card-dark refs
Mark Otto [Fri, 30 Jun 2017 22:26:40 +0000 (15:26 -0700)] 
remove a few .card-dark refs

8 years agoaccount for new blockquote changes
Mark Otto [Fri, 30 Jun 2017 22:15:24 +0000 (15:15 -0700)] 
account for new blockquote changes

8 years agomigration guide updated
Mark Otto [Fri, 30 Jun 2017 21:55:57 +0000 (14:55 -0700)] 
migration guide updated

8 years agoUpdate card docs to loop over the theme colors and use bg, border, and color utilities
Mark Otto [Fri, 30 Jun 2017 21:48:46 +0000 (14:48 -0700)] 
Update card docs to loop over the theme colors and use bg, border, and color utilities

8 years agoditch .card-blockquote for a regular .blockquote (dependent on #22949)
Mark Otto [Fri, 30 Jun 2017 21:47:02 +0000 (14:47 -0700)] 
ditch .card-blockquote for a regular .blockquote (dependent on #22949)

8 years agoadd a bg-transparent to override bgs
Mark Otto [Fri, 30 Jun 2017 21:46:06 +0000 (14:46 -0700)] 
add a bg-transparent to override bgs

8 years agomake card headers and footers translucent
Mark Otto [Fri, 30 Jun 2017 21:45:55 +0000 (14:45 -0700)] 
make card headers and footers translucent

8 years agoDrop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color}...
Mark Otto [Fri, 30 Jun 2017 21:45:41 +0000 (14:45 -0700)] 
Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color} utilities

8 years agoDrop .blockquote-reverse, replace with text utils, and redesign blockquote to not...
Mark Otto [Fri, 30 Jun 2017 21:22:11 +0000 (14:22 -0700)] 
Drop .blockquote-reverse, replace with text utils, and redesign blockquote to not have a border

8 years agoupdate redirect_from on docs pages
Mark Otto [Fri, 30 Jun 2017 21:13:20 +0000 (14:13 -0700)] 
update redirect_from on docs pages

8 years agoadd css-docs task to the dist build
Mark Otto [Fri, 30 Jun 2017 05:04:06 +0000 (22:04 -0700)] 
add css-docs task to the dist build

8 years agobuild dist
Mark Otto [Fri, 30 Jun 2017 20:15:09 +0000 (13:15 -0700)] 
build dist

8 years agoupdate that docs bit too
Mark Otto [Fri, 30 Jun 2017 16:08:45 +0000 (09:08 -0700)] 
update that docs bit too

8 years agoformatting
Mark Otto [Fri, 30 Jun 2017 16:07:49 +0000 (09:07 -0700)] 
formatting

8 years agothis were removed
Mark Otto [Fri, 30 Jun 2017 16:07:46 +0000 (09:07 -0700)] 
this were removed

8 years agodrop that part of the docs, not applicable
Mark Otto [Fri, 30 Jun 2017 16:07:41 +0000 (09:07 -0700)] 
drop that part of the docs, not applicable

8 years agodrop the mixins
Mark Otto [Fri, 30 Jun 2017 16:07:10 +0000 (09:07 -0700)] 
drop the mixins

8 years agoUpdate _grid-framework.scss
Mark Otto [Fri, 30 Jun 2017 05:40:08 +0000 (22:40 -0700)] 
Update _grid-framework.scss

8 years agoDrop offsets and push/pull for new order variants
Mark Otto [Fri, 30 Jun 2017 05:33:33 +0000 (22:33 -0700)] 
Drop offsets and push/pull for new order variants

8 years agoios9 and up opera
Mark Otto [Fri, 30 Jun 2017 05:49:56 +0000 (22:49 -0700)] 
ios9 and up opera

8 years agonarrow browser support in postcss
Mark Otto [Fri, 30 Jun 2017 04:00:57 +0000 (21:00 -0700)] 
narrow browser support in postcss

8 years agodist build
Mark Otto [Fri, 30 Jun 2017 16:05:44 +0000 (09:05 -0700)] 
dist build

8 years agoremove unused mixin, fix variable
Mark Otto [Fri, 30 Jun 2017 04:35:07 +0000 (21:35 -0700)] 
remove unused mixin, fix variable

8 years agoupdate usage elsewhere
Mark Otto [Fri, 30 Jun 2017 04:27:49 +0000 (21:27 -0700)] 
update usage elsewhere

8 years agoremove grid gutter sass map as it's output css was all jacked up
Mark Otto [Fri, 30 Jun 2017 04:27:27 +0000 (21:27 -0700)] 
remove grid gutter sass map as it's output css was all jacked up

8 years agoMerge pull request #22836 from twbs/colors-redux
Mark Otto [Fri, 30 Jun 2017 15:58:35 +0000 (08:58 -0700)] 
Merge pull request #22836 from twbs/colors-redux

v4: Colors redux

8 years agocallout for future sass implementation 22836/head
Mark Otto [Fri, 30 Jun 2017 15:55:16 +0000 (08:55 -0700)] 
callout for future sass implementation

[skip ci]

8 years agoMerge branch 'v4-dev' into colors-redux
Mark Otto [Fri, 30 Jun 2017 15:33:09 +0000 (08:33 -0700)] 
Merge branch 'v4-dev' into colors-redux