| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-05 | Release v5.0.0 (#33647)v5.0.0 | XhmikosR | 1 | -2/+2 | |
| * Bump version to 5.0.0 * Fix npm tag * Dist | |||||
| 2021-05-05 | Rewrite migration guide (#33834) | Mark Otto | 1 | -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-05 | refactor(docs): Added form file input variables (#33833) | Ajay Patel | 1 | -0/+4 | |
| File input belongs to this page in doc, added variables in last. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-05-05 | Fix doc typo and Bootstrap Icons link (#33832) | Kyle Tsang | 2 | -2/+2 | |
| * Fix typo in migration guide * Fix Bootstrap Icons link in alerts page | |||||
| 2021-05-05 | Update migration guide for some v5 changes (#33829) | Mark Otto | 1 | -1/+20 | |
| * Update migration guide for some v5 changes * Update migration.md Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-05-04 | Neutralise more words from placeholder text (#33731) | Patrick H. Lauke | 6 | -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-04 | Tweak toast docs (#33810) | Patrick H. Lauke | 1 | -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-01 | Docs: adding intro about web accessibility (#33786) | Luiz Orso | 1 | -0/+1 | |
| 2021-05-01 | Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls (#33797) | Patrick H. Lauke | 1 | -5/+5 | |
| 2021-04-30 | Improve overall new examples' accessibility (#33772) | Gaël Poupard | 7 | -821/+840 | |
| 2021-04-27 | Improve RTL examples (#33097) | Abdullah Alaqeel | 7 | -512/+506 | |
| 2021-04-27 | Add migration note for the `autoClose` option (#33770) | Rohit Sharma | 1 | -0/+6 | |
| 2021-04-27 | Tooltip — doc updates (#33771) | Rohit Sharma | 1 | -1/+1 | |
| 2021-04-27 | docs: fix typo in list-group.md (#33756) | Pierre Grimaud | 1 | -1/+1 | |
| 2021-04-27 | fix: change margin breakpoints for bootstrap logo on double header (#33759) | alpadev | 1 | -1/+1 | |
| 2021-04-25 | Add Bootstrap Icons to alerts docs (#33690) | Mark Otto | 1 | -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-25 | Clarify `boundary` option description (#33735) | Rohit Sharma | 3 | -3/+3 | |
| Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-04-25 | Tooltip/Popover — Minor doc updates (#33733) | Rohit Sharma | 2 | -2/+2 | |
| 2021-04-23 | Replace modal and scrollspy placeholder content (#33726) | Mark Otto | 2 | -63/+49 | |
| 2021-04-21 | docs: fix the default value of Popper's `boundary` option (#33685) | Rohit Sharma | 1 | -2/+2 | |
| `'scrollParent'` is no longer the default `boundary` value Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-04-20 | Dropdown — Add option to make the dropdown menu clickable (#33389) | Rohit Sharma | 1 | -1/+65 | |
| 2021-04-19 | Fixes #33686 typo in RTL docs | iatek | 1 | -1/+1 | |
| 2021-04-18 | Change from preventOverflow to detectOverflow | Rohit Sharma | 3 | -3/+3 | |
| - Since the link is for detectOverflow docs | |||||
| 2021-04-18 | Fix typo | Raaj Trambadia | 1 | -1/+1 | |
| 2021-04-18 | Fixes signup form in Heroes example | Mark Otto | 1 | -3/+3 | |
| Fixes #33660 | |||||
| 2021-04-18 | Fix Grid System docs (#33676) | Kohhee Peace | 1 | -6/+6 | |
| * Fix Grid System docs * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-04-17 | Fix toggle between modals example | Mark Otto | 1 | -50/+21 | |
| 2021-04-17 | Docs: Tried to fix the issue #33650 (#33664) | ghost_32 | 1 | -4/+4 | |
| Prefixed the `aria-controls` with `list-` to match with `tabpanel` ids in `Javascript behavior` example in `List Group Component`. | |||||
| 2021-04-14 | Add example: Panels stay open (#33553) | Peter Hartree | 1 | -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-14 | Correct the heading for the States section | Mark Otto | 1 | -1/+1 | |
| 2021-04-14 | Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597) | Philip Wedemann | 1 | -25/+23 | |
| * Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-04-10 | Add color-scheme mixin | Mark Otto | 1 | -0/+22 | |
| 2021-04-06 | Improve responsiveness of Features examples | Mark Otto | 1 | -14/+14 | |
| 2021-04-06 | Fixed wrong method name _getInstance | Danny Trunk | 1 | -1/+1 | |
| There is no _getInstance method, but there is a getInstance method | |||||
| 2021-04-06 | Add equal column mixin (#32155) | CFX | 1 | -0/+3 | |
| 2021-04-04 | Add offcanvas-top modifier (#33549) | Mark Otto | 1 | -1/+16 | |
| 2021-04-04 | Update parcel.md | Yuriy Gorbunov | 1 | -1/+1 | |
| 2021-03-31 | Clarify docs accordion example (#33522) | Mark Otto | 1 | -1/+1 | |
| 2021-03-30 | The spacing margin side identifiers 's' and 'e' may be intuitive for many ↵ | John | 1 | -2/+2 | |
| but explicitly helping users associate the abbreviations to 'start' and 'end' should help people migrate from version 4 with less friction | |||||
| 2021-03-23 | Make offcanvas example fully static (#33446) | Mark Otto | 1 | -1/+1 | |
| 2021-03-23 | offcanvas-navbar: add missing redirect (#33443) | XhmikosR | 1 | -0/+1 | |
| 2021-03-23 | Add link to new Parcel guide in starter template (#33430) | Mark Otto | 1 | -0/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-03-23 | Allow offcanvas to be initialized in open state (#33382) | GeoSot | 1 | -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-22 | Update examples (#33214) | Mark Otto | 23 | -132/+1545 | |
| * 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 <[email protected]> | |||||
| 2021-03-17 | Utilities to Utilities API (Borders doc page) (#33380) | Semih Raif Gürel | 1 | -1/+1 | |
| 2021-03-16 | Add example: toggle modal dialogs (#33301) | Anton | 1 | -0/+69 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-03-16 | Updates customize Sass docs to reflect proper placement of default variables ↵ | Mark Otto | 1 | -9/+17 | |
| overrides | |||||
| 2021-03-16 | Accept data-bs-body option in the configuration object as well (#33248) | GeoSot | 1 | -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-16 | Update modal's `show` method to accept `relatedTarget` as an argument (#33300) | Anton | 1 | -0/+7 | |
| Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-03-10 | Add migration guide entry | Mark Otto | 1 | -0/+4 | |
