Skip to content

Commit a93bf41

Browse files
mdoXhmikosR
authored andcommitted
Move to Alpha 3 migration section
1 parent 995d021 commit a93bf41

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

site/content/docs/5.0/migration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ toc: true
1616
- The `scale-color()` will either tint or shade a color depending on whether its weight parameter is positive or negative.
1717
- See [this PR](https://github.com/twbs/bootstrap/pull/30622) for more details.
1818

19+
### Fonts and text
20+
21+
- Added `.fs-*` utilities for `font-size`.
22+
- Renamed `.font-weight-*` utilities as `.fw-*` for brevity.
23+
- Renamed `.font-style-*` utilities as `.fst-*` for brevity.
24+
- Renamed `.text-monospace` to `.font-monospace`.
25+
- New `line-height` utilities: `.lh-1`, `.lh-sm`, `.lh-base` and `.lh-lg`. See [here]({{< docsref "/utilities/text#line-height" >}}).
26+
- Removed `.text-hide` as it's an antiquated method for hiding text that shouldn't be used anymore.
27+
1928
## v5.0.0-alpha2
2029

2130
### Sass
@@ -314,15 +323,6 @@ Badges were overhauled to better differentiate themselves from buttons and to be
314323

315324
- Decreased the number of responsive order utilities per breakpoint. The highest order utility with a number now is `.order-5` instead of `.order-12`. [See #28874](https://github.com/twbs/bootstrap/pull/28874).
316325

317-
### Fonts and text
318-
319-
- Added `.fs-*` utilities for `font-size`.
320-
- Renamed `.font-weight-*` utilities as `.fw-*` for brevity.
321-
- Renamed `.font-style-*` utilities as `.fst-*` for brevity.
322-
- Renamed `.text-monospace` to `.font-monospace`.
323-
- New `line-height` utilities: `.lh-1`, `.lh-sm`, `.lh-base` and `.lh-lg`. See [here]({{< docsref "/utilities/text#line-height" >}}).
324-
- Removed `.text-hide` as it's an antiquated method for hiding text that shouldn't be used anymore.
325-
326326
### Misc
327327

328328
- Added `.bg-body` for quickly setting the `<body>`'s background to additional elements.

0 commit comments

Comments
 (0)