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
2021-04-27Improve RTL examples (#33097)Abdullah Alaqeel
2021-04-27Add migration note for the `autoClose` option (#33770)Rohit Sharma
2021-04-27Tooltip — doc updates (#33771)Rohit Sharma
2021-04-27docs: fix typo in list-group.md (#33756)Pierre Grimaud
2021-04-27fix: change margin breakpoints for bootstrap logo on double header (#33759)alpadev
2021-04-25Add Bootstrap Icons to alerts docs (#33690)Mark Otto
* Add Bootstrap Icons to alerts docs * Update site/content/docs/5.0/components/alerts.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> * Update alerts.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-25Clarify `boundary` option description (#33735)Rohit Sharma
Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-25Tooltip/Popover — Minor doc updates (#33733)Rohit Sharma
2021-04-23Replace modal and scrollspy placeholder content (#33726)Mark Otto
2021-04-21docs: fix the default value of Popper's `boundary` option (#33685)Rohit Sharma
`'scrollParent'` is no longer the default `boundary` value Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma
2021-04-19Fixes #33686 typo in RTL docsiatek
2021-04-19Update anchor.js to v4.3.1. (#33668)XhmikosR
2021-04-19Change from preventOverflow to detectOverflowRohit Sharma
- Since the link is for detectOverflow docs
2021-04-19Fix typoRaaj Trambadia
2021-04-19Fixes signup form in Heroes exampleMark Otto
Fixes #33660
2021-04-19Fix Grid System docs (#33676)Kohhee Peace
* Fix Grid System docs * Apply suggestions from code review Co-authored-by: Mark Otto <otto@github.com>
2021-04-18Fix toggle between modals exampleMark Otto
2021-04-18Docs: Tried to fix the issue #33650 (#33664)ghost_32
Prefixed the `aria-controls` with `list-` to match with `tabpanel` ids in `Javascript behavior` example in `List Group Component`.
2021-04-14Add example: Panels stay open (#33553)Peter Hartree
* Add example: Panels stay open * Set unique element IDs in the new example * Update language Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2021-04-14Correct the heading for the States sectionMark Otto
2021-04-14Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597)Philip Wedemann
* Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto <markd.otto@gmail.com>
2021-04-10Add color-scheme mixinMark Otto
2021-04-09docs: update clipboard.js to v2.0.8 (#33583)XhmikosR
2021-04-09footer: fix `rel=noopener` attribute (#33571)XhmikosR
There's no need to use `rel=noopener` without `target=_blank`, but otherwise, it should be used since it's a potential security issue.
2021-04-07Improve responsiveness of Features examplesMark Otto
2021-04-07Fixed wrong method name _getInstanceDanny Trunk
There is no _getInstance method, but there is a getInstance method
2021-04-07Revert "Update look and feel of examples and copy buttons"Mark Otto
This reverts commit cdf56e0eefd797d4b0f26021d24958fc315a5f2c.
2021-04-07Remove noopener from target _blank linksMark Otto
2021-04-06Add equal column mixin (#32155)CFX
2021-04-05Update look and feel of examples and copy buttonsMark Otto
2021-04-04Add offcanvas-top modifier (#33549)Mark Otto
2021-04-04Update parcel.mdYuriy Gorbunov
2021-03-31Add new docs footer (#33453)Mark Otto
* Replace site footer with mega footer to link to various projects and community resources * Fix broken HTML
2021-03-31Clarify docs accordion example (#33522)Mark Otto
2021-03-31The spacing margin side identifiers 's' and 'e' may be intuitive for many ↵John
but explicitly helping users associate the abbreviations to 'start' and 'end' should help people migrate from version 4 with less friction
2021-03-23Make offcanvas example fully static (#33446)Mark Otto
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR
2021-03-23offcanvas-navbar: add missing redirect (#33443)XhmikosR
2021-03-23Add link to new Parcel guide in starter template (#33430)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-23Allow offcanvas to be initialized in open state (#33382)GeoSot
* Update docs to use new .show behavior and clarify some copy for first example Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-22Update examples (#33214)Mark Otto
* Add updated Jumbotron example made from utilities * Update starter template example with new design and links * Update some existing examples and their screenshots * Add four new snippet-based examples * Update layout to improve things a bit * WIP * Add d-block to images * Fix horizontal scroll * move d-block to the anchor Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-17Utilities to Utilities API (Borders doc page) (#33380)Semih Raif Gürel
2021-03-17Add example: toggle modal dialogs (#33301)Anton
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com>
2021-03-17Updates customize Sass docs to reflect proper placement of default variables ↵Mark Otto
overrides
2021-03-16Accept data-bs-body option in the configuration object as well (#33248)GeoSot
* Accept data-bs-body option in the configuration object as well Tweak jqueryInterface, add some more tests * Fix Markdown table formatting and tweak the wording on backdrop Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16Update modal's `show` method to accept `relatedTarget` as an argument (#33300)Anton
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-11Add migration guide entryMark Otto
2021-03-11Change from element selector to the opt-in classMark Otto
2021-03-11Add ol.list-group with psuedo-element numbersMark Otto