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-10-04Markdownlint fixesmain-xmr-markdownlintXhmikosR
2022-10-04Disable a few more rules.XhmikosR
They are valid, but because we have a mix of Hugo shortcodes and Markdown, it's hard to tackle them.
2022-10-04Add markdownlint support.XhmikosR
2022-10-04Correct typo in documentation for hiding elements (#37250)franko553
2022-10-03Add new border-radius utilities (#36540)Julien Déramond
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-10-03Add parameters to the caret mixinmaks
2022-10-03Update bundlewatchMark Otto
2022-10-03Added breakpoints as css variables (#36095)Stefan Haack
2022-10-03add font-weight-medium(=500) / fw-medium (#36781)maks
* add font-weight-medium = 500 * Update _utilities.scss
2022-10-03Add new css vars for Offcanvas (#36815)Isabelle Chanclou
* Add 3 new css vars for Offcanvas feature * Fix new css variable after review * Update _offcanvas.scss Co-authored-by: Mark Otto <otto@github.com>
2022-10-03color css vars for .btn-closeVino Rodrigues
2022-10-03Add color CSS vars for .alert-link (#36456)Vino Rodrigues
* color css vars for .alert-link * Update scss/mixins/_alert.scss Co-authored-by: Mark Otto <otto@github.com>
2022-10-03Rename some vars in tab unit tests for consistency (#37248)Julien Déramond
2022-10-03Minor grammatical fixesChristian Oliff
REF: https://en.wikipedia.org/wiki/Ajax_(programming) https://en.wikipedia.org/wiki/Server-side
2022-10-03Release v5.2.2 (#37236)v5.2.2XhmikosR
* Bump version to v5.2.2 * Dist
2022-10-02Don't redefine `$border-color` in `table-variant` mixin (#37239)Julien Déramond
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-10-02Ensure Tab keyboard functionality after #37146 (#37200)GeoSot
* fix: keyboard functionality * test: add tests * Add some focus spies in 2 other unit tests Co-authored-by: Julien Déramond <juderamond@gmail.com>
2022-10-02Use `<h1>` for all `modal-title` examples/uses (#37210)Patrick H. Lauke
* Use `fs-` font sizing classes where needed * Also add info callout about heading hierarchy in modals
2022-10-02Update devDependencies (#37238)XhmikosR
* Update devDependencies * @babel/cli ^7.18.10 → ^7.19.3 * @babel/core ^7.19.1 → ^7.19.3 * @babel/preset-env ^7.19.1 → ^7.19.3 * eslint-plugin-unicorn ^43.0.2 → ^44.0.0 * hugo-bin ^0.92.1 → ^0.92.2 * lockfile-lint ^4.9.3 → ^4.9.5 * postcss ^8.4.16 → ^8.4.17 * stylelint ^14.12.1 → ^14.13.0 * vnu-jar 21.10.12 → 22.9.29 * toast.js: fix new lint errors
2022-09-27Minor docs changes (#37215)XhmikosR
2022-09-27Add eslint-plugin-html to lint JS in HTML files (#37186)Julien Déramond
2022-09-27NuGet: Use license expression (#36421)Jonathan
2022-09-27Changing the way `View on GitHub` links are handled (#37214)Louis-Maxime Piton
2022-09-27Dropdown: fix case with invalid markup (#37190)GeoSot
This fixes a backward incompatible change in v5.2.1 where `.drodown-toggle` isn't present in the markup.
2022-09-27Slightly improve PNG files compression (#36899)XhmikosR
2022-09-27Update devDependencies (#37208)XhmikosR
* autoprefixer ^10.4.11 → ^10.4.12 * eslint ^8.23.1 → ^8.24.0 * hugo-bin ^0.91.1 → ^0.92.1 * lockfile-lint ^4.8.0 → ^4.9.3 * rollup ^2.79.0 → ^2.79.1 * sass ^1.54.9 → ^1.55.0 * stylelint ^14.12.0 → ^14.12.1
2022-09-26Replace Webpack and Vite PNGs by SVGs (#37199)Julien Déramond
* Replace Webpack and Vite pngs by svgs * Update vite.svg * Update webpack.svg Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-09-23Tests: add testcase to Tabs, keyboard handler (#37189)GeoSot
2022-09-23Add PR template (#35079)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: julien-deramond <julien.deramond@orange.com>
2022-09-22Fix active class toggling of tabs within dropdown (#37151)Carson Sievert
* Close #36947: fix active class toggling tabs within dropdown
2022-09-22Use es6 on visual tests (#36915)GeoSot
2022-09-21Use Sass variable for accordion color (#37182)Mark Otto
Fixes #37144
2022-09-20Bump karma from 6.4.0 to 6.4.1 (#37178)dependabot[bot]
Bumps [karma](https://github.com/karma-runner/karma) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: karma 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-09-20Drop tabs auto-focus (#37146)GeoSot
* fix: drop tabs auto-focus
2022-09-20Explicitly target `.btn-check` and undo `:hover` (#37165)Patrick H. Lauke
rather than the other way around, which caused specificity issues
2022-09-20Set toast z-index variable in the correct spotflavio-b
The .toast-container tries to use the z-index CSS variable, which is defined under .toast. However, this variable is not accessible to the container. This change copies the variable to the spot where it can be used.
2022-09-20Update devDependencies (#37177)XhmikosR
2022-09-15Fix modal event listeners (#37128)Jérémie Broutier
* Fix modal event listeners (#37126) Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-09-14Docs: Add informative note for Tooltip/Popover selector option (#37142)GeoSot
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2022-09-14Docs: Fix typo Getting Started > Vite and Webpack guides (#37153)Gabriel R. Barbosa
* 'were to look' → 'where to look' Co-authored-by: Julien Déramond <juderamond@gmail.com>
2022-09-14fix: add trick to support tooltip selector usage on dynamic created tooltips ↵GeoSot
that utilize `title` attribute (#36914)
2022-09-14Docs: minor fix for Navbar > Offcanvas examples (#37145)Julien Déramond
2022-09-13Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 (#37135)dependabot[bot]
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 14.1.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/node-resolve-v14.1.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13Bump eslint from 8.23.0 to 8.23.1 (#37134)dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1) --- updated-dependencies: - dependency-name: eslint 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-09-13Bump autoprefixer from 10.4.8 to 10.4.10 (#37140)dependabot[bot]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.8 to 10.4.10. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.10) --- updated-dependencies: - dependency-name: autoprefixer 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-09-13Bump sass from 1.54.8 to 1.54.9 (#37133)dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.8 to 1.54.9. - [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.54.8...1.54.9) --- updated-dependencies: - dependency-name: sass 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-09-09Bump @babel/core from 7.18.13 to 7.19.0 (#37090)dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" 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-09Bump @babel/preset-env from 7.18.10 to 7.19.0 (#37088)dependabot[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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-09Bump stylelint-config-twbs-bootstrap from 5.0.0 to 6.0.0 (#37087)dependabot[bot]
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-09-07Release v5.2.1 (#37098)v5.2.1XhmikosR
* Bump version to v5.2.1. * Dist