From 0139a046ad9a0adbbb045d7cd3e289712e54e05d Mon Sep 17 00:00:00 2001
From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
Date: Wed, 5 Nov 2025 10:36:12 -0500
Subject: [PATCH] docs(breaking): add the card-content update to shadow
---
BREAKING.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/BREAKING.md b/BREAKING.md
index 3575a2a438..5402d33461 100644
--- a/BREAKING.md
+++ b/BREAKING.md
@@ -28,7 +28,9 @@ This is a comprehensive list of the breaking changes introduced in the major ver
Card
-- The `border-radius` of the `ios` and `md` card now defaults to `14px` and `12px` instead of `8px` and `4px`, respectively, in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set the `shape` to `"soft"`, or override the `--border-radius` CSS variable to specify a different value.
+- **ion-card**: The `border-radius` of the `ios` and `md` card now defaults to `14px` and `12px` instead of `8px` and `4px`, respectively, in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set the `shape` to `"soft"`, or override the `--border-radius` CSS variable to specify a different value.
+
+- **ion-card-content**: The `ion-card-content` component has been updated to Shadow DOM. With this update, all card-related components now use Shadow DOM for style encapsulation.
Chip
@@ -134,4 +136,4 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
-```
\ No newline at end of file
+```