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-03-17Revert #35759, fixes #35869Mark Otto
2022-03-17Fixes #36015: Fix pagination link border-radius if statementMark Otto
2022-03-17Fixes #36016: Update .dropdown-item paddingMark Otto
2022-03-15Update devDependencies (#36024)XhmikosR
* @babel/core ^7.17.5 → ^7.17.7 * @popperjs/core ^2.11.2 → ^2.11.4 * eslint ^8.10.0 → ^8.11.0 * hugo-bin ^0.81.3 → ^0.82.2 * karma-chrome-launcher ^3.1.0 → ^3.1.1 * lockfile-lint ^4.6.2 → ^4.7.4 * rollup ^2.70.0 → ^2.70.1 * terser ^5.12.0 → ^5.12.1
2022-03-14Rewrite docs tables in Markdown with table shortcode (#31337)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-03-14Remove duplicate entry in migration.mdSabrus
2022-03-13Add v5.1.0 to migration guide, update v5.2.0 additionsMark Otto
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
* Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch
2022-03-12Convert added in badges to shortcode (#36007)Mark Otto
2022-03-11BundlewatchMark Otto
2022-03-11Convert breadcrumb to CSS variablesMark Otto
2022-03-11Redesign the "Added in" badges in the docs (#35980)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-11Allow to set active and disabled class also to .page-link (#35804)A Web Artisan
Sometimes we can set `.active` class only to link tag and not parent. Since active status style is applied only to `.page-link` and not `.page-item`, would also make more sense to just add the active class to `.page-link` itself. The other way to set `.active` class to `.page-item` still remain, so there is not BC. Allow to set also `.disabled` class to `.page-link` Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-03-11Set opacity on dropdown-divider for nowMark Otto
2022-03-11Updates -color to use rgba()Mark Otto
2022-03-11Update .cspell.jsonXhmikosR
2022-03-11Adjust border-radius values and add some new utilitiesMark Otto
- Updates global border-radius values for a more modern appearance - New .fw-semibold - New .rounded-4 and .rounded-5
2022-03-11Fix some instances of lazy Sass math when multiplying new CSS var based ↵Mark Otto
border-width
2022-03-11Fix docs error after #35644 (#36002)GeoSot
2022-03-11docs: add missing `.dropup` in dropup centered example (#35948)Julien Déramond
2022-03-10Ignore warning for `.navbar-light` deprecation (#35995)XhmikosR
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot
Also, fix the corresponding test
2022-03-10Carousel: rename private propertyGeoSot
2022-03-10Carousel: add comment for future fixesGeoSot
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot
2022-03-10Carousel: omit config merging in jQueryInterface after we create the instanceGeoSot
This is already done inside `getOrCreateInstance` method
2022-03-09update google material icons link (#35942)Ihor Sychevskyi
2022-03-09docs: add a StackBlitz "Try It" button in code examples (#35644)Puru Vijay
Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09Carousel: return early in `_slide` methodGeoSot
2022-03-09Carousel: small refactoring, remove unnecessary checksGeoSot
2022-03-09Carousel: refactor using inline function and move variables to the proper placeGeoSot
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot
2022-03-09Carousel: add a `getItems` helperGeoSot
2022-03-09Carousel: use combined selector and drop variable used onceGeoSot
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot
2022-03-09Carousel: cleanup jQueryInterfaceGeoSot
Drop chained else ifs and unused variable. Since we were checking for `typeof config === 'string'` in both places, action was never `_config.slide`.
2022-03-09Bump rollup from 2.68.0 to 2.70.0 (#35972)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.68.0 to 2.70.0. - [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.68.0...v2.70.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09Bump postcss from 8.4.7 to 8.4.8 (#35971)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.7...8.4.8) --- updated-dependencies: - dependency-name: postcss 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09Bump hugo-bin from 0.81.0 to 0.81.3 (#35974)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.81.0 to 0.81.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.81.0...v0.81.3) --- updated-dependencies: - dependency-name: hugo-bin 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09bundlewatchMark Otto
2022-03-09Add migration guide mentionMark Otto
2022-03-09Convert popovers to CSS variablesMark Otto
2022-03-09Deprecate the tooltip-arrow-bg color since we're using CSS variables to set ↵Mark Otto
tooltip colors
2022-03-09Document new CSS vars in tooltip docsMark Otto
2022-03-09Convert tooltips to CSS varsMark Otto
2022-03-09Fix dropdownslouismaxime.piton
2022-03-08Add missing root border opacity CSS varJulien Déramond
2022-03-07docs: Update Japanese translationAlexKoala
2022-03-03fix:border-widthcccabinet
2022-03-02Bump actions/checkout from 2 to 3 (#35933)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>