aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2020-10-31Add class name so the utility generatesMark Otto1-0/+1
2020-10-31Lint: stop ignoring package.js (#32021)XhmikosR2-6/+7
2020-10-31toast.spec.js: fix typo (#32026)XhmikosR1-2/+2
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic5-8/+11
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-30Updated .rounded utilities (#31687)Mark Otto3-17/+18
* Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <[email protected]>
2020-10-30Fix color heights (#32023)Martijn Cuppens1-6/+9
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke2-1/+6
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-30Fix redirects (#32015)XhmikosR2-2/+2
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-30Remove obsolete prefixes (#32012)XhmikosR1-2/+0
2020-10-29CI: switch to Node.js 14. (#32003)XhmikosR7-8/+8
2020-10-29CI: Skip dependabot PR branches. (#32006)XhmikosR8-14/+55
Also, reword Node.js setup step
2020-10-29Minor Markdown fixes (#32009)XhmikosR2-2/+2
* add missing language after fenced block * add missing end of file newline
2020-10-29Revert "clean-css: specify precision 6"XhmikosR1-1/+1
2020-10-29clean-css: specify precision 6XhmikosR1-1/+1
This is so that we get the same behavior for our minified files since dart-sass doesn't have a precision option and defaults to 10.
2020-10-29Switch to dart-sassXhmikosR3-1000/+13
node-sass is now deprecated
2020-10-29Update to postcss 8.x. (#31739)XhmikosR2-140/+606
* autoprefixer 10.0.1 * find-unused-sass-variables 3.0.0 * postcss 8.1.4 * postcss-cli 8.1.0
2020-10-29Remove explicit heights on form elements (#31993)Martijn Cuppens4-24/+26
* Remove explicit heights * Link to upstream bug Co-authored-by: XhmikosR <[email protected]>
2020-10-29Remove bugreport.apple.com since it doesn't work (#32005)Martijn Cuppens1-6/+6
2020-10-28Use the same font on the button as on the field itselfMartijn Cuppens2-3/+9
2020-10-28Fix Firefox padding issueMartijn Cuppens1-0/+3
Caused by https://searchfox.org/mozilla-central/rev/0b7007a23bc16c857f894140e12f307bfeef2fdd/layout/style/res/forms.css#494
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens15-277/+115
2020-10-27v5: Floating labels (#30449)Mark Otto45-466/+793
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]>
2020-10-27Add example with input group between two inputsJonathan1-0/+6
2020-10-27Bump eslint from 7.11.0 to 7.12.1 (#31990)dependabot[bot]2-8/+8
Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.1. - [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.11.0...v7.12.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0 (#31989)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v9.0.0...node-resolve-v10.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 (#31988)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump karma-firefox-launcher from 1.3.0 to 2.0.0 (#31987)dependabot[bot]2-5/+6
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump rollup from 2.32.0 to 2.32.1 (#31985)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.32.0 to 2.32.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.32.0...v2.32.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Fix git conflicts after #30571 (#31982)Martijn Cuppens1-5/+0
Co-authored-by: XhmikosR <[email protected]>
2020-10-27list-group.md: fix snippet (#31981)XhmikosR1-15/+15
2020-10-26v5: Add .fs-* utilities for font-size and rename font-weight/-style ↵Mark Otto4-17/+67
utilities (#30571) * v5: Add .fs-* utilities for font-size - Adds new font-sizes Sass map - Generates six new classes for setting only font-size - Updates docs to mention this, including a scss-docs reference * Update font utilities - Make .fs-* utils for font-size use RFS - Rename .font-weight-* utils to .fw-* - Rename .font-style-* utils to .f-* - Update order of utilities a bit - Update docs to match * Update migration docs to make note of these changes * Be more specific in font-size docs about scale * Update font-style abbreviation to .fst * Fix font-weight property * Formatting & font style utility fix * Move to Alpha 3 migration section * Update migration guide for more details, splitting alpha 2 stuff back to the appropriate section in Migration guide * Tweak language on example Co-authored-by: Martijn Cuppens <[email protected]>
2020-10-26Update migration guideMartijn Cuppens1-0/+4
2020-10-26Fix border radius for inputs groups with validationMartijn Cuppens1-0/+7
2020-10-26Fix border radii on validation messagesMartijn Cuppens1-1/+6
2020-10-26Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens2-5/+9
2020-10-26CI: 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-26docs: Add Russian translation (#31828)Aleksandr Gorbatov1-0/+5
2020-10-26Remove background-clip from .btn-closeMark Otto1-1/+0
2020-10-26Update CodeQL action (#31930)XhmikosR1-4/+47
Should run on PRs too.
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto6-5/+7
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <[email protected]>