]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agoPrint color fix dark tables and dark theads (#26193)
Martijn Cuppens [Tue, 24 Apr 2018 04:51:48 +0000 (06:51 +0200)] 
Print color fix dark tables and dark theads (#26193)

7 years agoUpdate Jekyll to 3.8.0. (#26352)
XhmikosR [Sun, 22 Apr 2018 07:16:44 +0000 (10:16 +0300)] 
Update Jekyll to 3.8.0. (#26352)

7 years agodetect test exceeded maximum duration on Sauce Labs
Johann-S [Thu, 19 Apr 2018 07:27:49 +0000 (09:27 +0200)] 
detect test exceeded maximum duration on Sauce Labs

7 years agotypo
Mark Otto [Tue, 17 Apr 2018 17:30:16 +0000 (10:30 -0700)] 
typo

7 years agoBe explicit in the docs for deprecating text-hide
Mark Otto [Tue, 17 Apr 2018 15:33:44 +0000 (08:33 -0700)] 
Be explicit in the docs for deprecating text-hide

7 years agoUpdate devDependencies. (#26322)
XhmikosR [Tue, 17 Apr 2018 12:32:08 +0000 (15:32 +0300)] 
Update devDependencies. (#26322)

7 years agoUpdate devDependencies. (#26309)
XhmikosR [Mon, 16 Apr 2018 10:15:56 +0000 (13:15 +0300)] 
Update devDependencies. (#26309)

7 years agoSuppress text-hide deprecation warning (#26242)
Alexander Rechsteiner [Mon, 16 Apr 2018 06:45:07 +0000 (08:45 +0200)] 
Suppress text-hide deprecation warning (#26242)

7 years agobreadcrumb.md: Remove trailing space.
XhmikosR [Wed, 11 Apr 2018 14:19:25 +0000 (17:19 +0300)] 
breadcrumb.md: Remove trailing space.

7 years agoBump version to 4.1.0 for remaining files.
XhmikosR [Wed, 11 Apr 2018 10:03:41 +0000 (13:03 +0300)] 
Bump version to 4.1.0 for remaining files.

7 years agoResolve #26262: Add deprecated warning (#26292)
Varunram Ganesh [Mon, 16 Apr 2018 06:27:06 +0000 (11:57 +0530)] 
Resolve #26262: Add deprecated warning (#26292)

7 years agoRemove `dialog` from the HTML5 shim style (#26269)
Patrick H. Lauke [Sun, 15 Apr 2018 23:25:39 +0000 (00:25 +0100)] 
Remove `dialog` from the HTML5 shim style (#26269)

`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }`
by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers,
but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.

7 years ago[trivial] Correct typos (#26297)
Varunram Ganesh [Sat, 14 Apr 2018 07:41:18 +0000 (13:11 +0530)] 
[trivial] Correct typos (#26297)

7 years agofix issue related to Object.keys and Dropdown issue
Johann-S [Fri, 13 Apr 2018 09:52:12 +0000 (11:52 +0200)] 
fix issue related to Object.keys and Dropdown issue

7 years agoDocs/examples: change links to Sass documentation and example.com to https
Swardu [Thu, 12 Apr 2018 10:56:33 +0000 (12:56 +0200)] 
Docs/examples: change links to Sass documentation and example.com to https

7 years agomodal use global scope for default
MietekN [Thu, 12 Apr 2018 09:21:10 +0000 (11:21 +0200)] 
modal use global scope for default

7 years agoDropdowns `display` default value (#26272)
denisname [Thu, 12 Apr 2018 07:42:36 +0000 (09:42 +0200)] 
Dropdowns `display` default value (#26272)

7 years agoupdate README.md - debug search option is now in application.js (#26263)
Laussel Loïc [Wed, 11 Apr 2018 14:08:34 +0000 (16:08 +0200)] 
update README.md - debug search option is now in application.js (#26263)

7 years agoFix incorrect value of Stylelint option (#26192)
ruedap [Tue, 10 Apr 2018 12:40:01 +0000 (21:40 +0900)] 
Fix incorrect value of Stylelint option (#26192)

7 years agoUpdate dependencies and gems (#26234)
XhmikosR [Tue, 10 Apr 2018 12:35:18 +0000 (15:35 +0300)] 
Update dependencies and gems (#26234)

7 years agoFix incorrect class name (#26239)
Jonathan [Tue, 10 Apr 2018 12:05:42 +0000 (14:05 +0200)] 
Fix incorrect class name (#26239)

Fixes #26235

7 years agov4 improve coverage (#25945)
Johann-S [Tue, 10 Apr 2018 07:28:29 +0000 (09:28 +0200)] 
v4 improve coverage (#25945)

* Improve code coverage for our Button plugin

* improve coverage for our Alert plugin

* test tooltip update method

* test update and dispose for dropdown

* increase code coverage requirements

7 years agoClean up globals.
XhmikosR [Mon, 9 Apr 2018 09:08:46 +0000 (12:08 +0300)] 
Clean up globals.

Also, add a missing license header in build/workbox.js.

7 years agoShip v4.1.0 (#26218) v4.1.0
Mark Otto [Mon, 9 Apr 2018 16:00:23 +0000 (09:00 -0700)] 
Ship v4.1.0 (#26218)

* update docs path from docs/4.0/ to docs/4.1/

* bump version to 4.1.0

* Update redirects to work for 4.1 docs move

* Update docs version switcher to include latest and link to 4.0 docs

* re-run dist

* Update package-lock.json

* Update docs-navbar.html

7 years agovnu.jar: Ignore all wrong language code warnings.
XhmikosR [Sat, 13 Jan 2018 07:54:37 +0000 (09:54 +0200)] 
vnu.jar: Ignore all wrong language code warnings.

7 years agocloses #26213
Mark Otto [Sat, 7 Apr 2018 18:59:46 +0000 (11:59 -0700)] 
closes #26213

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Thu, 5 Apr 2018 21:08:18 +0000 (14:08 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agoadd examples to theming docs section on css vars in media queries, closes #26205
Mark Otto [Thu, 5 Apr 2018 21:08:13 +0000 (14:08 -0700)] 
add examples to theming docs section on css vars in media queries, closes #26205

7 years agoRemove note about multiple inputs (#26194)
Jason Quense [Thu, 5 Apr 2018 21:03:54 +0000 (17:03 -0400)] 
Remove note about multiple inputs (#26194)

* Remove note about multiple inputs

* patchs the PR and removes the word Also

7 years agodocs: Switch to StackPath's URL.
XhmikosR [Tue, 27 Mar 2018 16:51:43 +0000 (19:51 +0300)] 
docs: Switch to StackPath's URL.

While the old one will keep working, better switch to the new one.

7 years agoFix broken URI fragments and redirects.
XhmikosR [Mon, 2 Apr 2018 11:55:58 +0000 (14:55 +0300)] 
Fix broken URI fragments and redirects.

7 years agoUse https when possible.
XhmikosR [Sun, 1 Apr 2018 07:35:51 +0000 (10:35 +0300)] 
Use https when possible.

7 years agodist
Mark Otto [Mon, 2 Apr 2018 01:21:41 +0000 (18:21 -0700)] 
dist

7 years agoPagination move `.page-link:focus` outline value to variable `$pagination-focus-outli...
Patrick Yeo [Fri, 19 Jan 2018 00:47:47 +0000 (16:47 -0800)] 
Pagination move `.page-link:focus` outline value to variable `$pagination-focus-outline` so we can unset it via Sass and don't have to re-implement browser defaults

7 years agoAllow non-string content as breadcrumb divider (#25581)
Martijn Cuppens [Mon, 2 Apr 2018 01:15:57 +0000 (03:15 +0200)] 
Allow non-string content as breadcrumb divider (#25581)

* Allow url(), attr(), none,... as breadcrumb divider
* Update breadcrumb divider docs

7 years agoUpdate offcanvas example for IE support
Mark Otto [Sun, 1 Apr 2018 21:10:34 +0000 (14:10 -0700)] 
Update offcanvas example for IE support

- Replaces CSS variables with their appropriate hex values
- Fixes the broken navbar transition by moving from 2D translates to using position
- Fix broken IE navbar toggler placement with some utilities (not necessary anywhere else, but necessary given flexbox quirks)

7 years agoDashboard updates (#26179)
Mark Otto [Mon, 2 Apr 2018 01:14:07 +0000 (18:14 -0700)] 
Dashboard updates (#26179)

* Update Dashboard example

- Replaces .sticky-top on .navbar with .fixed-top
- Adjusts padding on main content area and sidebar to account for fixed navbar
- Move to padding in sidebar instead of top: 48px; fixes Firefox rendering issue
- Adds new .shadow utility for a little extra cherry on top
- Moves sticky styles to separate feature query ruleset to avoid IE rendering issues

* Add .w-100 to chart to fix IE horizontal scroll from label that extended past viewport

7 years agoTiny grammar and punctuation tweaks to a comment. 17021/head
Tom Swirly [Sun, 1 Apr 2018 15:22:31 +0000 (17:22 +0200)] 
Tiny grammar and punctuation tweaks to a comment.

1. It's == "it is"

2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it.

Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.

7 years agodocs edit suggestion
Mark Otto [Sun, 1 Apr 2018 19:58:03 +0000 (12:58 -0700)] 
docs edit suggestion

7 years agodist
Mark Otto [Sun, 1 Apr 2018 05:15:15 +0000 (22:15 -0700)] 
dist

7 years agoDeprecate .text-hide (#26173)
Mark Otto [Sun, 1 Apr 2018 05:10:32 +0000 (22:10 -0700)] 
Deprecate .text-hide (#26173)

7 years agoAdd box-shadow utilities (#25758)
Mark Otto [Sun, 1 Apr 2018 05:07:48 +0000 (22:07 -0700)] 
Add box-shadow utilities (#25758)

7 years agoMention browserslist config in our docs to close #25429
Mark Otto [Sat, 31 Mar 2018 21:05:22 +0000 (14:05 -0700)] 
Mention browserslist config in our docs to close #25429

7 years agoAdd new .flex-grow and .flex-shrink utils
Mark Otto [Sat, 31 Mar 2018 21:22:01 +0000 (14:22 -0700)] 
Add new .flex-grow and .flex-shrink utils

7 years agoFix Chrome's rendering of .card-columns
Mark Otto [Sat, 31 Mar 2018 21:33:24 +0000 (14:33 -0700)] 
Fix Chrome's rendering of .card-columns

Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739.

Fixes #20925.

7 years agodocument new text color utils
Mark Otto [Sat, 31 Mar 2018 21:45:23 +0000 (14:45 -0700)] 
document new text color utils

7 years agoadd 50% translucent black and white text
Mark Otto [Sat, 31 Mar 2018 21:45:14 +0000 (14:45 -0700)] 
add 50% translucent black and white text

7 years agoadd .text-body, fixes #25412
Mark Otto [Sat, 31 Mar 2018 21:39:43 +0000 (14:39 -0700)] 
add .text-body, fixes #25412

7 years agoClose #25697
Mark Otto [Sat, 31 Mar 2018 21:59:03 +0000 (14:59 -0700)] 
Close #25697

Removes the .justify-content-between from a navbar form example given it's the default style. Instead, mention how to adjust this and link to flex utils.

7 years agoRemove navbar align
Martijn Cuppens [Wed, 14 Mar 2018 17:49:04 +0000 (18:49 +0100)] 
Remove navbar align

7 years agoAdd .text-monospace util
Mark Otto [Sun, 1 Apr 2018 04:04:54 +0000 (21:04 -0700)] 
Add .text-monospace util

7 years agofixes #25343 by mentioning how collapse animates in docs
Mark Otto [Sun, 1 Apr 2018 01:36:10 +0000 (18:36 -0700)] 
fixes #25343 by mentioning how collapse animates in docs

7 years agoAdd small not to float docs about mixing with flex items
Mark Otto [Sat, 31 Mar 2018 22:07:26 +0000 (15:07 -0700)] 
Add small not to float docs about mixing with flex items

Closes #25829, closes #25924

7 years agodist
Mark Otto [Sat, 31 Mar 2018 20:59:37 +0000 (13:59 -0700)] 
dist

7 years agofixes #25918
Mark Otto [Sat, 31 Mar 2018 20:55:40 +0000 (13:55 -0700)] 
fixes #25918

7 years agoCorrect children selector
Martijn Cuppens [Fri, 30 Mar 2018 07:47:08 +0000 (09:47 +0200)] 
Correct children selector

7 years agoRevert "docs: Switch to StackPath's URL."
XhmikosR [Fri, 30 Mar 2018 06:17:30 +0000 (09:17 +0300)] 
Revert "docs: Switch to StackPath's URL."

This reverts commit 70520855e8f597995fb1df69b854f99f705d2e59.

7 years agodocs: Switch to StackPath's URL.
XhmikosR [Tue, 27 Mar 2018 16:51:43 +0000 (19:51 +0300)] 
docs: Switch to StackPath's URL.

While the old one will keep working, better switch to the new one.

7 years agoAdd .bg-transparent to docs
Varunram [Thu, 29 Mar 2018 04:08:09 +0000 (09:38 +0530)] 
Add .bg-transparent to docs

7 years agofix bundle and run test against it
Johann-S [Thu, 29 Mar 2018 20:16:56 +0000 (22:16 +0200)] 
fix bundle and run test against it

7 years agoFix spacing between Item and numbers
Nat Zimmermann [Tue, 27 Mar 2018 17:06:16 +0000 (18:06 +0100)] 
Fix spacing between Item and numbers

7 years agoFix duplicate `main` element.
XhmikosR [Tue, 27 Mar 2018 09:49:29 +0000 (12:49 +0300)] 
Fix duplicate `main` element.

7 years agoFix skip element disabled via attribute when using keyboard navigation
vsn4ik [Mon, 22 Jan 2018 23:03:00 +0000 (02:03 +0300)] 
Fix skip element disabled via attribute when using keyboard navigation

7 years agoRemove the local jquery-1.9.1.min.js.
XhmikosR [Wed, 21 Mar 2018 10:00:13 +0000 (12:00 +0200)] 
Remove the local jquery-1.9.1.min.js.

7 years agotests: load 3rd-party libs from the local node_modules folder.
XhmikosR [Wed, 21 Mar 2018 09:47:37 +0000 (11:47 +0200)] 
tests: load 3rd-party libs from the local node_modules folder.

This reduces duplication and the chances to forget to update something.

7 years agofix rollup config
Johann-S [Tue, 20 Mar 2018 21:05:30 +0000 (22:05 +0100)] 
fix rollup config

7 years agoUpdate all devDependencies.
XhmikosR [Tue, 20 Mar 2018 15:39:54 +0000 (17:39 +0200)] 
Update all devDependencies.

Kept back karma-qunit and qunitjs because tests fail.

7 years agoUpdate workbox.js
XhmikosR [Tue, 20 Mar 2018 15:24:49 +0000 (17:24 +0200)] 
Update workbox.js

7 years agosw.js: fix TypeError with new workbox.
XhmikosR [Tue, 20 Mar 2018 15:22:05 +0000 (17:22 +0200)] 
sw.js: fix TypeError with new workbox.

7 years agoUpdate to workbox 3.0 & fix breaking changes
Michael [Fri, 16 Mar 2018 20:46:58 +0000 (20:46 +0000)] 
Update to workbox 3.0 & fix breaking changes

7 years agoUse sinon from cdnjs.
XhmikosR [Tue, 13 Mar 2018 23:31:51 +0000 (01:31 +0200)] 
Use sinon from cdnjs.

7 years agotests: use QUnit from the jQuery CDN.
XhmikosR [Tue, 13 Mar 2018 23:30:06 +0000 (01:30 +0200)] 
tests: use QUnit from the jQuery CDN.

7 years agoUpdate dependencies.
XhmikosR [Tue, 13 Mar 2018 23:22:38 +0000 (01:22 +0200)] 
Update dependencies.

7 years agothrow error when coverage is under our thresholds
Johann-S [Tue, 20 Mar 2018 15:08:19 +0000 (16:08 +0100)] 
throw error when coverage is under our thresholds

7 years agoUse transitionEnd in QUnit since we moved away from PhantomJS
Johann-S [Tue, 20 Mar 2018 10:07:58 +0000 (11:07 +0100)] 
Use transitionEnd in QUnit since we moved away from PhantomJS

7 years agoMaking use of `prefers-reduced-motion` media query (#25641)
Mike Rogers [Tue, 20 Mar 2018 09:28:21 +0000 (09:28 +0000)] 
Making use of `prefers-reduced-motion` media query (#25641)

* Making use of `prefers-reduced-motion` media query

As discussed in #25249 - if a user (Who is using Safari / iOS) requests
reduced motion in their system settings, we should avoid transitions.

* Ignoring prefers reduced motion for CSS Linting
* Updating copy clarifying the reduce motion functionality in accessibility.md

7 years agoSeparate issue templates, add support doc (#25705)
Mark Otto [Sat, 17 Mar 2018 23:44:58 +0000 (16:44 -0700)] 
Separate issue templates, add support doc (#25705)

* Update issue template to break down by bug and template, add support doc to close #23133

* add links from readme for bug and feature templates

7 years agotheming.md Typo Fix (#25875)
Ethan Beyer [Fri, 16 Mar 2018 22:18:46 +0000 (18:18 -0400)] 
theming.md Typo Fix (#25875)

it's ≠ its

7 years agoUpdate vertical pills example (#25852)
Varunram Ganesh [Fri, 16 Mar 2018 11:38:30 +0000 (17:08 +0530)] 
Update vertical pills example (#25852)

Add the column/grid to the example code (which is what makes it vertical in the first place)

7 years agoFix order of Save/Close buttons in modal code example (#25855)
John Bennet Veloya [Thu, 15 Mar 2018 22:18:30 +0000 (15:18 -0700)] 
Fix order of Save/Close buttons in modal code example (#25855)

7 years agoAlternative solution.
XhmikosR [Wed, 14 Mar 2018 17:44:32 +0000 (19:44 +0200)] 
Alternative solution.

Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.

7 years agoEnable docsearch in development env.
m5o [Wed, 7 Mar 2018 14:30:13 +0000 (16:30 +0200)] 
Enable docsearch in development env.

Previously a search redirected to `https://getbootstrap.com/...`

7 years agoRemove custom example plugin. (#25784)
m5o [Wed, 14 Mar 2018 15:44:38 +0000 (16:44 +0100)] 
Remove custom example plugin. (#25784)

7 years agoDocument `.form-control-range`. (#25839)
Varunram Ganesh [Tue, 13 Mar 2018 23:06:43 +0000 (04:36 +0530)] 
Document `.form-control-range`. (#25839)

7 years agoAdd Sinon to do better unit test
Johann-S [Fri, 9 Mar 2018 22:17:57 +0000 (23:17 +0100)] 
Add Sinon to do better unit test

7 years agoapproach.md: Use normal apostrophes.
XhmikosR [Tue, 13 Mar 2018 11:32:26 +0000 (13:32 +0200)] 
approach.md: Use normal apostrophes.

They are converted when building.

7 years agoapproach.md: Fix empty link.
XhmikosR [Tue, 13 Mar 2018 11:25:22 +0000 (13:25 +0200)] 
approach.md: Fix empty link.

7 years agosaucelabs-unit-test.js: tweak failed tests message (#25836)
XhmikosR [Tue, 13 Mar 2018 12:08:56 +0000 (14:08 +0200)] 
saucelabs-unit-test.js: tweak failed tests message (#25836)

7 years agofix get the transition duration parent
Johann-S [Tue, 13 Mar 2018 09:38:36 +0000 (10:38 +0100)] 
fix get the transition duration parent

7 years agoVariable transition durations (#25662)
Martijn Cuppens [Tue, 13 Mar 2018 08:59:20 +0000 (09:59 +0100)] 
Variable transition durations (#25662)

7 years agoClarify the necessary `data-target`/`href` attribute for carousel controls (#25690)
Stephen Beemsterboer [Tue, 13 Mar 2018 07:31:37 +0000 (03:31 -0400)] 
Clarify the necessary `data-target`/`href` attribute for carousel controls (#25690)

7 years agoUse bugify without custom Jekyll plugin (#25334)
m5o [Mon, 12 Mar 2018 21:08:44 +0000 (22:08 +0100)] 
Use bugify without custom Jekyll plugin (#25334)

7 years agocallout.html: drop whitespace and better usage comment.
XhmikosR [Mon, 12 Mar 2018 19:20:14 +0000 (21:20 +0200)] 
callout.html: drop whitespace and better usage comment.

7 years agoUse callout without custom Jekyll plugin.
m5o [Mon, 15 Jan 2018 22:49:36 +0000 (00:49 +0200)] 
Use callout without custom Jekyll plugin.

7 years agoRename `.custom-file-control` to `.custom-file-label` (#25736)
ysds [Mon, 12 Mar 2018 17:51:27 +0000 (02:51 +0900)] 
Rename `.custom-file-control` to `.custom-file-label` (#25736)

7 years agoAdd basic position to dropup/right/left and dropdown-menu-right (#25400)
ysds [Mon, 12 Mar 2018 17:44:05 +0000 (02:44 +0900)] 
Add basic position to dropup/right/left and dropdown-menu-right (#25400)

7 years agoDisable link functionality on disabled `btn-link` (#25645)
Peter Etelej [Mon, 12 Mar 2018 17:36:25 +0000 (20:36 +0300)] 
Disable link functionality on disabled `btn-link` (#25645)

Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639
ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.

7 years agoFix examples' issues #25664 and #25388 (#25665)
ysds [Mon, 12 Mar 2018 17:29:45 +0000 (02:29 +0900)] 
Fix examples' issues #25664 and #25388 (#25665)

* Prevent sign-in form from going outside viewport (#25388)

* Workaround IE centering bug

7 years agoReplace "loose" HEX values with their respective variables (#25672)
Jacob Müller [Mon, 12 Mar 2018 17:19:37 +0000 (18:19 +0100)] 
Replace "loose" HEX values with their respective variables (#25672)

7 years agoClean shell scripts (#25704)
Léo Andrès [Mon, 12 Mar 2018 16:59:57 +0000 (17:59 +0100)] 
Clean shell scripts (#25704)