You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/5.0/migration.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,15 @@ toc: true
16
16
- The `scale-color()` will either tint or shade a color depending on whether its weight parameter is positive or negative.
17
17
- See [this PR](https://github.com/twbs/bootstrap/pull/30622) for more details.
18
18
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
+
19
28
## v5.0.0-alpha2
20
29
21
30
### Sass
@@ -314,15 +323,6 @@ Badges were overhauled to better differentiate themselves from buttons and to be
314
323
315
324
- 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).
316
325
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
-
326
326
### Misc
327
327
328
328
- Added `.bg-body` for quickly setting the `<body>`'s background to additional elements.
0 commit comments