]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agoMerge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1
Mark Otto [Thu, 22 Dec 2016 04:34:29 +0000 (20:34 -0800)] 
Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into tracker1-patch-1

8 years agogrunt
Mark Otto [Thu, 22 Dec 2016 04:33:54 +0000 (20:33 -0800)] 
grunt

8 years agoRestyle code elements in links (#21392)
Mark Otto [Thu, 22 Dec 2016 04:28:34 +0000 (20:28 -0800)] 
Restyle code elements in links (#21392)

* Restyle code elements in links

Fixes #21259. Removes the background, color, and padding on code elements within anchors.

* Update _code.scss

8 years agoFlexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)
Mark Otto [Thu, 22 Dec 2016 04:26:17 +0000 (20:26 -0800)] 
Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)

* remove the $enable-flex variable option

* remove bootstrap-flex.css dist file and it's grunt task

* remove the separate flex css file for docs; it's all the same now

* remove flexbox docs (porting some to the main grid docs in next commit)

* clean up few grid docs bits to simplify copy, start to mention flexbox

* port relevant flexbox-grid.md content to grid.md

- clean up mixins
- update how it works section
- bring over sizing and alignment sections

* remove the $enable-flex from the options.md page

* update lead paragraph to mention flexbox

* update migration to mention loss of ie9 support

* remove mention of flexbox dist file

* clarify IE support

* making a note

* remove flexbox variant mentions from component docs

- updates docs for media object, navs, list group, and cards to consolidate docs
- no more need to callout flexbox variants since it's now the default

* remove $enable-flex if/else from sass files

* remove flex dist files

* update scss lint property order to account for flex properties

* linting

* change to numberless classes for autosizing, wrap in highlighting div

* bump gruntfile and postcss to ie10

* redo intro sections

* rearrange

* phew, redo hella grid docs

- rearrange all the things
- consolidate some bits

* remove reference to flexbox mode

* more border action for demo

* Make some changes to the .card's in .card-deck's to ensure footers align to the bottom

8 years agoRedo color vars
Mark Otto [Tue, 20 Dec 2016 22:52:04 +0000 (14:52 -0800)] 
Redo color vars

This pulls in some changes from #18462 to include a set of generic color variables. It doesn't include a Sass map for generating the theme colors yet, since we can't easily do that for all components, but does give a few more color choices to folks and an easier way to customize.

8 years agoupdate docs to use .mt-1 on floated labels; clarify docs for guidance
Mark Otto [Tue, 20 Dec 2016 23:02:07 +0000 (15:02 -0800)] 
update docs to use .mt-1 on floated labels; clarify docs for guidance

8 years agogrunt
Mark Otto [Tue, 20 Dec 2016 22:53:50 +0000 (14:53 -0800)] 
grunt

8 years agoremove .mb-0 from static form controls to follow up #21270
Mark Otto [Tue, 20 Dec 2016 22:46:45 +0000 (14:46 -0800)] 
remove .mb-0 from static form controls to follow up #21270

8 years agoOverwrite margin-bottom on form-control-static (#21270)
Gijs Boddeus [Tue, 20 Dec 2016 22:45:08 +0000 (23:45 +0100)] 
Overwrite margin-bottom on form-control-static (#21270)

* Overwrite margin-bottom on form-control-static

In the documentation the form-control-static class has been used on a p element.
On the regular vertical form the margin bottom of the p element gets overwritten by a mb-0 class.
In the inline form example this class hasn't been applied, therefore the p element gets a margin-bottom.

To prevent this behavior we can add a margin-bottom of 0.

* Update _forms.scss

8 years agoRename -bg-inverse to -inverse-bg; add -inverse-color (#21371)
Mark Otto [Tue, 20 Dec 2016 05:50:31 +0000 (21:50 -0800)] 
Rename -bg-inverse to -inverse-bg; add -inverse-color (#21371)

8 years agogrunt
Mark Otto [Tue, 20 Dec 2016 05:48:24 +0000 (21:48 -0800)] 
grunt

8 years agoMerge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into Starsam80...
Mark Otto [Tue, 20 Dec 2016 05:44:03 +0000 (21:44 -0800)] 
Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into Starsam80-fix-20982

8 years agoRename _animation.scss to _transitions.scss (#21370)
Mark Otto [Tue, 20 Dec 2016 05:37:09 +0000 (21:37 -0800)] 
Rename _animation.scss to _transitions.scss (#21370)

* Rename _animation.scss to _transitions.scss for accuracy

* fix docs reference to file name

* cleanup line breaks

8 years agogrunt
Mark Otto [Tue, 20 Dec 2016 05:08:24 +0000 (21:08 -0800)] 
grunt

8 years agoMerge branch 'progress-brand' of https://github.com/szastupov/bootstrap into szastupo...
Mark Otto [Tue, 20 Dec 2016 05:06:27 +0000 (21:06 -0800)] 
Merge branch 'progress-brand' of https://github.com/szastupov/bootstrap into szastupov-progress-brand

8 years agoMerge branch '14840-consistent-colors' of https://github.com/Kovah/bootstrap into...
Mark Otto [Tue, 20 Dec 2016 04:54:41 +0000 (20:54 -0800)] 
Merge branch '14840-consistent-colors' of https://github.com/Kovah/bootstrap into Kovah-14840-consistent-colors

8 years agoFix typo in migration docs: card-title is replacing panel-title (#21331)
Geoffrey Tisserand [Tue, 20 Dec 2016 04:35:02 +0000 (20:35 -0800)] 
Fix typo in migration docs: card-title is replacing panel-title (#21331)

8 years agoUpdate _modal.scss (#21346)
Jesse Mandel [Tue, 20 Dec 2016 04:34:27 +0000 (20:34 -0800)] 
Update _modal.scss (#21346)

pull->float comment

8 years agoAdd variables for transitions (#21345)
Tom Lutzenberger [Tue, 20 Dec 2016 04:33:17 +0000 (05:33 +0100)] 
Add variables for transitions (#21345)

* Add variables for transitions

* Add variables for transitions

8 years agofix(readme): locked composer to a proper version (#21338)
Michal Zdrojewski [Tue, 20 Dec 2016 04:31:44 +0000 (04:31 +0000)] 
fix(readme): locked composer to a proper version (#21338)

* fix(readme): locked composer to a proper version
Without a version lock, users get current stable

* match docs

8 years agoAdd 'system-ui' to font stack.
Bardi Harborow [Fri, 16 Dec 2016 12:43:24 +0000 (23:43 +1100)] 
Add 'system-ui' to font stack.

8 years agoMerge pull request #21363 from Johann-S/fixDocPopovers
Mark Otto [Tue, 20 Dec 2016 04:29:09 +0000 (20:29 -0800)] 
Merge pull request #21363 from Johann-S/fixDocPopovers

Remove mention of popovers auto placement + add note to migration docs

8 years agoUse brand color for progress bar 21368/head
Stepan Zastupov [Mon, 19 Dec 2016 21:58:37 +0000 (00:58 +0300)] 
Use brand color for progress bar

8 years agoRemove mention of popovers auto placement + add note to migration docs 21363/head
Johann-S [Mon, 19 Dec 2016 08:37:27 +0000 (09:37 +0100)] 
Remove mention of popovers auto placement + add note to migration docs

8 years agoupdate jsbin example, fixes #21322
Mark Otto [Mon, 12 Dec 2016 03:01:47 +0000 (19:01 -0800)] 
update jsbin example, fixes #21322

8 years agoclarify that
Mark Otto [Sun, 11 Dec 2016 01:03:32 +0000 (17:03 -0800)] 
clarify that

8 years agogrunt
Mark Otto [Sun, 11 Dec 2016 01:03:28 +0000 (17:03 -0800)] 
grunt

8 years agolinting property order
Mark Otto [Thu, 8 Dec 2016 18:23:47 +0000 (10:23 -0800)] 
linting property order

8 years agoput the custom control spacer var to use
Mark Otto [Thu, 8 Dec 2016 05:27:49 +0000 (21:27 -0800)] 
put the custom control spacer var to use

8 years agoUpdate _config.yml
Mark Otto [Thu, 8 Dec 2016 18:48:06 +0000 (10:48 -0800)] 
Update _config.yml

8 years agoUpdate jQuery CDN to use jQuery.com instead of Google
Christian Oliff [Tue, 6 Dec 2016 13:05:49 +0000 (22:05 +0900)] 
Update jQuery CDN to use jQuery.com instead of Google

Fixes: #21130
8 years agogrunt
Mark Otto [Thu, 8 Dec 2016 04:46:17 +0000 (20:46 -0800)] 
grunt

8 years agoFix tabs by using new classes 21036/head
Starsam80 [Thu, 27 Oct 2016 22:50:23 +0000 (16:50 -0600)] 
Fix tabs by using new classes

8 years agoRename `.active` to `.show`
Starsam80 [Thu, 27 Oct 2016 22:13:17 +0000 (16:13 -0600)] 
Rename `.active` to `.show`

8 years agoMerge pull request #21298 from twbs/carousel
Mark Otto [Tue, 6 Dec 2016 07:31:14 +0000 (23:31 -0800)] 
Merge pull request #21298 from twbs/carousel

Refactor carousel

8 years agotypo 21298/head
Mark Otto [Tue, 6 Dec 2016 04:37:22 +0000 (20:37 -0800)] 
typo

8 years agodrop the .carousel-control base class
Mark Otto [Mon, 5 Dec 2016 07:19:54 +0000 (23:19 -0800)] 
drop the .carousel-control base class

8 years agoupdate migration docs
Mark Otto [Mon, 5 Dec 2016 07:17:30 +0000 (23:17 -0800)] 
update migration docs

8 years agolinting
Mark Otto [Mon, 5 Dec 2016 06:19:20 +0000 (22:19 -0800)] 
linting

8 years agoredo the carousel example to match
Mark Otto [Mon, 5 Dec 2016 06:18:49 +0000 (22:18 -0800)] 
redo the carousel example to match

8 years agosimplify svg by only using viewbox
Mark Otto [Mon, 5 Dec 2016 06:06:29 +0000 (22:06 -0800)] 
simplify svg by only using viewbox

8 years agorename once more
Mark Otto [Mon, 5 Dec 2016 06:05:16 +0000 (22:05 -0800)] 
rename once more

8 years agodrop the fixed width of the indicators. instead use the carousel-control width as...
Mark Otto [Mon, 5 Dec 2016 06:05:05 +0000 (22:05 -0800)] 
drop the fixed width of the indicators. instead use the carousel-control width as margins to ensure content doesn't overlap

8 years agorename var
Mark Otto [Mon, 5 Dec 2016 06:01:31 +0000 (22:01 -0800)] 
rename var

8 years agothere's no font, so rip that var
Mark Otto [Mon, 5 Dec 2016 05:55:46 +0000 (21:55 -0800)] 
there's no font, so rip that var

8 years agoremove unused vars
Mark Otto [Mon, 5 Dec 2016 05:55:24 +0000 (21:55 -0800)] 
remove unused vars

8 years agorip responsive styles; they're unnecessary and likely require overriding anyway
Mark Otto [Mon, 5 Dec 2016 05:55:02 +0000 (21:55 -0800)] 
rip responsive styles; they're unnecessary and likely require overriding anyway

8 years agoredo control icons to use open iconic svgs inlined
Mark Otto [Mon, 5 Dec 2016 05:54:45 +0000 (21:54 -0800)] 
redo control icons to use open iconic svgs inlined

8 years agorename control left and right to prev and next; simplify styling by removing gradient
Mark Otto [Mon, 5 Dec 2016 05:54:04 +0000 (21:54 -0800)] 
rename control left and right to prev and next; simplify styling by removing gradient

8 years agorename in docs
Mark Otto [Mon, 5 Dec 2016 05:40:02 +0000 (21:40 -0800)] 
rename in docs

8 years agocode comment
Mark Otto [Mon, 5 Dec 2016 05:39:54 +0000 (21:39 -0800)] 
code comment

8 years agorename and un-nest icons
Mark Otto [Mon, 5 Dec 2016 05:39:46 +0000 (21:39 -0800)] 
rename and un-nest icons

8 years agoremove comment
Mark Otto [Mon, 5 Dec 2016 05:39:27 +0000 (21:39 -0800)] 
remove comment

8 years agoremove commented out code
Mark Otto [Mon, 5 Dec 2016 05:05:57 +0000 (21:05 -0800)] 
remove commented out code

8 years agoMerge branch 'v4-dev' into carousel
Mark Otto [Mon, 5 Dec 2016 05:05:19 +0000 (21:05 -0800)] 
Merge branch 'v4-dev' into carousel

8 years agoMove margin from adjacent selector to right on the .custom-control for better respons...
Mark Otto [Mon, 5 Dec 2016 04:42:12 +0000 (20:42 -0800)] 
Move margin from adjacent selector to right on the .custom-control for better responsive rendering (#21295)

8 years agonuke the text-shadow
Mark Otto [Mon, 5 Dec 2016 04:37:30 +0000 (20:37 -0800)] 
nuke the text-shadow

8 years agomove multiple carousels section up, add responsive classes there, reformat some stuff
Mark Otto [Mon, 5 Dec 2016 04:37:21 +0000 (20:37 -0800)] 
move multiple carousels section up, add responsive classes there, reformat some stuff

8 years agolinting
Mark Otto [Mon, 5 Dec 2016 04:27:33 +0000 (20:27 -0800)] 
linting

8 years agofix js for previous
Mark Otto [Mon, 5 Dec 2016 04:27:21 +0000 (20:27 -0800)] 
fix js for previous

8 years agoredesign indicators
Mark Otto [Mon, 5 Dec 2016 04:14:33 +0000 (20:14 -0800)] 
redesign indicators

8 years agobreak up example into three separate examples to show flexibility
Mark Otto [Mon, 5 Dec 2016 04:07:01 +0000 (20:07 -0800)] 
break up example into three separate examples to show flexibility

8 years agoclear up docs intro
Mark Otto [Mon, 5 Dec 2016 04:06:45 +0000 (20:06 -0800)] 
clear up docs intro

8 years agoupdate left/right classes on controls and add img classes
Mark Otto [Mon, 5 Dec 2016 03:53:37 +0000 (19:53 -0800)] 
update left/right classes on controls and add img classes

8 years agopull in js changes from #18830
Mark Otto [Mon, 5 Dec 2016 03:53:16 +0000 (19:53 -0800)] 
pull in js changes from #18830

8 years agoredo css more
Mark Otto [Mon, 5 Dec 2016 03:52:49 +0000 (19:52 -0800)] 
redo css more

- fix naming of left/right controls
- drop the absolute positioning of things and rely on only 3d transforms
- remove img styles and require classes to avoid inline-block line-height stuff

8 years agoRemove `.float-left` from card header nav (#21292)
Starsam80 [Mon, 5 Dec 2016 00:46:57 +0000 (17:46 -0700)] 
Remove `.float-left` from card header nav (#21292)

8 years agoUpdate bootstrap/scss/mixins/_breakpoints.scss (#21285)
sophiegit [Mon, 5 Dec 2016 00:46:07 +0000 (08:46 +0800)] 
Update bootstrap/scss/mixins/_breakpoints.scss (#21285)

grid-breakpoint for sm is 576px
https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186-L192

1._breakpoints.scss
comment  says that grid-breakpoint for sm is 544px,

2.http://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints
current document says that grid-breakpoint for sm is 544px,
but it should be 576px

8 years agoFix A11yUserVoice bugify rendering. (#21282)
Bardi Harborow [Mon, 5 Dec 2016 00:45:50 +0000 (11:45 +1100)] 
Fix A11yUserVoice bugify rendering. (#21282)

8 years agoRemove duplicate jQuery browser bug link. (#21283)
Bardi Harborow [Mon, 5 Dec 2016 00:45:38 +0000 (11:45 +1100)] 
Remove duplicate jQuery browser bug link. (#21283)

8 years agoDocumentation navigation fixes. (#21288)
Bardi Harborow [Mon, 5 Dec 2016 00:44:37 +0000 (11:44 +1100)] 
Documentation navigation fixes. (#21288)

* Make /utilities/ redirect to /utilities/borders/.

* Rewrite sidebar active link logic to ensure superstrings are not selected.

8 years agoTravis build infrastructure refresh. (#21108)
Bardi Harborow [Mon, 5 Dec 2016 00:40:27 +0000 (11:40 +1100)] 
Travis build infrastructure refresh. (#21108)

8 years agoRemove Wall of Browser Bugs entry for #14975
Chris Rebert [Fri, 2 Dec 2016 18:27:08 +0000 (10:27 -0800)] 
Remove Wall of Browser Bugs entry for #14975

https://webkit.org/b/150079 has been fixed!
Refs #14975

[ci skip]

8 years agohttps://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691
Chris Rebert [Fri, 2 Dec 2016 18:23:01 +0000 (10:23 -0800)] 
https://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691

So update the Wall of Browser Bugs entry accordingly.

[ci skip]

8 years agoRemove Chrome entry for position:sticky from Most Wanted Features list
Chris Rebert [Fri, 2 Dec 2016 18:16:42 +0000 (10:16 -0800)] 
Remove Chrome entry for position:sticky from Most Wanted Features list

It's shipping in Chrome 56:
https://bugs.chromium.org/p/chromium/issues/detail?id=231752

[ci skip]

8 years agogrunt
Mark Otto [Fri, 2 Dec 2016 18:13:36 +0000 (10:13 -0800)] 
grunt

8 years agoRemove soon-to-be-defunct callout about Firefox fieldset bug (#21262)
Chris Rebert [Fri, 2 Dec 2016 17:58:18 +0000 (09:58 -0800)] 
Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262)

The relevant bug has been fixed in Firefox 53:
https://bugzilla.mozilla.org/show_bug.cgi?id=504622

8 years agoReboot: Update <fieldset> comment to clarify that the default weirdness is part of...
Chris Rebert [Fri, 2 Dec 2016 17:57:22 +0000 (09:57 -0800)] 
Reboot: Update <fieldset> comment to clarify that the default weirdness is part of the standard. (#21261)

Refs https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
[skip sauce]

8 years ago[V4] Throw error when a plugin is in transition (#17823)
Johann [Fri, 2 Dec 2016 17:52:19 +0000 (18:52 +0100)] 
[V4] Throw error when a plugin is in transition (#17823)

* Throw error when a plugin is in transition
* Add unit tests about plugins in transition

8 years agoReboot: Add direct link to Edge scrollbar bug
Chris Rebert [Thu, 1 Dec 2016 05:43:42 +0000 (21:43 -0800)] 
Reboot: Add direct link to Edge scrollbar bug

Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/
[ci skip]

8 years agoReboot: Link directly to the temporal inputs WebKit bug
Chris Rebert [Thu, 1 Dec 2016 05:37:45 +0000 (21:37 -0800)] 
Reboot: Link directly to the temporal inputs WebKit bug

Refs https://bugs.webkit.org/show_bug.cgi?id=139848
[ci skip]

8 years agoRemove https://bugzil.la/504622 from Wall of Browser Bugs (#21260)
Chris Rebert [Thu, 1 Dec 2016 00:42:16 +0000 (16:42 -0800)] 
Remove https://bugzil.la/504622 from Wall of Browser Bugs (#21260)

It's fixed in Firefox 53! Yay!
Refs #12359
[ci skip]

8 years agoMerge pull request #21253 from ysds/remove-btn-outline
Patrick H. Lauke [Wed, 30 Nov 2016 20:25:34 +0000 (21:25 +0100)] 
Merge pull request #21253 from ysds/remove-btn-outline

Remove unnecessary .btn-outline and .btn-outline-inverse on docs

8 years agoRemove .btn-outline-inverse 21253/head
ysds [Wed, 30 Nov 2016 12:48:34 +0000 (21:48 +0900)] 
Remove .btn-outline-inverse

8 years agoRemove .btn-outline
ysds [Wed, 30 Nov 2016 12:47:57 +0000 (21:47 +0900)] 
Remove .btn-outline

8 years agogrunt
Mark Otto [Wed, 30 Nov 2016 05:37:00 +0000 (21:37 -0800)] 
grunt

8 years agoHide popovers when their containing modal is closed. (#21227)
Bardi Harborow [Tue, 29 Nov 2016 17:45:14 +0000 (04:45 +1100)] 
Hide popovers when their containing modal is closed. (#21227)

9 years agoAdd Wall of Browser Bugs entry for #21092
Chris Rebert [Tue, 29 Nov 2016 06:49:26 +0000 (22:49 -0800)] 
Add Wall of Browser Bugs entry for #21092

Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994
Refs #21092
[ci skip]

9 years agodocs/_data/browser-bugs.yml: Fix ordering
Chris Rebert [Tue, 29 Nov 2016 06:33:20 +0000 (22:33 -0800)] 
docs/_data/browser-bugs.yml: Fix ordering

[ci skip]

9 years agoAdd Wall of Browser Bugs entry for #20759
Chris Rebert [Tue, 29 Nov 2016 06:23:28 +0000 (22:23 -0800)] 
Add Wall of Browser Bugs entry for #20759

Refs https://bugs.webkit.org/show_bug.cgi?id=162362
Closes #20759
[ci skip]

9 years agoFix #20936 make inline checkbox/radio markup same as stacked (#20995)
Brad Kent [Tue, 29 Nov 2016 04:56:49 +0000 (22:56 -0600)] 
Fix #20936 make inline checkbox/radio markup same as stacked (#20995)

* #20936 make inline checkbox/radio markup same as stacked

* tweak language and remove extra blank line in snippet

9 years agoFix #20908 (#21244)
Mark Otto [Tue, 29 Nov 2016 04:26:28 +0000 (20:26 -0800)] 
Fix #20908 (#21244)

Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.

9 years agofixes #21072: clarify location of variables file (and avoid linking to a file that...
Mark Otto [Tue, 29 Nov 2016 01:21:48 +0000 (17:21 -0800)] 
fixes #21072: clarify location of variables file (and avoid linking to a file that will be broken depending on the branch name)

9 years agogrunt
Mark Otto [Tue, 29 Nov 2016 01:18:44 +0000 (17:18 -0800)] 
grunt

9 years agofixes #21219: update docs to reflect current sm breakpoint value
Mark Otto [Tue, 29 Nov 2016 01:05:17 +0000 (17:05 -0800)] 
fixes #21219: update docs to reflect current sm breakpoint value

9 years agoUse multi-selector to remove the same event handler (#20642)
Juno_okyo [Mon, 28 Nov 2016 21:42:32 +0000 (04:42 +0700)] 
Use multi-selector to remove the same event handler (#20642)

9 years agogrunt
Mark Otto [Mon, 28 Nov 2016 21:40:47 +0000 (13:40 -0800)] 
grunt

9 years agoMerge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM...
Mark Otto [Mon, 28 Nov 2016 21:39:56 +0000 (13:39 -0800)] 
Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into J2TeaM-v4-js-carousel

9 years agogrunt
Mark Otto [Mon, 28 Nov 2016 21:36:46 +0000 (13:36 -0800)] 
grunt

9 years agoFix incorrect select height calculation (#21171)
Florian Schlittenbauer [Mon, 28 Nov 2016 21:33:11 +0000 (22:33 +0100)] 
Fix incorrect select height calculation (#21171)