swh:1:snp:48625b69344fec840d88714052a32e562e29cfd6

sort by:
Revision Author Date Message Commit Date
d50ed9a Update README.md 21 December 2018, 17:03:29 UTC
680f40c Add 4.1 to previous releases 21 December 2018, 17:03:29 UTC
c5bd6a1 Update webpack.md 21 December 2018, 17:03:29 UTC
140abf4 Remove unneeded redirects. 21 December 2018, 17:03:29 UTC
1bded2f Update docs-navbar.html 21 December 2018, 17:03:29 UTC
eda851e Prep for v4.2.0 release - Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more 21 December 2018, 17:03:29 UTC
2c0cd7d Remove dead link entry for translations. (#27891) 21 December 2018, 15:54:40 UTC
12c4d3c README.md: Add Open Collective (#27864) 17 December 2018, 23:23:48 UTC
1960a52 List v3.4.0 in versions page. (#27860) 16 December 2018, 18:05:29 UTC
07b4b59 Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410. 16 December 2018, 14:39:48 UTC
8ee2065 Update grid doc for consistent use of container. (#27776) 16 December 2018, 12:55:46 UTC
dac464a Use theme-color function for colors (#27848) 15 December 2018, 23:59:16 UTC
ee72e78 dist 15 December 2018, 23:33:05 UTC
ffd3402 Link to v3.4 docs (#27842) 15 December 2018, 06:49:00 UTC
af484dc Remove now unnecessary shrink-to-fit viewport directive (#27818) `shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102 15 December 2018, 01:05:49 UTC
b5b4f83 Fix typo in "Hiding elements" section (#27843) 14 December 2018, 17:07:44 UTC
502b6c8 Remove redundant brackets (#27768) 14 December 2018, 16:54:44 UTC
1dc42a3 Add missing parameter to grid mixins. (#27841) 14 December 2018, 16:30:12 UTC
26c5595 Custom switch form control gutter fix (#27837) 14 December 2018, 14:22:19 UTC
c618f67 Actual gutter definition (#27797) 14 December 2018, 01:04:10 UTC
af60644 integration test to be sure bootstrap can be bundled 14 December 2018, 00:08:18 UTC
db31ee1 Remove the unused gcp-key.json.enc file. 13 December 2018, 22:54:20 UTC
a074cb6 Make use of the package.json `version_short` property more. 13 December 2018, 22:34:38 UTC
c031584 SVG accessibility fixes (#27826) * SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817 13 December 2018, 13:09:47 UTC
375d137 Docs: add note about the grays being "cool" (#27824) 12 December 2018, 19:55:20 UTC
f3fc973 Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789) Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780 12 December 2018, 19:24:47 UTC
180a06e Add switch custom form control (#23004) 12 December 2018, 13:28:25 UTC
dbadf24 Fix margin above toast when previous toast is hidden (#27820) 12 December 2018, 13:23:10 UTC
0a55c7a Update Scrollspy doc to include missing method options (#27754) 11 December 2018, 08:27:04 UTC
3100a3a Update bs-custom-file-input to v1.3.1. 10 December 2018, 15:19:30 UTC
60eeef5 Update clipboard.js to v2.0.4. 10 December 2018, 15:19:30 UTC
10d4e7f Update glyphicons URL. 10 December 2018, 10:27:27 UTC
1f4d790 fix fade animation for toast 10 December 2018, 09:38:11 UTC
fc15c4c Change button checkbox/radios to ignore hidden input fields (#27802) 10 December 2018, 08:40:08 UTC
385ce1c Update devDependencies. (#27806) 10 December 2018, 08:34:30 UTC
c70b043 Remove nonsensical boolean check (#27787) ...as it always evaluates to true 06 December 2018, 11:30:12 UTC
fa03289 avoid console call in our unit tests (#27790) 06 December 2018, 08:51:35 UTC
947f749 Update devDependencies. (#27764) 06 December 2018, 06:34:35 UTC
3fbbe1b 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. 06 December 2018, 06:21:18 UTC
903e242 Make disabled link in card examples non-focusable and add aria-disabled (#27788) 06 December 2018, 06:16:22 UTC
6c00dd0 Add aria-modal to modals (#27780) Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden 05 December 2018, 18:58:09 UTC
8fb6e84 Make form grid gutter width configurable (#27766) 05 December 2018, 15:15:24 UTC
b16127f Allow Tooltips/Popovers to work in shadow DOM 05 December 2018, 15:02:59 UTC
850d99b Add quotes according to the stylelint rule (#27771) 05 December 2018, 11:40:59 UTC
37f74c7 fix regression about using element for tooltip container option 05 December 2018, 09:57:02 UTC
1a171b8 Remove double 'the' in comment (#27767) 04 December 2018, 19:14:23 UTC
e9ec5e7 spinners: use `.sr-only` instead of text-hide technique (#27736) 04 December 2018, 06:02:49 UTC
a2d0e78 Update contents.md 29 November 2018, 08:59:06 UTC
8d81226 Remove `no_toc_section`. 28 November 2018, 19:09:50 UTC
24eb9a7 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. 28 November 2018, 19:09:50 UTC
0b96d62 Configure multiple no_toc_section classes 28 November 2018, 19:09:50 UTC
698ccb4 Update jekyll-toc to v0.9.1. 28 November 2018, 19:09:50 UTC
8bfabdd .eslintignore: Remove unneeded entry. 28 November 2018, 12:33:29 UTC
7492c12 Remove unneeded ESLint config file. We have /site/.eslintrc.json that covers this. 28 November 2018, 12:33:29 UTC
05dfae3 Revert "build/*.js: set `sourceType` to module." This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f. 28 November 2018, 12:33:29 UTC
11da160 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. 27 November 2018, 14:01:07 UTC
cb2b21b Inline bootstrap-stack.svg. It's pretty small compressed; a little less than 1 KB with gzip. 27 November 2018, 13:37:24 UTC
89876a5 Use an SVG for the stack image. Image by @mdo. 27 November 2018, 13:37:24 UTC
b4f7b34 Move examples images in assets/img/examples/ folder. 27 November 2018, 13:37:24 UTC
4ad19f6 Use srcset for examples too. 27 November 2018, 13:37:24 UTC
d5279bf homepage: use srcset. This should reduce the amount of bytes for non-2x displays. 27 November 2018, 13:37:24 UTC
fcfa436 Update migration page to indicate the info can be used for 4.1.x as well as 4.0.x 26 November 2018, 20:46:09 UTC
7b274d3 Update package-lock.json. 26 November 2018, 20:22:05 UTC
7a907ae 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 26 November 2018, 14:57:33 UTC
32ab52b Add test to make sure we enforce focus on modal (#27723) 25 November 2018, 16:20:55 UTC
72bd3f5 ship.sh: add missing period. 25 November 2018, 12:50:32 UTC
9f08f7d Grow button width to the parent button group (#27717) 25 November 2018, 11:05:31 UTC
5c336d0 Dist 25 November 2018, 09:46:37 UTC
fdc5c1f Update devDependencies. 25 November 2018, 09:46:37 UTC
c9157be 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 24 November 2018, 12:25:18 UTC
28a972a Add opacity transition 23 November 2018, 13:28:39 UTC
0c60257 Revert "Replace anchor.js with jekyll-anchor-headings." This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa. 23 November 2018, 13:28:39 UTC
0140552 Fix body scrolling issue when modal open (#27698) 23 November 2018, 12:41:42 UTC
3e25bf4 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 :) 22 November 2018, 15:38:27 UTC
8a7ed60 Update devDependencies. 22 November 2018, 09:15:21 UTC
b6e616a Fixed a fixed height issue of input-group size option (#27687) 22 November 2018, 08:29:33 UTC
e7e43ed Add border-radius to dropdown items (#27703) 21 November 2018, 22:24:13 UTC
31d6d03 Placeholders: use our gray colors (#27701) Previously we were using the old holder.js colors. 21 November 2018, 18:59:21 UTC
58943c0 Sass precision documentation (#27705) 21 November 2018, 18:51:47 UTC
73a98d9 reboot: Fix mailto address (#27700) 21 November 2018, 13:24:38 UTC
487bd52 docs: fix path to assets. (#27696) 21 November 2018, 13:11:31 UTC
c628921 Use wrapping span instead of div (#27695) 20 November 2018, 19:53:10 UTC
749c823 docs-sidebar.html: remove commented out code. Leftover from old times. 20 November 2018, 19:31:28 UTC
d9717d1 Reindent. 20 November 2018, 19:31:28 UTC
2b9af5e Remove holder.js. 20 November 2018, 19:31:28 UTC
369f03f Use the new include in examples too. 20 November 2018, 19:31:28 UTC
6163533 Fix placeholder image replacement. 20 November 2018, 19:31:28 UTC
2ac3db8 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 20 November 2018, 19:31:28 UTC
072b5ab Replace holder.js with SVGs. 20 November 2018, 19:31:28 UTC
b04f97f 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 20 November 2018, 09:47:10 UTC
8470c5f Remove `sudo` from Travis config. (#27693) https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration 20 November 2018, 09:36:37 UTC
ab18338 Allows both OL and UL lists for tab buttons 20 November 2018, 08:58:04 UTC
7c8cd0f Add documentation about .text-decoration-none (#27686) 20 November 2018, 07:08:34 UTC
1fe5635 Add documentation about viewport sizing utilities (#27688) 19 November 2018, 17:44:08 UTC
38ca58b Add documentation about .font-weight-bolder/lighter (#27678) 18 November 2018, 08:15:49 UTC
3f422bf Prevent text decoration skip inc and reorder comments (#27673) 18 November 2018, 08:09:41 UTC
12ae122 Spinners cleanup 18 November 2018, 04:34:58 UTC
5042b3c Support custom-select sizing in input-group (#27677) 17 November 2018, 12:10:38 UTC
4734a92 Enforce lowercase class name in .stylelintrc (#27668) 17 November 2018, 12:01:16 UTC
75526bf Inherit card header color (#27681) 17 November 2018, 09:16:16 UTC
back to top