From d535e61a64b3d25b8f6602d4e2bf5ebf5325da67 Mon Sep 17 00:00:00 2001 From: Sam Congleton Date: Wed, 11 Oct 2023 09:24:43 -0400 Subject: [PATCH] Changelog fixes. --- .changeset/orange-moons-chew.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.