aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
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-02Placeholder changes to input value in readonly input. (#34040)Rajesh Kumar1-3/+3
* placeholder changes to input value * Fix content and add value to readOnly input * add value in readonly input * Update site/content/docs/5.0/forms/form-control.md Co-authored-by: Rajesh Kumar <https://github.com/rajesh2kumar96> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mark Otto <[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-06-02Fix typo ("theses"→ "these")Anirvan Chatterjee1-1/+1
2021-05-28corrected link to text alignment docs (#34119)Andrea Sudharta1-1/+1
Co-authored-by: alpadev <[email protected]>
2021-05-25Changing HTTP to HTTPS (#34090)hugonun1-2/+2
2021-05-22Document how to make utilities responsive using the API (#34062)Mark Otto1-0/+51
2021-05-21Replace freenode with libera IRC server (#34050)midzer1-1/+1
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-18docs(font-stack): drop BlinkMacSystemFont (#34009)Gaël Poupard1-2/+0
2021-05-18docs(examples): Dashboard improvements (#34007)Gaël Poupard6-24/+24
2021-05-18docs(cheatsheet): fix JS errors in `setActiveItem()` (#34011)Gaël Poupard1-2/+7
2021-05-12Update Sidebars example to fix dividers and rendering on Chrome (#33859)Mark Otto2-10/+17
2021-05-11docs: make tooltip anchor properly wrap the svg (#33901)alpadev1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-05-11Fix offcanvas example, using a custom trigger selector (#33926)GeoSot2-2/+2
Co-authored-by: XhmikosR <[email protected]>
2021-05-10Remove unneeded 'Edge Legacy' mention in Range docsChristian Oliff1-1/+1
2021-05-10Fix "directoinal" typo in v5 migration docsTim Yang1-1/+1
2021-05-10docs: fix rtlcss stringmap configuration (#33915)alpadev1-2/+2
2021-05-08Fix accordion link (#33896)Nikolay Nizriukhin1-1/+1
Co-authored-by: Patrick H. Lauke <[email protected]>
2021-05-08Fix "no long require" to "no longer require" typo (#33879)Chris Blakley1-1/+1
Fixed a typo in the Migration guide from "...we no long require..." to be "we no longer require..."
2021-05-08Fix value (#33868)Jaume Sala1-1/+1
2021-05-08Add accessible names to SVG icons in alerts (#33893)Patrick H. Lauke1-5/+5
2021-05-06Fix unnecessary classes (#33850)jrn27781-5/+3
* Fix unnecessary classes * Removed unnecessary div Co-authored-by: Mark Otto <[email protected]> * Updated centered hero primary button classes Co-authored-by: Mark Otto <[email protected]>
2021-05-06update About text now that Bootstrap 5 is liveChristian Oliff1-1/+1
..and big congrats (and thanks) to all the Bootstrap team on v5 launching :-)
2021-05-06Fix browser support versions in migration dockyletsang1-3/+2
2021-05-06Fix typo in migration.mdManabu Niseki1-1/+1
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-06Remove extra t in Close button heading in Migration guideMark Otto1-1/+1
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-2/+2
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-05-05Rewrite migration guide (#33834)Mark Otto1-337/+217
- De-duplicates bulk of the content for a migration from v4 to v5 - Adds clear breaking labels where appropriate - Leaves room for more guidance around doing the actual migration
2021-05-05refactor(docs): Added form file input variables (#33833)Ajay Patel1-0/+4
File input belongs to this page in doc, added variables in last. Co-authored-by: XhmikosR <[email protected]>
2021-05-05Fix doc typo and Bootstrap Icons link (#33832)Kyle Tsang2-2/+2
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
2021-05-05Update migration guide for some v5 changes (#33829)Mark Otto1-1/+20
* Update migration guide for some v5 changes * Update migration.md Co-authored-by: XhmikosR <[email protected]>
2021-05-04Neutralise more words from placeholder text (#33731)Patrick H. Lauke6-162/+205
* 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-05-01Docs: adding intro about web accessibility (#33786)Luiz Orso1-0/+1
2021-05-01Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls (#33797)Patrick H. Lauke1-5/+5
2021-04-30Improve overall new examples' accessibility (#33772)Gaël Poupard7-821/+840
2021-04-27Improve RTL examples (#33097)Abdullah Alaqeel7-512/+506
2021-04-27Add migration note for the `autoClose` option (#33770)Rohit Sharma1-0/+6
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-27fix: change margin breakpoints for bootstrap logo on double header (#33759)alpadev1-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