diff --git a/.changeset/orange-moons-chew.md b/.changeset/orange-moons-chew.md index 98cb57242..9f1f49826 100644 --- a/.changeset/orange-moons-chew.md +++ b/.changeset/orange-moons-chew.md @@ -2,4 +2,5 @@ '@react-pdf/layout': minor --- -Nested page break support. Unwrappable content to wrap if capable when it doesn't fit within a page. +- Nested page break support for views. +- Fallback behavior for unwrappable content to wrap if it is a wrappable component (View / Text) when it doesn't fit within a page. Content will start on next page.