Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migration-guide-bs5.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ need review. The changes most likely to matter:
| `badge-{color}` | `text-bg-{color}` |
| `badge-pill` | `rounded-pill` |
| `jumbotron` | `p-5 mb-4 bg-body-tertiary rounded-3` |
| carousel indicators as `<ol>`/`<li>` | `<button>` elements |
| `ol.carousel-indicators` with `<li>` children | `div.carousel-indicators` with `<button>` children |

### Hand-written Bootstrap HTML in templates

Expand Down Expand Up @@ -72,7 +72,7 @@ Pages rendered before the upgrade still carry Bootstrap 4 markup in the
parser cache while the wiki already serves Bootstrap 5 CSS and
JavaScript, so components on cached pages can look broken. This
resolves as pages re-render; to force it, purge the affected pages or
run the `purgeParserCache` maintenance script.
run `purgeParserCache.php --age 0` to clear the parser cache.

[BS5-jumbotron]: https://getbootstrap.com/docs/5.3/examples/jumbotron/
[BS5-migration]: https://getbootstrap.com/docs/5.3/migration/