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 the size of Text elements by using the following classes #801
    • text-level-1 - equivalent to h1
    • text-level-2 - equivalent to h2
    • text-level-3 - equivalent to h3
    • text-level-4 - equivalent to h4
    • text-level-5 - equivalent to h5
    • text-level-6 - equivalent to h6
    • 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 use text-center instead
  • subtitle - you can use text-level-3 text-center instead

Other changes

  • the Table highlight class now only applies to <tr> nested inside <tbody> #802

Documentation updates