aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2021-06-15fix error in javascript example under Asynchronous functions and transitions ↵Matt Dufresne1-1/+1
section
2021-06-14querySelector will only select the first element. Adjust to QuerySelectorAllaphel1-5/+7
2021-06-14Add important to utilities, mention it's usage and global variableMark Otto1-45/+49
2021-06-14Document the change to breakpoint mixins (#34251)Mark Otto1-0/+4
* Document the change to breakpoint mixins * Update migration.md Co-authored-by: XhmikosR <[email protected]>
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-13docs: update overview.md to fix typoLuke Ingalls1-1/+1
2021-06-13fix accessibility issue on sidebars example (#34214)Laussel Loïc1-4/+4
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-07docs: update migration.md to fix a typoEduardo Allegrini1-1/+1
2021-06-03docs(customize): missed explanations for overrides (#34179)Gaël Poupard1-3/+1
Closes #34176 Co-authored-by: XhmikosR <[email protected]>
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter1-2/+21
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