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
2021-08-31fix(accordion): nested items radiimain-fod-nested-accordionGaël Poupard
2021-08-31Use `path.Join` when joining pathsXhmikosR
2021-08-31example: remove unneeded escape charactersXhmikosR
2021-08-31Minor shortcode tweaks and consistency changesXhmikosR
2021-08-31Remove `.html` suffix from shortcodes calls.XhmikosR
It's the default.
2021-08-31Tweak scss-docs shortcodeXhmikosR
2021-08-31Fix tooltip `data-bs-original-title` issue (#34842)GeoSot
2021-08-30tests: add Offcanvas too in jquery.spec.js (#34841)XhmikosR
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR
2021-08-30Update Sass and regenerate package-lock.json (#34812)XhmikosR
2021-08-30Enhance Alerts > Live Example section (#34769)Julien Déramond
2021-08-30Move a few ESLint rules where they are needed.XhmikosR
2021-08-30Update eslint-plugin-unicorn to v35.0.0XhmikosR
2021-08-30clarify importing all vs specific plugins (#34840)Marius A
2021-08-30Collapse on toggle, should not hide descendant tabpanels (#34835)GeoSot
2021-08-26Bump eslint-plugin-import from 2.24.1 to 2.24.2 (#34826)dependabot[bot]
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.1 to 2.24.2. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2) --- updated-dependencies: - dependency-name: eslint-plugin-import 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>
2021-08-24Bump sass from 1.38.0 to 1.38.1 (#34811)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.0 to 1.38.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.38.0...1.38.1) --- updated-dependencies: - dependency-name: sass 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>
2021-08-24Bump eslint-plugin-import from 2.24.0 to 2.24.1 (#34809)dependabot[bot]
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.0 to 2.24.1. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1) --- updated-dependencies: - dependency-name: eslint-plugin-import 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>
2021-08-24Bump rollup from 2.56.2 to 2.56.3 (#34810)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.2 to 2.56.3. - [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.56.2...v2.56.3) --- 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>
2021-08-23visual tests: minor fixes (#34802)XhmikosR
2021-08-23Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779)ghost_32
2021-08-21Progress page: remove toggle animation button (#34787)XhmikosR
We don't use the same approach with a button on the Placeholders page.
2021-08-20alert.js: Add missing newline (#34785)Sébastien ALFAIATE
2021-08-20docs: fix typos in approach and placeholders (#34781)SaintMalik
2021-08-18dashboard-rtl: use the same scripts as the dashboard example (#34766)XhmikosR
2021-08-18Fix typo in placeholder docs (#34752)Kyle Tsang
2021-08-18Bump sass from 1.37.5 to 1.38.0 (#34759)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.5 to 1.38.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.37.5...1.38.0) --- updated-dependencies: - dependency-name: sass 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>
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances ↵GeoSot
(#34701)
2021-08-10carousel: move common checks to a function (#34621)XhmikosR
2021-08-10Update devDependencies (#34725)XhmikosR
* @babel/core ^7.14.8 → ^7.15.0 * @babel/preset-env ^7.14.9 → ^7.15.0
2021-08-10Bump rollup from 2.55.1 to 2.56.2 (#34721)dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.55.1 to 2.56.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.55.1...v2.56.2) --- 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>
2021-08-10Bump eslint-config-xo from 0.37.0 to 0.38.0 (#34722)dependabot[bot]
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.37.0...v0.38.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-10Bump eslint-plugin-import from 2.23.4 to 2.24.0 (#34723)dependabot[bot]
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.24.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0) --- updated-dependencies: - dependency-name: eslint-plugin-import 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>
2021-08-10Add check to rgba-css-var function for body or bg (#34699)Mark Otto
2021-08-05Bump clean-css-cli from 5.3.2 to 5.3.3 (#34697)dependabot[bot]
Bumps [clean-css-cli](https://github.com/clean-css/clean-css-cli) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/clean-css/clean-css-cli/releases) - [Changelog](https://github.com/clean-css/clean-css-cli/blob/master/History.md) - [Commits](https://github.com/clean-css/clean-css-cli/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: clean-css-cli 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>
2021-08-05Fix font size variable name (#34679)Semih Raif Gürel
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-08-05docs: Fix placeholders typo (#34686)Christian Oliff
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-08-04_navbar.scss: switch comment (#34677)XhmikosR
2021-08-04Bump @popperjs/core from 2.9.2 to 2.9.3 (#34668)dependabot[bot]
* Bump @popperjs/core from 2.9.2 to 2.9.3 Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/popperjs/popper-core/releases) - [Commits](https://github.com/popperjs/popper-core/compare/v2.9.2...v2.9.3) --- updated-dependencies: - dependency-name: "@popperjs/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update _config.yml popper version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-08-04Bump hugo-bin from 0.74.1 to 0.75.0 (#34669)dependabot[bot]
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.74.1 to 0.75.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.74.1...v0.75.0) --- updated-dependencies: - dependency-name: hugo-bin 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>
2021-08-04Bump sass from 1.37.2 to 1.37.5 (#34670)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.2 to 1.37.5. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.37.2...1.37.5) --- updated-dependencies: - dependency-name: sass 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>
2021-08-04Update .bundlewatch.config.jsonMark Otto
2021-08-04Document the utility API's new css-var booleanMark Otto
Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com>
2021-08-04Add and document additional :root CSS variablesMark Otto
- Adds grayscale colors - Adds root and body variables Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
2021-08-04Update color and background-color utilitiesMark Otto
- Adds new functions to generate additional Sass maps - Adds new root variables for rgb() versions of our theme colors, plus a few extras - Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var - Updates documentation for color and background-color utilities pages - Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly Change approach slightly to prevent cascade
2021-08-03Improved docs describing media-breakpoint-down breakpoints (#34637)Sean Hinton
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-08-03Add new placeholder component (#31859)Jaume Sala
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Jaume Sala <jaumesala@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2021-08-03Update input-bg to use body-bg (#34651)Mark Otto
2021-08-03Regenerate package-lock.json (#34659)XhmikosR