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-25Merge branch 'patrickhlauke-docs-buttons-naked' of ↵patrickhlauke-docs-buttons-nakedPatrick H. Lauke
https://github.com/twbs/bootstrap into patrickhlauke-docs-buttons-naked
2022-10-25Tweak callout wordingPatrick H. Lauke
2022-10-25Merge branch 'main' into patrickhlauke-docs-buttons-nakedPatrick H. Lauke
2022-10-25Markdownlint fixes (#37255)XhmikosR
2022-10-16Docs: organize callouts in partials (#37320)Mark Otto
2022-10-12docs: fixes text buttons to match behaviorCatalin Zalog
2022-10-12Docs: standardize usage of `<kbd>`Julien Déramond
2022-10-11Add initial headingPatrick H. Lauke
2022-10-08Turn callout into a warningPatrick H. Lauke
2022-10-08Docs: add explanation of the base `.btn` classPatrick H. Lauke
and a callout reminding authors to at least define some focus styling if they intend to use it "naked"
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-09-27Minor docs changes (#37215)XhmikosR
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: minor fix for Navbar > Offcanvas examples (#37145)Julien Déramond
2022-09-02Set up a resuming table such as what's in other components.louismaximepiton
2022-09-01Fixlouismaximepiton
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-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-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-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-26Adding missing offcanvas `added-in` shortcodelouismaximepiton
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-23Rename scrollspy to toast in toast.md (#36819)campersau
2022-07-18Fix indentation in code sampleNils K
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-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-06Docs: alphabetical reorder of some events/methods in tables (#36669)Julien Déramond
2022-07-05Docs: fix some ScrollSpy HTML copyable codes (#36672)Julien Déramond
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>
2022-06-21Fix popover live demo to use `data-bs-title` instead of `title` (#36613)Julien Déramond
2022-06-20Fix StackBlitz Popovers and Tooltips examples (#36449)Julien Déramond
* Fix StackBlitz Popovers and Tooltips examples * Rename shortcode example parameters * Reorder example shortcode doc params + fix Cspell * Remove 'stackblitz' param + use data-bs-title instead of title * Update site/layouts/partials/callout-warning-data-bs-title-vs-title.md Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-06-15Add example of dark navbar and offcanvas to docs (#36510)Mark Otto
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot
* docs: remove redundant reference to `interval=false` * docs: remove redundant reference to `interval=false` from tests Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke
see https://github.com/twbs/bootstrap/discussions/35755 Note that even the APG guide for disclosure widgets doesn't use this optional "nice-to-have" extra bit https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ (though they do use `aria-controls`, which in most current browser/AT combos is borked though)
2022-06-03Update some WCAG links, expand sass.md contrast explanation (#36489)Patrick H. Lauke
2022-06-03Docs: fix some ARIA Authoring Practices Guides broken links (#36488)Julien Déramond
* Docs: fix some ARIA Authoring Practices Guides broken link
2022-05-30Docs: Use example shortcode for all Button groups (#36450)Julien Déramond
2022-05-27Fix StackBlitz examples by embedding snippets.js when needed (#36352)Julien Déramond
* Fix StackBlitz examples by embedding snippets.js when needed * Fix Popovers * Fix tooltips * Fix Toasts * Add comment sections * Fix Alerts * Indeterminate heckboxes + classes handling * Nothing to do for links * Fix modals * Nothing to do for Offcanvas * Remove correctly .bd-example * Add body .p-3 for all StackBlitz examples
2022-05-24CSS: doc fixes (#36425)Louis-Maxime Piton
* Remove unused attributes * Use utilities rather than using new CSS * Removed unused class * Change StackBlitz icon `aria-label` + small inconsistency
2022-05-20Docs: quick fixes for HTML (#36395)Louis-Maxime Piton
* Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers
2022-05-13Prepare v5.2.0-beta1Mark Otto