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
path: root/site
AgeCommit message (Collapse)Author
2022-09-07Release v5.2.1 (#37098)v5.2.1XhmikosR
* Bump version to v5.2.1. * Dist
2022-09-02Set up a resuming table such as what's in other components.louismaximepiton
2022-09-02Improve language around vertical grid guttersMark Otto
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 padding on starter templateMark 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-01More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond
2022-09-01Docs: improve cards image overlays markupJulien Déramond
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-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-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-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-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-26Simplify social images and add ability to set per-page images (#36804)Mark Otto
* Simplify social images and add ability to set per-page images - Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages) - Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images * Update default social card * Change description to subtitle, add longer description to match homepage * Remove social_image_path, use inline conditions for social images
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-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-19Release v5.2.0 (#36768)v5.2.0XhmikosR
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-18Fix various small typos in documentation (#36762)Marc Wrobel
2022-07-18Fix indentation in code sampleNils K
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-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 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-11Fix 'Remove from map' Sass descriptionJulien Déramond
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-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