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
2022-09-06Bump @rollup/plugin-node-resolve from 13.3.0 to 14.0.0dependabot/npm_and_yarn/rollup/plugin-node-resolve-14.0.0dependabot[bot]
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 14.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v14.0.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05Update _button-group.scssAmirHossein
2022-09-05Update _button-group.scssAmirHossein
2022-09-04Remove gradient from .btn-linkMark Otto
2022-09-04Rework button focus/active styling, with extra changes for checks/radios ↵Patrick H. Lauke
(#37026) * Replace :focus styles with :focus-visible * Remove :active / .active styles * Don't apply :hover styles for `.btn` that follows a `.btn-check` This removes a large part of the visual confusion of button checks/radios - that you currently have to move your mouse away from them to see what they actually changed to (checked or unchecked) * Reintroduce :active, but *not* for button checks/radios * Sort focus styling specifically for button checks/radios don't change background on focus, just give it the border/outline. again, avoids confusion whether something is checked or not while focused * Re-add `outline:0` which was lost when resolving last merge conflict Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela
postcss-values-parser returns a syntax error when a negative value is provided in a `calc` function after a CSS variable. This is not an issue with Bootstrap itself, but a workaround to allow projects using postcss-values-parser to keep upgrading and compiling bootstrap Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033 Fix: #36851
2022-09-03Bump rtlcss from 3.5.0 to 4.0.0 (#36968)dependabot[bot]
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/MohammadYounes/rtlcss/releases) - [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/MohammadYounes/rtlcss/compare/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: rtlcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-03Bump eslint-config-xo from 0.41.0 to 0.42.0 (#37052)dependabot[bot]
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-02Set up a resuming table such as what's in other components.louismaximepiton
2022-09-02fix(dropdowns): Fix multiple dropdowns when they are inside the same tag ↵Louis-Maxime Piton
(#37011)
2022-09-02Improve language around vertical grid guttersMark Otto
2022-09-01flush variant of accordion border radius (#36593)AmirHossein
* flush variant of accordion border radius Fixed issues regarding to last accordion-item has rounded edges at the bottom left and right corners when focused and are in closed state * Update _accordion.scss Co-authored-by: Mark Otto <otto@github.com>
2022-09-01Make docs clearer by dropping precompiled for compiledMark Otto
2022-09-01Document how to extract CSS, SVG for strict CSP (#36587)charlesroelli
* Webpack: explain how to extract CSS from bundle * Webpack: explain how to extract SVG from bundle * Update webpack.md Co-authored-by: Mark Otto <otto@github.com>
2022-09-01Replace wrong mobile OS Windows with iOSPhilip Wedemann
2022-09-01Fixlouismaximepiton
2022-09-01Fix bump popperjs from 2.11.5 to 2.11.6Julien Déramond
2022-09-01Fix accordion: use $accordion-color rather than computing it via color-contrastGiovanni Piller Cottrer
2022-09-01Fix padding on starter templateMark Otto
2022-09-01Update dependenciesMark Otto
2022-09-01v5/docs: reintroduce `outline` for docs code samples, buttons when ↵Patrick H. Lauke
`:not(:focus-visible)` (#36507) * Remove outline suppression for focused `<pre>` Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case * Only suppress outline for buttons when `:not(:focus-visible)` * Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button
2022-09-01Add default select example in cheatsheet (#36877)Florian Lacreuse
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-09-01Fix input group z-index focus + validationFlorian Lacreuse
2022-09-01Fix for horizontal list-group itemlouismaximepiton
2022-09-01More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond
2022-09-01bugfix undefined border color variable for btnMichael Geuchmann
2022-09-01Docs: improve cards image overlays markupJulien Déramond
2022-09-01Adding missing CSS variables for `z-index`louismaximepiton
2022-09-01Add a comment for track the bug.louismaximepiton
2022-09-01Set cursor to auto instead of pointer on `.DocSearch-Container`louismaximepiton
2022-09-01Change offcanvas to be more consistent with carousel and dropdownlouismaximepiton
2022-08-31Docs: Fix js options to what is really inside js (#37019)Louis-Maxime Piton
2022-08-29Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 (#36929)dependabot[bot]
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.1 to 22.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10Update an outdated name mentioned in a Sass commentKitty Giraudel
2022-08-04Update devDependencies (#36900)XhmikosR
* @babel/cli ^7.18.9 → ^7.18.10 * @babel/core ^7.18.9 → ^7.18.10 * @babel/preset-env ^7.18.9 → ^7.18.10 * eslint ^8.20.0 → ^8.21.0 * sass ^1.54.0 → ^1.54.2
2022-08-04Bump rollup from 2.77.0 to 2.77.2 (#36886)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.77.2. - [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.77.0...v2.77.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04Added new example in `examples/features` page. (#36660)Vipin Mishra
* Added new example in examples/features * Fix indentation, other suggested changes from review * fix: heading structure
2022-08-04Docs: add grid-row-columns variableHadouin
#36691
2022-08-03fix #36662 List-group-item margin-top is offset when importing sass in a ↵Hadouin
nested class (#36663) * fix #36662 & + .list-group-item * Ignore linter Co-authored-by: Mark Otto <otto@github.com>
2022-08-03Expand popover custom container explanationPatrick H. Lauke
mention the scenario of popovers inside modals - see https://github.com/twbs/bootstrap/issues/36692#issuecomment-1178261690
2022-08-01Fixlouismaximepiton
2022-08-01Fix docs typo of `.form-checkbox` -> `.form-check`Matthew West
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
2022-08-01Fix floating labelslouismaximepiton
2022-07-31Bump autoprefixer from 10.4.7 to 10.4.8 (#36860)Julien Déramond
2022-07-29Define correctly `$popover-header-color` (#36849)Julien Déramond
2022-07-29Fix typos after #36762 (#36771)Julien Déramond
2022-07-28ScrollSpy: make the threshold option configurable (#36750)GeoSot
* feat(ScrollSpy): make the threshold option configurable
2022-07-28Fixes #36770: Add navbar image alt text (#36850)Mark Otto
2022-07-27Move DocSearch out of offcanvas to always show it on mobile (#36824)Mark Otto
2022-07-27Re-set tooltip title, on disposal (#36751)GeoSot
fix(reg): Re-set tooltip title, on disposal