Part of the heading text is
@@ -72,7 +72,7 @@ exports[`Heading renders the UI snapshot correctly 6`] = `
exports[`Heading renders the UI snapshot correctly 7`] = `
Heading
@@ -81,7 +81,7 @@ exports[`Heading renders the UI snapshot correctly 7`] = `
exports[`Heading renders the UI snapshot correctly 8`] = `
@@ -97,13 +97,13 @@ exports[`Heading renders the UI snapshot correctly 9`] = `
>
Overline
Heading with Secondary size
@@ -118,14 +118,14 @@ exports[`Heading renders the UI snapshot correctly 10`] = `
role="group"
>
Heading with Secondary size
This is the subtitle
@@ -141,20 +141,20 @@ exports[`Heading renders the UI snapshot correctly 11`] = `
>
Overline
Heading with Secondary size
This is the subtitle
diff --git a/src/components/Heading/headingChangelogData.ts b/src/components/Heading/headingChangelogData.ts
index a10673f192..6102644e7b 100644
--- a/src/components/Heading/headingChangelogData.ts
+++ b/src/components/Heading/headingChangelogData.ts
@@ -9,13 +9,22 @@
import { ChangelogData } from "../../utils/ComponentChangelogTable";
export const changelogData: ChangelogData[] = [
+ {
+ date: "2024-02-05",
+ version: "2.1.5",
+ type: "Update",
+ affects: ["Styles"],
+ notes: [
+ "Updated to use a custom `@media query` method to handle the responsive `font-size` styles.",
+ ],
+ },
{
date: "2023-12-07",
version: "2.1.3",
type: "Update",
affects: ["Styles"],
notes: [
- 'Updates the `font-weight` to "regular" for the `subtitle1` and `subtitle2` text styles.',
+ 'Updated the `font-weight` to "regular" for the `subtitle1` and `subtitle2` text styles.',
],
},
{
diff --git a/src/components/Hero/__snapshots__/Hero.test.tsx.snap b/src/components/Hero/__snapshots__/Hero.test.tsx.snap
index ec450daf2f..7621bdb4b8 100644
--- a/src/components/Hero/__snapshots__/Hero.test.tsx.snap
+++ b/src/components/Hero/__snapshots__/Hero.test.tsx.snap
@@ -22,7 +22,7 @@ exports[`Hero Renders the UI snapshot correctly 1`] = `
}
>
Hero Primary
@@ -61,7 +61,7 @@ exports[`Hero Renders the UI snapshot correctly 2`] = `