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-11-12Docs: use `<button>` for dropdown/popover examples, explain preference over ↵Patrick H. Lauke
`<a>` for dropdowns, tweak collapse prose (#37432) * Expand dropdown explanation for use of `<a>`, use `<button>`s for modal examples * Remove redundant `role="button"` from collapse test `<button>` elements * Tweak language * Tweak collapse prose
2022-10-25Markdownlint fixes (#37255)XhmikosR
2022-10-16Docs: organize callouts in partials (#37320)Mark Otto
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-01Fixlouismaximepiton
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-03Docs: fix some ARIA Authoring Practices Guides broken links (#36488)Julien Déramond
* Docs: fix some ARIA Authoring Practices Guides broken link
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-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