Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-05Big copy edits and testingMark Otto
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-04
2020-11-05Editing and formatting utilities API pageMark Otto
2020-11-04deps: move sirv-cli to npx (#32056)XhmikosR
2020-11-03Form file docs and overrides (#32058)Gaël Poupard
2020-11-03dropdown.js: simplify code (#32055)XhmikosR
2020-11-03Update devDependencies (#32048)XhmikosR
* 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. Lauke
* Make docs anchorjs links darker on keyboard focus Not just on mouse hover * Update site/assets/scss/_anchor.scss Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke
* 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)XhmikosR
* jasmine/expect-matcher * jasmine/prefer-jasmine-matcher Found with `eslint-plugin-jasmine`
2020-11-02tests: fix sanitizer test. (#32045)XhmikosR
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)XhmikosR
2020-11-01ESLint: enable new-cap rule but ignore properties (#32036)XhmikosR
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR
2020-11-01Streamline jQuery comment. (#32016)XhmikosR
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha
* 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 <xhmikosr@gmail.com>
2020-11-01Check for data-interval on the first slide of carousel (#31818)Mitchell Bryson
* 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 <xhmikosr@gmail.com>
2020-11-01CODE_OF_CONDUCT.md: fix redirect (#32033)XhmikosR
2020-11-01Clarify PRs section (#32027)XhmikosR
2020-11-01polyfill.js minor tweaks (#32011)XhmikosR
* rename function to `supportsScopeQuery` * use a ternary in `findOne` function return value
2020-10-31Update instances of .font-weight to .fwMark Otto
2020-10-31Add class name so the utility generatesMark Otto
2020-10-31Lint: stop ignoring package.js (#32021)XhmikosR
2020-10-31toast.spec.js: fix typo (#32026)XhmikosR
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic
* 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 <sead.memic@intracto.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-30Updated .rounded utilities (#31687)Mark Otto
* 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 <xhmikosr@gmail.com>
2020-10-30Fix color heights (#32023)Martijn Cuppens
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-30Fix redirects (#32015)XhmikosR
2020-10-30Update Edge's Rendering Engine on CONTRIBUTING.md (#32008)Christian Oliff
* 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 <xhmikosr@gmail.com>
2020-10-30Remove obsolete prefixes (#32012)XhmikosR
2020-10-29CI: switch to Node.js 14. (#32003)XhmikosR
2020-10-29CI: Skip dependabot PR branches. (#32006)XhmikosR
Also, reword Node.js setup step
2020-10-29Minor Markdown fixes (#32009)XhmikosR
* add missing language after fenced block * add missing end of file newline
2020-10-29Revert "clean-css: specify precision 6"XhmikosR
2020-10-29clean-css: specify precision 6XhmikosR
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-sassXhmikosR
node-sass is now deprecated
2020-10-29Update to postcss 8.x. (#31739)XhmikosR
* 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 Cuppens
* Remove explicit heights * Link to upstream bug Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-29Remove bugreport.apple.com since it doesn't work (#32005)Martijn Cuppens
2020-10-28Use the same font on the button as on the field itselfMartijn Cuppens
2020-10-28Fix Firefox padding issueMartijn Cuppens
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 Cuppens
2020-10-28v5: Floating labels (#30449)Mark Otto
* 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 <xhmikosr@gmail.com>
2020-10-28Add example with input group between two inputsJonathan
2020-10-27Bump eslint from 7.11.0 to 7.12.1 (#31990)dependabot[bot]
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] <support@github.com> 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]
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] <support@github.com> 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]
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] <support@github.com> 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]
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] <support@github.com> 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]
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>