aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR24-9525/+0
2021-08-03Add new placeholder component (#31859)Jaume Sala1-0/+144
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Jaume Sala <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2021-07-30Add missing newlines around fenced codeblocks (#34630)XhmikosR2-0/+2
2021-07-29Collapse page: add a link to the accordion page (#34605)XhmikosR1-1/+1
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot4-21/+16
* use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]>
2021-07-28Correct Toast docs (#34604)Mark Young1-2/+2
Removes incorrect references to scrollspy in Toasts documentation
2021-07-26Update nav-tab.mdJitan Gupta1-4/+4
Updated the from anchor tag to button in sample examples
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by ↵GeoSot1-3/+7
default (#33610)
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using ↵GeoSot1-0/+18
`bs-target` (#33403) * change data-dismiss, so can be outside modal, using a bs-target * Update site/content/docs/5.0/components/modal.md Co-authored-by: Gaël Poupard <[email protected]>
2021-07-17Add new offcanvas support to navbarscraftwerk1-0/+64
Co-Authored-By: craftwerk <[email protected]>
2021-07-05Add horizontal collapse supportMark Otto1-0/+23
2021-06-29Add dynamic, live alerts example to docs (#33866)Mark Otto2-1/+54
2021-06-28Changes to Alert component to match the others (#33402)GeoSot1-14/+18
Alert.js: Refactor code to match the other components * Use this._element * Remove handleDismiss method and keep its functionality on event * Change JqueryInterface to be more generic * Correct docs to be aligned with code, and add undocumented functionality * Update alerts.md Co-authored-by: XhmikosR <[email protected]>
2021-06-14querySelector will only select the first element. Adjust to QuerySelectorAllaphel1-5/+7
2021-06-14fix(docs): update docs to match the newest modal-open removal (#34239)Szymon Wiszczuk1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-06-14Update tooltips.md (#34222)Marius Steffens1-1/+1
Update method names in the options table from old jQuery API to new Bootstrap 5 API
2021-06-07docs: update dropdowns.md to reflect the correct version (#34180)Eelke van den Bos1-1/+1
* Update dropdowns.md to reflect correct version * Clarify content, drop the reference to versions * Update dropdowns.md Co-authored-by: Mark Otto <[email protected]>
2021-06-03Add positioned badges example to docs (#34143)Joel Johnson1-4/+26
* Update documentation for badges * Removes useless changes, as well as fixes an example * Fixes some text with a badge example Co-authored-by: Mark Otto <[email protected]>
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot13-6/+142
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-06-02img in horizontal card (#34160)Gaël Poupard1-1/+1
* docs(cards): img in horizontal card Closes #34145 Simply adds `img-fluid` and `rounded-start` classes to horizontal card example to ensure copy-pasting from the docs matches the expectation. * Update site/content/docs/5.0/components/card.md Co-authored-by: Mark Otto <[email protected]>
2021-05-28corrected link to text alignment docs (#34119)Andrea Sudharta1-1/+1
Co-authored-by: alpadev <[email protected]>
2021-05-19Adjusted z-index to cover "copy" buttons (#34018)Jason Sperske1-2/+2
The copy to clipboard buttons have a `z-index:10` while the toasts were styled to have a `z-index:5" causing them to appear under the button.
2021-05-11docs: make tooltip anchor properly wrap the svg (#33901)alpadev1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-05-08Add accessible names to SVG icons in alerts (#33893)Patrick H. Lauke1-5/+5
2021-05-06Fix typo in scrollspy docs (#33841)Mark Otto1-2/+2
* Fix typo * remove duplicated "heading" Co-authored-by: alpadev <[email protected]>
2021-05-05Fix doc typo and Bootstrap Icons link (#33832)Kyle Tsang1-1/+1
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
2021-05-04Neutralise more words from placeholder text (#33731)Patrick H. Lauke2-21/+14
* Neutralise more words from placeholder text Follow-up to https://github.com/twbs/bootstrap/pull/33726 * Match fullscreen modal to other sizes * Ditch the lyrics outright * Rewrite and tweak the blog example some * update cheatsheet * text utils copy too * Fix the tbody validation error * fix typo Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: alpadev <[email protected]> Co-authored-by: alpadev <[email protected]>
2021-05-04Tweak toast docs (#33810)Patrick H. Lauke1-5/+7
* Tweak toast docs - a few rewordings/tweaks - add info about toasts with focusable/actionable controls (shouldn't autohide them) * Update site/content/docs/5.0/components/toasts.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.0/components/toasts.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-04-27Tooltip — doc updates (#33771)Rohit Sharma1-1/+1
2021-04-27docs: fix typo in list-group.md (#33756)Pierre Grimaud1-1/+1
2021-04-25Add Bootstrap Icons to alerts docs (#33690)Mark Otto1-0/+56
* Add Bootstrap Icons to alerts docs * Update site/content/docs/5.0/components/alerts.md Co-authored-by: Gaël Poupard <[email protected]> * Update alerts.md Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-04-25Clarify `boundary` option description (#33735)Rohit Sharma3-3/+3
Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR <[email protected]>
2021-04-25Tooltip/Popover — Minor doc updates (#33733)Rohit Sharma2-2/+2
2021-04-23Replace modal and scrollspy placeholder content (#33726)Mark Otto2-63/+49
2021-04-21docs: fix the default value of Popper's `boundary` option (#33685)Rohit Sharma1-2/+2
`'scrollParent'` is no longer the default `boundary` value Co-authored-by: XhmikosR <[email protected]>
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma1-1/+65
2021-04-18Change from preventOverflow to detectOverflowRohit Sharma3-3/+3
- Since the link is for detectOverflow docs
2021-04-17Fix toggle between modals exampleMark Otto1-50/+21
2021-04-17Docs: Tried to fix the issue #33650 (#33664)ghost_321-4/+4
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 Hartree1-0/+45
* Add example: Panels stay open * Set unique element IDs in the new example * Update language Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-04-06Fixed wrong method name _getInstanceDanny Trunk1-1/+1
There is no _getInstance method, but there is a getInstance method
2021-04-04Add offcanvas-top modifier (#33549)Mark Otto1-1/+16
2021-03-31Clarify docs accordion example (#33522)Mark Otto1-1/+1
2021-03-23Make offcanvas example fully static (#33446)Mark Otto1-1/+1
2021-03-23Allow offcanvas to be initialized in open state (#33382)GeoSot1-3/+3
* Update docs to use new .show behavior and clarify some copy for first example Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Add example: toggle modal dialogs (#33301)Anton1-0/+69
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-03-16Accept data-bs-body option in the configuration object as well (#33248)GeoSot1-34/+27
* 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 <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Update modal's `show` method to accept `relatedTarget` as an argument (#33300)Anton1-0/+7
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-10Change from element selector to the opt-in classMark Otto1-4/+4
2021-03-10Add ol.list-group with psuedo-element numbersMark Otto1-0/+42