v14.1.0
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
New features ✨
- you can now
define
thesize
of Text elements by using the following classes #801text-level-1
- equivalent toh1
text-level-2
- equivalent toh2
text-level-3
- equivalent toh3
text-level-4
- equivalent toh4
text-level-5
- equivalent toh5
text-level-6
- equivalent toh6
text-level-7
<h1 class="text-level-3">...</h1>
Deprecation Notice⚠️
The following classes
have been deprecated
and will be removed in a later version #801
title
- you can usetext-center
insteadsubtitle
- you can usetext-level-3 text-center
instead