aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19homepage: split snippets and show copy buttons (#32196)XhmikosR2-9/+5
2020-11-18alerts.md: use Markdown (#32193)XhmikosR1-1/+1
2020-11-13Mention user-select-all support in docs (#32151)Mark Otto1-1/+1
2020-11-13Manually backport #32121 (#32141)XhmikosR8-11/+10
Use correct value order Co-authored-by: Martijn Cuppens <[email protected]>
2020-11-13Avoid invisible real file input "spilling" out of container (#32145)Patrick H. Lauke1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2020-11-13Fix caniuse.com redirects (#32147)XhmikosR5-7/+7
2020-11-13Update devDependencies and gemsXhmikosR3-130/+131
2020-11-13download.md: link to JS files comparison too (#32087)XhmikosR1-1/+1
2020-11-13search.js: check for `search-input` element early (#32100)XhmikosR1-2/+3
2020-11-13package.json: fix clean-css level switch (#32097)XhmikosR1-2/+2
2020-11-13browsers-devices.md: make heading an `h3` (#32136)XhmikosR1-1/+1
2020-11-12navbar.md: remove `loading=lazy` from snippets (#32138)XhmikosR1-2/+2
2020-11-12input-group.md: fix wrong class `.visually-hidden` (#32137)XhmikosR1-1/+1
2020-11-12Check for data-interval on the first slide of carousel - v4 (#31820)Mitchell Bryson3-10/+35
When starting a cycle for a carousel, it only checks for a default interval, and not an interval defined on the slide element via data props. This adds a check in before creating the interval to move to the next slide. Co-authored-by: XhmikosR <[email protected]>
2020-11-10Clarify JS bundle docs once more for v4 (#32106)Mark Otto1-3/+3
Co-authored-by: XhmikosR <[email protected]>
2020-11-09Changes to navbar documentation/explanation (#32094)Patrick H. Lauke1-9/+9
2020-11-08docs: mention "Liberation Sans" (#32083)XhmikosR2-1/+2
2020-11-05Make docs anchorjs links darker on keyboard focus (#32050)Patrick H. Lauke1-0/+1
* Make docs anchorjs links darker on keyboard focus Not just on mouse hover * Update site/assets/scss/_anchor.scss Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-11-05Update devDependenciesXhmikosR2-250/+208
2020-11-05Backport #32045XhmikosR1-1/+1
tests: fix sanitizer test. The test template does not include a `script` tag so the test always returned true.
2020-11-05ESLint: enable new-cap rule but ignore properties (#32036)XhmikosR1-1/+6
2020-11-05CODE_OF_CONDUCT.md: fix redirect (#32033)XhmikosR1-4/+1
2020-11-05Clarify PRs section (#32027)XhmikosR1-2/+4
2020-11-05Lint: stop ignoring package.js (#32021)XhmikosR2-7/+8
2020-11-03Backport #32040 (#32054)Patrick H. Lauke1-0/+5
Add callouts about using light colors ideally on a dark background
2020-11-01Move js/src/index.js one folder up (#32001)XhmikosR3-35/+35
2020-10-30Backport #32015XhmikosR2-2/+2
Fix redirects
2020-10-30Backport #31861XhmikosR1-55/+56
* Split up dropdown sizing docs to improve rendering - Drop the included .btn-toolbar, no need - Split large and small button examples
2020-10-30Update devDependenciesXhmikosR2-233/+657
* autoprefixer ^9.8.6 → ^10.0.1 * find-unused-sass-variables ^2.0.0 → ^3.0.0 * linkinator ^2.2.0 → ^2.2.2 * postcss-cli ^7.1.2 → ^8.2.0
2020-10-30Update Edge's Rendering Engine on CONTRIBUTING.md (#32008)Christian Oliff1-1/+1
* Update Edge's Rendering Engine on CONTRIBUTING.md Also updated the URL to prevent a HTTP redirect. * Add 'Go to "Help > Send Feedback" from the browser' note Co-authored-by: XhmikosR <[email protected]>
2020-10-30CI: switch to Node.js 14. (#32003)XhmikosR7-8/+8
2020-10-30CI: Skip dependabot PR branches. (#32006)XhmikosR8-14/+55
Also, reword Node.js setup step
2020-10-30Remove bugreport.apple.com since it doesn't work (#32005)Martijn Cuppens1-6/+6
2020-10-30Fix form validation tooltip alignment (#31557)Adam Jones1-0/+7
* Fix form validation tooltip alignment * Remove CSS hacks * Update _forms.scss Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-27list-group.md: fix snippet (#31981)XhmikosR1-15/+15
2020-10-27CI: allow skipping BrowserStack (#31878)XhmikosR1-1/+1
This basically brings back the previous behavior we had on Travis CI, where if the commit message included `[ci skip]`, BrowserStack tests didn't run. Additionally, this allows skipping BrowserStack if the commit message contains `[skip ci]` too.
2020-10-27Update devDependencies and gemsXhmikosR5-795/+569
2020-10-27Update CodeQL action (#31930)XhmikosR1-4/+47
Should run on PRs too.
2020-10-27Explicitly mention emoji fonts, tweak sentence in typography (#31960)Patrick H. Lauke2-1/+3
2020-10-27Remove redundant visually hidden "(current)" from pagination controls (#31892)Patrick H. Lauke3-15/+6
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
2020-10-27Suppress flexbox side effects in breadcrumb (#31700)Martijn Cuppens1-3/+1
* Suppress flexbox side effects * Trailing whitesapce Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-27Update anchor-js to v4.3.0. (#31951)XhmikosR1-3/+3
2020-10-27Jekyll: switch to Liquid's strict mode.XhmikosR1-0/+3
This should make the build error out if there are any issues instead of emitting a warning, which we won't notice.
2020-10-27Handle the Ubuntu sans-serif case (#31657)Gaël Poupard1-1/+1
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu). I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today… BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts. Co-authored-by: XhmikosR <[email protected]>
2020-10-27Backport #31882Gaël Poupard3-1/+12
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-27browserconfig.xml: switch to relative image pathXhmikosR1-3/+1
2020-10-27Backport #31893XhmikosR1-4/+2
Update manifest.json Switch to relative URLs so that we don't need to change the path with every major/minor release
2020-10-27docs(forms): backport #31904Gaël Poupard1-24/+22
* docs(forms): use a legend for fieldset instead of aria-label * docs(forms): fix incorrect legend nesting in fieldset
2020-10-27Remove double spaces from homepage SVGsXhmikosR4-4/+4
2020-10-26Fix mobile menu jump & double borderMartijn Cuppens2-39/+35