From ffa3073211d2a45ce22b0ff94401d38e31fadf5c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 7 Dec 2023 09:49:57 -0500 Subject: [PATCH] chore: note item behavior in 7.6 notes (#28664) We got some feedback in https://github.com/ionic-team/ionic-framework/pull/28146#issuecomment-1845005089 that it would be helpful to note the new item wrapping behavior in v7.6. I've updated the Github release, and this PR updates the Changelog file. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f73c0425e..0d0dad6487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **toast:** add swipe to dismiss functionality ([#28442](https://github.com/ionic-team/ionic-framework/issues/28442)) ([30c21aa](https://github.com/ionic-team/ionic-framework/commit/30c21aab3ed40d73c28e7d60d0952d8891b0a9d3)), closes [#21769](https://github.com/ionic-team/ionic-framework/issues/21769) * **toggle:** expose label wrapper as shadow part ([#28585](https://github.com/ionic-team/ionic-framework/issues/28585)) ([a34188f](https://github.com/ionic-team/ionic-framework/commit/a34188f7dbec4a16e4f2043ed3dc096e337725a7)) +Note: Text inside of `ion-item` can now wrap to resolve accessibility issues related to readability. We recommend evaluating your application to account for text wrapping. +