]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agoUpdate devDependencies. (#27806)
XhmikosR [Mon, 10 Dec 2018 08:34:30 +0000 (10:34 +0200)] 
Update devDependencies. (#27806)

6 years agoRemove nonsensical boolean check (#27787)
Patrick H. Lauke [Thu, 6 Dec 2018 11:30:12 +0000 (11:30 +0000)] 
Remove nonsensical boolean check (#27787)

...as it always evaluates to true

6 years agoavoid console call in our unit tests (#27790)
Johann-S [Thu, 6 Dec 2018 08:51:35 +0000 (09:51 +0100)] 
avoid console call in our unit tests (#27790)

6 years agoUpdate devDependencies. (#27764)
XhmikosR [Thu, 6 Dec 2018 06:34:35 +0000 (08:34 +0200)] 
Update devDependencies. (#27764)

6 years agoReplaced fixed 'bolder' font weight value in reboot with variable. (#27782)
Gijs Rogé [Thu, 6 Dec 2018 06:21:18 +0000 (07:21 +0100)] 
Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)

The default font weight value for <strong> <br> in reboot was
set by a fixed value we now use the variable $font-weight-bolder
to let users override this value.

6 years agoMake disabled link in card examples non-focusable and add aria-disabled (#27788)
Patrick H. Lauke [Thu, 6 Dec 2018 06:16:22 +0000 (06:16 +0000)] 
Make disabled link in card examples non-focusable and add aria-disabled (#27788)

6 years agoAdd aria-modal to modals (#27780)
Patrick H. Lauke [Wed, 5 Dec 2018 18:58:09 +0000 (18:58 +0000)] 
Add aria-modal to modals (#27780)

Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden

6 years agoMake form grid gutter width configurable (#27766)
Jacob Müller [Wed, 5 Dec 2018 15:15:24 +0000 (16:15 +0100)] 
Make form grid gutter width configurable (#27766)

6 years agoAllow Tooltips/Popovers to work in shadow DOM
Johann-S [Thu, 30 Nov 2017 09:54:27 +0000 (10:54 +0100)] 
Allow Tooltips/Popovers to work in shadow DOM

6 years agoAdd quotes according to the stylelint rule (#27771)
Shohei Yoshida [Wed, 5 Dec 2018 11:40:59 +0000 (20:40 +0900)] 
Add quotes according to the stylelint rule (#27771)

6 years agofix regression about using element for tooltip container option
Johann-S [Wed, 5 Dec 2018 09:25:00 +0000 (10:25 +0100)] 
fix regression about using element for tooltip container option

6 years agoRemove double 'the' in comment (#27767)
acidrums4 [Tue, 4 Dec 2018 19:14:23 +0000 (14:14 -0500)] 
Remove double 'the' in comment (#27767)

6 years agospinners: use `.sr-only` instead of text-hide technique (#27736)
Shohei Yoshida [Tue, 4 Dec 2018 06:02:49 +0000 (15:02 +0900)] 
spinners: use `.sr-only` instead of text-hide technique (#27736)

6 years agoUpdate contents.md
XhmikosR [Wed, 28 Nov 2018 20:57:02 +0000 (22:57 +0200)] 
Update contents.md

6 years agoRemove `no_toc_section`.
XhmikosR [Wed, 28 Nov 2018 17:55:41 +0000 (19:55 +0200)] 
Remove `no_toc_section`.

6 years agoRevert "Use `h5` for callouts so that they are not included in ToC."
XhmikosR [Wed, 28 Nov 2018 17:49:34 +0000 (19:49 +0200)] 
Revert "Use `h5` for callouts so that they are not included in ToC."

This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927.

This is no longer needed with jekyll-toc 0.9.1.

6 years agoConfigure multiple no_toc_section classes
toshimaru [Wed, 28 Nov 2018 14:06:30 +0000 (23:06 +0900)] 
Configure multiple no_toc_section classes

6 years agoUpdate jekyll-toc to v0.9.1.
XhmikosR [Tue, 27 Nov 2018 17:13:23 +0000 (19:13 +0200)] 
Update jekyll-toc to v0.9.1.

6 years ago.eslintignore: Remove unneeded entry.
XhmikosR [Wed, 28 Nov 2018 11:06:08 +0000 (13:06 +0200)] 
.eslintignore: Remove unneeded entry.

6 years agoRemove unneeded ESLint config file.
XhmikosR [Wed, 28 Nov 2018 11:05:31 +0000 (13:05 +0200)] 
Remove unneeded ESLint config file.

We have /site/.eslintrc.json that covers this.

6 years agoRevert "build/*.js: set `sourceType` to module."
XhmikosR [Wed, 28 Nov 2018 11:03:28 +0000 (13:03 +0200)] 
Revert "build/*.js: set `sourceType` to module."

This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.

6 years agoUse `h5` for callouts so that they are not included in ToC.
XhmikosR [Sun, 11 Nov 2018 10:07:42 +0000 (12:07 +0200)] 
Use `h5` for callouts so that they are not included in ToC.

Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included.

We should revisit this if the bug is fixed later.

6 years agoInline bootstrap-stack.svg.
XhmikosR [Tue, 27 Nov 2018 13:28:37 +0000 (15:28 +0200)] 
Inline bootstrap-stack.svg.

It's pretty small compressed; a little less than 1 KB with gzip.

6 years agoUse an SVG for the stack image.
XhmikosR [Tue, 27 Nov 2018 07:44:45 +0000 (09:44 +0200)] 
Use an SVG for the stack image.

Image by @mdo.

6 years agoMove examples images in assets/img/examples/ folder.
XhmikosR [Sat, 17 Nov 2018 11:31:49 +0000 (13:31 +0200)] 
Move examples images in assets/img/examples/ folder.

6 years agoUse srcset for examples too.
XhmikosR [Thu, 15 Nov 2018 06:46:30 +0000 (08:46 +0200)] 
Use srcset for examples too.

6 years agohomepage: use srcset.
XhmikosR [Thu, 15 Nov 2018 06:22:10 +0000 (08:22 +0200)] 
homepage: use srcset.

This should reduce the amount of bytes for non-2x displays.

6 years agoUpdate migration page to indicate the info can be used for 4.1.x as well as 4.0.x
Christian Oliff [Mon, 26 Nov 2018 13:28:33 +0000 (22:28 +0900)] 
Update migration page to indicate the info can be used for 4.1.x as well as 4.0.x

6 years agoUpdate package-lock.json.
XhmikosR [Mon, 26 Nov 2018 20:14:51 +0000 (22:14 +0200)] 
Update package-lock.json.

6 years agoChange OS X to macOS in Sass comments (#27729)
Christian Oliff [Mon, 26 Nov 2018 14:57:33 +0000 (23:57 +0900)] 
Change OS X to macOS in Sass comments (#27729)

It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS

6 years agoAdd test to make sure we enforce focus on modal (#27723)
Johann-S [Sun, 25 Nov 2018 16:20:55 +0000 (17:20 +0100)] 
Add test to make sure we enforce focus on modal (#27723)

6 years agoship.sh: add missing period.
XhmikosR [Sun, 25 Nov 2018 09:49:14 +0000 (11:49 +0200)] 
ship.sh: add missing period.

6 years agoGrow button width to the parent button group (#27717)
ysds [Sun, 25 Nov 2018 11:05:31 +0000 (20:05 +0900)] 
Grow button width to the parent button group (#27717)

6 years agoDist
XhmikosR [Sat, 24 Nov 2018 16:22:59 +0000 (18:22 +0200)] 
Dist

6 years agoUpdate devDependencies.
XhmikosR [Sat, 24 Nov 2018 16:14:31 +0000 (18:14 +0200)] 
Update devDependencies.

6 years agoprevent text selection for floating labels example (#27719)
m5o [Sat, 24 Nov 2018 12:25:18 +0000 (13:25 +0100)] 
prevent text selection for floating labels example (#27719)

* prevent text selection for floating labels
  * expand the click target by no selecting the label text
* use `pointer-events: none;` instead of `user-select`
  * thx @MartijnCuppens

6 years agoAdd opacity transition
Martijn Cuppens [Fri, 23 Nov 2018 13:21:02 +0000 (14:21 +0100)] 
Add opacity transition

6 years agoRevert "Replace anchor.js with jekyll-anchor-headings."
XhmikosR [Fri, 23 Nov 2018 13:00:03 +0000 (15:00 +0200)] 
Revert "Replace anchor.js with jekyll-anchor-headings."

This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.

6 years agoFix body scrolling issue when modal open (#27698)
ysds [Fri, 23 Nov 2018 12:41:42 +0000 (21:41 +0900)] 
Fix body scrolling issue when modal open (#27698)

6 years agoUpdate DocSearch.js to latest version
Pixelastic [Thu, 22 Nov 2018 14:34:34 +0000 (15:34 +0100)] 
Update DocSearch.js to latest version

The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab.

To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method.

This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it.

Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)

6 years agoUpdate devDependencies.
XhmikosR [Thu, 22 Nov 2018 09:09:35 +0000 (11:09 +0200)] 
Update devDependencies.

6 years agoFixed a fixed height issue of input-group size option (#27687)
ysds [Thu, 22 Nov 2018 08:29:33 +0000 (17:29 +0900)] 
Fixed a fixed height issue of input-group size option (#27687)

6 years agoAdd border-radius to dropdown items (#27703)
Roy Klutman [Wed, 21 Nov 2018 22:24:13 +0000 (23:24 +0100)] 
Add border-radius to dropdown items (#27703)

6 years agoPlaceholders: use our gray colors (#27701)
m5o [Wed, 21 Nov 2018 18:59:21 +0000 (19:59 +0100)] 
Placeholders: use our gray colors (#27701)

Previously we were using the old holder.js colors.

6 years agoSass precision documentation (#27705)
Martijn Cuppens [Wed, 21 Nov 2018 18:51:47 +0000 (19:51 +0100)] 
Sass precision documentation (#27705)

6 years agoreboot: Fix mailto address (#27700)
XhmikosR [Wed, 21 Nov 2018 13:24:38 +0000 (15:24 +0200)] 
reboot: Fix mailto address (#27700)

6 years agodocs: fix path to assets. (#27696)
XhmikosR [Wed, 21 Nov 2018 13:11:31 +0000 (15:11 +0200)] 
docs: fix path to assets. (#27696)

6 years agoUse wrapping span instead of div (#27695)
Martijn Cuppens [Tue, 20 Nov 2018 19:53:10 +0000 (20:53 +0100)] 
Use wrapping span instead of div (#27695)

6 years agodocs-sidebar.html: remove commented out code.
XhmikosR [Fri, 16 Nov 2018 15:54:12 +0000 (17:54 +0200)] 
docs-sidebar.html: remove commented out code.

Leftover from old times.

6 years agoReindent.
XhmikosR [Fri, 16 Nov 2018 15:52:02 +0000 (17:52 +0200)] 
Reindent.

6 years agoRemove holder.js.
XhmikosR [Wed, 14 Nov 2018 13:59:15 +0000 (15:59 +0200)] 
Remove holder.js.

6 years agoUse the new include in examples too.
XhmikosR [Wed, 14 Nov 2018 13:52:02 +0000 (15:52 +0200)] 
Use the new include in examples too.

6 years agoFix placeholder image replacement.
m5o [Wed, 14 Nov 2018 13:10:23 +0000 (15:10 +0200)] 
Fix placeholder image replacement.

6 years agoTweak placeholder.svg.
XhmikosR [Mon, 12 Nov 2018 20:54:33 +0000 (22:54 +0200)] 
Tweak placeholder.svg.

* always include the title
* make it possible to skip adding the title by passing `title=' '`
* remove viewBox since we don't need it

6 years agoReplace holder.js with SVGs.
Martijn Cuppens [Thu, 8 Nov 2018 17:33:02 +0000 (19:33 +0200)] 
Replace holder.js with SVGs.

6 years agoReplace anchor.js with jekyll-anchor-headings.
XhmikosR [Tue, 13 Nov 2018 14:10:43 +0000 (16:10 +0200)] 
Replace anchor.js with jekyll-anchor-headings.

This allows us to generate the anchor links on build time.

https://github.com/allejo/jekyll-anchor-headings

6 years agoRemove `sudo` from Travis config. (#27693)
XhmikosR [Tue, 20 Nov 2018 09:36:37 +0000 (11:36 +0200)] 
Remove `sudo` from Travis config. (#27693)

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

6 years agoAllows both OL and UL lists for tab buttons
Tieson Trowbridge [Mon, 11 Jun 2018 20:06:53 +0000 (23:06 +0300)] 
Allows both OL and UL lists for tab buttons

6 years agoAdd documentation about .text-decoration-none (#27686)
ysds [Tue, 20 Nov 2018 07:08:34 +0000 (16:08 +0900)] 
Add documentation about .text-decoration-none (#27686)

6 years agoAdd documentation about viewport sizing utilities (#27688)
ysds [Mon, 19 Nov 2018 17:44:08 +0000 (02:44 +0900)] 
Add documentation about viewport sizing utilities (#27688)

6 years agoAdd documentation about .font-weight-bolder/lighter (#27678)
ysds [Sun, 18 Nov 2018 08:15:49 +0000 (17:15 +0900)] 
Add documentation about .font-weight-bolder/lighter (#27678)

6 years agoPrevent text decoration skip inc and reorder comments (#27673)
Martijn Cuppens [Sun, 18 Nov 2018 08:09:41 +0000 (09:09 +0100)] 
Prevent text decoration skip inc and reorder comments (#27673)

6 years agoSpinners cleanup
Martijn Cuppens [Sat, 17 Nov 2018 19:36:11 +0000 (20:36 +0100)] 
Spinners cleanup

6 years agoSupport custom-select sizing in input-group (#27677)
ysds [Sat, 17 Nov 2018 12:10:38 +0000 (21:10 +0900)] 
Support custom-select sizing in input-group (#27677)

6 years agoEnforce lowercase class name in .stylelintrc (#27668)
Christian Oliff [Sat, 17 Nov 2018 12:01:16 +0000 (21:01 +0900)] 
Enforce lowercase class name in .stylelintrc (#27668)

6 years agoInherit card header color (#27681)
Martijn Cuppens [Sat, 17 Nov 2018 09:16:16 +0000 (10:16 +0100)] 
Inherit card header color (#27681)

6 years agoUpdate devDependencies and gems.
XhmikosR [Fri, 16 Nov 2018 06:50:04 +0000 (08:50 +0200)] 
Update devDependencies and gems.

6 years agoUpdate autoprefixer link to `.browserslistrc` file (#27675)
Iurii Kucherov [Fri, 16 Nov 2018 06:44:52 +0000 (08:44 +0200)] 
Update autoprefixer link to `.browserslistrc` file (#27675)

6 years agoUse fancy apostrophe in HTML files.
XhmikosR [Thu, 15 Nov 2018 06:24:34 +0000 (08:24 +0200)] 
Use fancy apostrophe in HTML files.

For Markdown files, this isn't needed because the Markdown converter takes care of this.

6 years agosome cleaning and changes for readability
Johann-S [Wed, 14 Nov 2018 09:16:56 +0000 (10:16 +0100)] 
some cleaning and changes for readability

6 years agoKeep input group & form label font size in sync with form control font size (#27663)
Martijn Cuppens [Tue, 13 Nov 2018 20:11:59 +0000 (21:11 +0100)] 
Keep input group & form label font size in sync with form control font size (#27663)

6 years agoDist
XhmikosR [Tue, 13 Nov 2018 06:41:12 +0000 (08:41 +0200)] 
Dist

6 years agoClean up some docs for toasts
Mark Otto [Wed, 19 Sep 2018 05:01:16 +0000 (08:01 +0300)] 
Clean up some docs for toasts

- Add headings to examples section
- Clarify styles and customization options in examples
- Add dismiss buttons to all toasts
- Missing period added for consistency
- Update roles, tweak text

6 years agoNest the `.toast.show` and use `display: block;` as inherit causes broken styles
Mark Otto [Wed, 19 Sep 2018 05:00:22 +0000 (22:00 -0700)] 
Nest the `.toast.show` and use `display: block;` as inherit causes broken styles

6 years agoUpdate toast documentation following pull #27155
Laussel LOïc [Wed, 5 Sep 2018 20:13:50 +0000 (23:13 +0300)] 
Update toast documentation following pull #27155

Also remove close button everywhere just let it when autohide is set to false

6 years agoRemove the show delay for our toast plugin
Johann-S [Tue, 18 Sep 2018 12:37:40 +0000 (14:37 +0200)] 
Remove the show delay for our toast plugin

6 years agoImplement `data-dismiss="toast"` to allow user to interact itself with the component...
Laussel Loïc [Fri, 31 Aug 2018 07:18:28 +0000 (09:18 +0200)] 
Implement `data-dismiss="toast"` to allow user to interact itself with the component (#27155)

6 years agoFix toast documentation page.
Johann-S [Thu, 23 Aug 2018 19:06:35 +0000 (21:06 +0200)] 
Fix toast documentation page.

6 years agoCreate toast JS plugin, add unit tests.
Johann-S [Thu, 23 Aug 2018 16:31:25 +0000 (19:31 +0300)] 
Create toast JS plugin, add unit tests.

6 years agoAdd new toasts component
Mark Otto [Mon, 3 Jul 2017 23:09:28 +0000 (16:09 -0700)] 
Add new toasts component

6 years agoCustomize browse text of the custom file input with HTML (#27651)
Martijn Cuppens [Tue, 13 Nov 2018 06:30:17 +0000 (07:30 +0100)] 
Customize browse text of the custom file input with HTML (#27651)

6 years agoSpinners: show all color variants.
XhmikosR [Sun, 11 Nov 2018 13:47:23 +0000 (15:47 +0200)] 
Spinners: show all color variants.

6 years agoBump bootstrap.min.css bundle size.
XhmikosR [Sun, 11 Nov 2018 09:19:27 +0000 (11:19 +0200)] 
Bump bootstrap.min.css bundle size.

6 years agospinners: use the animation shorthand property.
XhmikosR [Fri, 14 Sep 2018 05:52:25 +0000 (08:52 +0300)] 
spinners: use the animation shorthand property.

6 years agoAdd Bootstrap's very first spinners omfg it's actually happening
Mark Otto [Sun, 2 Jul 2017 01:51:53 +0000 (04:51 +0300)] 
Add Bootstrap's very first spinners omfg it's actually happening

6 years agoJekyll: Add wdm gem for Windows. (#27658)
XhmikosR [Mon, 12 Nov 2018 19:23:53 +0000 (21:23 +0200)] 
Jekyll: Add wdm gem for Windows. (#27658)

6 years agoUpdate clipboard.js to v2.0.3 (#27657)
Christian Oliff [Mon, 12 Nov 2018 16:46:21 +0000 (01:46 +0900)] 
Update clipboard.js to v2.0.3 (#27657)

6 years agoReplace `data-src` with `src="..."` in docs. (#27649)
XhmikosR [Sun, 11 Nov 2018 12:45:48 +0000 (14:45 +0200)] 
Replace `data-src` with `src="..."` in docs. (#27649)

6 years agoMinor/Docs: tweak accordion example heading level (#27620)
Patrick H. Lauke [Sun, 11 Nov 2018 09:12:29 +0000 (09:12 +0000)] 
Minor/Docs: tweak accordion example heading level (#27620)

6 years agoAllow to add more embed responsive ratios (#25894)
Martijn Cuppens [Sun, 11 Nov 2018 09:04:04 +0000 (10:04 +0100)] 
Allow to add more embed responsive ratios (#25894)

6 years agoRedirect `/extend/` to `/extend/approach/`.
XhmikosR [Fri, 9 Nov 2018 13:23:23 +0000 (15:23 +0200)] 
Redirect `/extend/` to `/extend/approach/`.

6 years agoRemove custom properties from examples so that they work in IE (#27634)
Martijn Cuppens [Sun, 11 Nov 2018 08:52:06 +0000 (09:52 +0100)] 
Remove custom properties from examples so that they work in IE (#27634)

6 years agoFix modal positioning on Android.
jvitela [Fri, 6 Jul 2018 08:09:22 +0000 (11:09 +0300)] 
Fix modal positioning on Android.

When the address bar is hidden, sometimes the visual position of the controls is out of sync with its logical position.

6 years agoDashboard example: update 3rd-party libs and use the same CDN.
XhmikosR [Mon, 5 Nov 2018 21:16:25 +0000 (23:16 +0200)] 
Dashboard example: update 3rd-party libs and use the same CDN.

6 years agoAdd an examples layout.
XhmikosR [Mon, 5 Nov 2018 11:24:55 +0000 (13:24 +0200)] 
Add an examples layout.

Reduces duplication and makes maintenance easier.

6 years agoMove analytics to an include file.
XhmikosR [Mon, 5 Nov 2018 11:23:37 +0000 (13:23 +0200)] 
Move analytics to an include file.

6 years agoMove stylesheets to an include.
XhmikosR [Mon, 5 Nov 2018 09:31:40 +0000 (11:31 +0200)] 
Move stylesheets to an include.

6 years agouse bsCustomFileInput in our docs (#27631)
Johann-S [Thu, 8 Nov 2018 15:22:45 +0000 (16:22 +0100)] 
use bsCustomFileInput in our docs (#27631)

6 years agoWrap checkboxes in `.form-group` (#27624)
sts-ryan-holton [Wed, 7 Nov 2018 20:54:40 +0000 (20:54 +0000)] 
Wrap checkboxes in `.form-group` (#27624)

6 years agoDocs: Improve accessibility of disabled link example (#27614)
ysds [Tue, 6 Nov 2018 08:47:59 +0000 (17:47 +0900)] 
Docs: Improve accessibility of disabled link example (#27614)

Add `tabindex="-1"` and `aria-disabled="true"` to disabled link