aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10Bump eslint from 7.12.1 to 7.13.0 (#32112)dependabot[bot]2-4/+4
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Bump sass from 1.28.0 to 1.29.0 (#32111)dependabot[bot]2-4/+4
Bumps [sass](https://github.com/sass/dart-sass) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.28.0...1.29.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09docs.html: replace backslashes with forward slashes (#32102)XhmikosR1-1/+1
This resulted in wrong links when building the docs on Windows.
2020-11-09modal.html: use `textContent` (#32101)XhmikosR1-1/+1
We are not handling any HTML
2020-11-09search.js: check for `search-input` element early (#32100)XhmikosR1-2/+3
2020-11-09search.js: use the current v5.getbootstrap.com URL (#32099)XhmikosR1-1/+1
2020-11-09package.json: fix clean-css level switch (#32097)XhmikosR1-1/+1
2020-11-09karma.conf.js: break lines (#32093)XhmikosR1-2/+8
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto4-24/+44
Co-authored-by: XhmikosR <[email protected]>
2020-11-09[Docs] Changes to navbar documentation/explanation (#32090)Patrick H. Lauke1-11/+11
* Expand "external content" section for navbar - rephrase the intro to make a bit more sense - add note about dangers of focus/reading order problems * Remove pointless intro sentence * Small wording changes/additions/fixes
2020-11-08Add .gap utilities (#32074)Mark Otto3-7/+29
* Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <[email protected]>
2020-11-08Add checks to fix color contrast issues (#32085)Martijn Cuppens3-7/+19
2020-11-08Partially revert "Move this to a partial to work around the stray `p` ↵XhmikosR2-16/+15
issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
2020-11-08download.md: link to JS files comparison too (#32087)XhmikosR1-1/+1
2020-11-08config.yml: remove the unused "expo" parameter (#32086)XhmikosR1-1/+0
2020-11-08reboot.md: mention "Liberation Sans" (#32084)XhmikosR1-0/+1
2020-11-06_variables.scss: reorder SVG attributesXhmikosR1-6/+6
This results in slightly better gzip compression
2020-11-06Shade color for better color contrastMartijn Cuppens1-1/+1
2020-11-06Fix missing border & add transitionsMartijn Cuppens3-31/+32
2020-11-06Remove default transform-origin per code reviewMark Otto1-1/+0
2020-11-06Update relative position hack for layersMark Otto1-1/+6
Switches to slightly more verbose, but more consistent, z-index layering we use elsewhere (e.g., pagination). Doing this ensures we're not toggling position on and off, but rather z-index.
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto9-83/+260
2020-11-06Add .d-grid to our display utilities (#32066)Mark Otto2-1/+3
Co-authored-by: XhmikosR <[email protected]>
2020-11-06stylelint: pass the ` --rd` flag (#32063)XhmikosR3-5/+1
* stylelint: pass the ` --rd` flag Should report any needless disables * Update _button-group.scss * Update _floating-labels.scss
2020-11-06Remove firefox workaround for ::file-selector-button margin. (#32064)Emilio Cobos Álvarez1-3/+0
As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895, this workaround shouldn't be necessary in FF83+. Co-authored-by: XhmikosR <[email protected]>
2020-11-05Add keyboard shortcut to focus search field (#31702)Mark Otto2-3/+37
* Documentation: Add slash key event to focus the input search. * Add little tag for keyboard shortcut in the search field * Use ctrl / as keyboard shortcut * Update search.js Co-authored-by: chuckrincon <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-11-05Tighten bundlewatch limits.XhmikosR1-7/+7
2020-11-05Remove the now unneeded polyfills.XhmikosR15-96/+3
2020-11-05Drop Legacy Edge support.XhmikosR13-127/+11
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-11-05Big copy edits and testingMark Otto1-15/+25
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
2020-11-05docs: add info on modifying and adding utilitiesLuke-zhang-041-0/+42
2020-11-05Editing and formatting utilities API pageMark Otto1-160/+81
2020-11-04deps: move sirv-cli to npx (#32056)XhmikosR2-92/+1
2020-11-03Form file docs and overrides (#32058)Gaël Poupard2-9/+9
2020-11-03dropdown.js: simplify code (#32055)XhmikosR1-4/+3
2020-11-03Update devDependencies (#32048)XhmikosR2-419/+333
* hugo-bin ^0.64.5 → ^0.65.0 * karma-firefox-launcher ^2.0.0 → ^2.1.0 * linkinator ^2.2.0 → ^2.2.2 * postcss-cli ^8.1.0 → ^8.2.0 * rollup ^2.32.1 → ^2.33.1 * sass ^1.27.1 → ^1.28.0
2020-11-02Make 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-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke2-0/+8
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR4-9/+9
* jasmine/expect-matcher * jasmine/prefer-jasmine-matcher Found with `eslint-plugin-jasmine`
2020-11-02tests: fix sanitizer test. (#32045)XhmikosR1-1/+1
The test template does not include a `script` tag so the test always returned true.
2020-11-02tests: switch to using `toContain()` to check for substring presence (#32043)XhmikosR2-5/+5
2020-11-01ESLint: enable new-cap rule but ignore properties (#32036)XhmikosR1-1/+6
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR2-7/+5
2020-11-01Streamline jQuery comment. (#32016)XhmikosR11-9/+11
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha14-127/+185
* extend jquery after domContentLoaded event is fired * add unittest for util onDOMContentLoaded * wait for trigger jquery event after domContentLoaded * remove domcontentready from eventHandler * move istanbul ignore statements to correct line Co-authored-by: XhmikosR <[email protected]>
2020-11-01Check for data-interval on the first slide of carousel (#31818)Mitchell Bryson2-16/+54
* check for data-interval on the first slide of carousel * add updateInterval method for elements of a carousel * add test for carousel interval being set during cycle * update activeElement as soon as slide has finished (before transition end) * only updateInterval before using it Co-authored-by: XhmikosR <[email protected]>
2020-11-01CODE_OF_CONDUCT.md: fix redirect (#32033)XhmikosR1-4/+1
2020-11-01Clarify PRs section (#32027)XhmikosR1-2/+4
2020-11-01polyfill.js minor tweaks (#32011)XhmikosR1-7/+3
* rename function to `supportsScopeQuery` * use a ternary in `findOne` function return value
2020-10-31Update instances of .font-weight to .fwMark Otto12-52/+52