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-07-26Bump sass from 1.53.0 to 1.54.0dependabot/npm_and_yarn/sass-1.54.0dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.53.0 to 1.54.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.53.0...1.54.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26Remove Slack from site and repo docs (#36825)Mark Otto
* Remove Slack from site and repo docs * Apply suggestions from code review Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-07-26Fix pagination page items border radiusJulien Déramond
2022-07-26Adding missing offcanvas `added-in` shortcodelouismaximepiton
2022-07-26Adding missing borders `added-in` shortcodelouismaximepiton
2022-07-25Docs: Redirect users to different templates of issues rather than an empty ↵Julien Déramond
one (#36827)
2022-07-25Docs: use added-in shortcode in Offcanvas (#36836)Julien Déramond
2022-07-25Docs: fix Markdown link in Tooltips (#36839)Christian Oliff
2022-07-25Correct heading levels in features examplePatrick H. Lauke
to keep the look the same, added `fs-...` sizing classes where necessary
2022-07-23Rename scrollspy to toast in toast.md (#36819)campersau
2022-07-22Fix Algolia's DocSearch broken URL in README (#36812)Sadeed pv
2022-07-22Remove unused parameter of `bsBanner` mixin (#36791)なつき
2022-07-19Release v5.2.0 (#36768)v5.2.0XhmikosR
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-19Fix failing test on EventHandler (#36772)GeoSot
2022-07-19Update devDependencies (#36767)XhmikosR
* @babel/cli ^7.18.6 → ^7.18.9 * @babel/core ^7.18.6 → ^7.18.9 * @babel/preset-env ^7.18.6 → ^7.18.9 * clean-css-cli ^5.6.0 → ^5.6.1 * eslint ^8.19.0 → ^8.20.0 * eslint-plugin-markdown ^2.2.1 → ^3.0.0 * rollup ^2.76.0 → ^2.77.0 * stylelint-config-twbs-bootstrap ^4.0.0 → ^5.0.0 * terser ^5.14.1 → ^5.14.2
2022-07-18Fix various small typos in documentation (#36762)Marc Wrobel
2022-07-18Fix typos in code (#36763)Marc Wrobel
Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).
2022-07-18Fixing pagination compile issueJWB
This was an issue with the tables as well, but that has been updated here - 4a3c004c349ec9b20990c8aa760d12c50c450bbd This was also noted here - 36501#issuecomment-1153187062_ This effects the 5.2 beta1 that is released on the homepage. Whats happening is with a fresh download and compile, with some compilers, I noticed not all of them run into this issue, we get the Sass variable showing up and not the actual value. Steps to reproduce - - Download the source code form the docs for beta 2 and extract - Open VSCode -> open folder to the bootstrap directory you just extracted - install the "Sass/Less/Stylus/Pug/Jade/Typescript/Javascript Compile Hero Pro" v2.3.53 by Eno Yao extension ---- might have to restart VSCode - go to that extensions settings, and set the directory to save the output / compiled version to `../dist` - tap that Compile Hero on the bottom to activate the extension - open `bootstrap.scss` add a space or a new line and save it - check the compiles version and you should see the errors
2022-07-18Fix indentation in code sampleNils K
2022-07-18Fix active/focused button link text colorJulien Déramond
2022-07-18Add links to Webpack, Parcel, and Vite guides on homepage (#36760)Mark Otto
2022-07-18Support input groups in floating forms (#36759)Mark Otto
* Support input groups in floating forms * Update bundlewatch Co-authored-by: 719media <ben@719media.com>
2022-07-17Fix typos in `snippets.js` (#36758)Marc Wrobel
2022-07-16Docs: same text for disabled ranges and disabled form controls (#36741)Julien Déramond
2022-07-15Standardization of `spyOn` usage (#36742)Julien Déramond
2022-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot
* fix(offcanvas): activate focustrap when backdrop is enabled * Adding tabindex='-1' for both offcanvases in the docs * Remove useless aria-expanded='false' in togglers * Update js/tests/unit/offcanvas.spec.js Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2022-07-14Add accNames to all progress bar examples (#36732)Patrick H. Lauke
Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com>
2022-07-13Docs: Capitalize Unicode (#36734)Christian Oliff
2022-07-12Add a banner mixin, helping future releases and maintenance (#36178)GeoSot
* Add a banner mixin, helping future releases and maintenance * Update scss/bootstrap-reboot.scss Co-authored-by: Julien Déramond <julien.deramond@orange.com> * Apply suggestions from code review Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-07-12Fix on #35679 (#36668)Louis-Maxime Piton
* Fix * .
2022-07-12Add some details for non visible scrollspy elements (#36625)GeoSot
* docs: add some details for non visible scrollspy elements * Apply suggestions from code review Co-authored-by: Julien Déramond <julien.deramond@orange.com> * fix selectors on snippet * Fix paragraph by a native speaker Co-authored-by: Mark Otto <markd.otto@gmail.com> * Update scrollspy.md * Move from warning to own section * Update scrollspy.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-07-12Add `$display-font-family` and `$display-font-style` (#36711)Julien Déramond
2022-07-11Add CSS custom property: --bs-btn-disabled-border-color to mixin: ↵Neeraj Kumar Das
button-outline-variant
2022-07-11Update devDependencies (#36715)XhmikosR
* eslint ^8.18.0 → ^8.19.0 * lockfile-lint ^4.7.5 → ^4.7.6 * nodemon ^2.0.18 → ^2.0.19 * postcss-cli ^9.1.0 → ^10.0.0 * rollup ^2.75.7 → ^2.76.0
2022-07-11Fix 'Remove from map' Sass descriptionJulien Déramond
2022-07-11Remove headings-color CSS variable due to backward compatibility issuesMark Otto
2022-07-10Docs: fix description on how to alter display values (#36712)Julien Déramond
2022-07-09Docs: Add 'Icons' link in footerJulien Déramond
2022-07-08Add missing CSS vars for `.navbar-nav`Julien Déramond
2022-07-08Replace JS Bin refs by CodePen or StackBlitz referencesJulien Déramond
2022-07-07add `type="button"` to Bootstrap versions dropdown (#36696)Christian Oliff
minor accessibility issue fix reported by webhint.io browser extension
2022-07-06Docs: add indeterminate disabled checkbox example (#36674)Julien Déramond
2022-07-06Docs: alphabetical reorder of some events/methods in tables (#36669)Julien Déramond
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters
2022-07-06Revert db61cf3 for `$text-muted` default value (#36680)Julien Déramond
2022-07-06remove dead link from translationsChristian Oliff
2022-07-05Docs: fix some ScrollSpy HTML copyable codes (#36672)Julien Déramond
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond
2022-07-02Fix a typo in the documentation masthead (#36658)Vipin Mishra
Co-authored-by: Vipin MIshra <vipin@digiqt.com>
2022-06-30Added examples for Radios in List Group (#36644)Neeraj Kumar Das
* Add examples for Radios in List Group * Reduce the number of checkboxes and radios to 3 for consistency Drop aria-label on inputs and use label Use class stretched-link on labels to cover the whole list group item Check the first radio by default Remove radios from streched link examples Co-authored-by: Julien Déramond <juderamond@gmail.com>