diff --git a/src/LiveComponent/CHANGELOG.md b/src/LiveComponent/CHANGELOG.md index dbc96ccc49f..304c232b4c2 100644 --- a/src/LiveComponent/CHANGELOG.md +++ b/src/LiveComponent/CHANGELOG.md @@ -5,7 +5,7 @@ - Add `modifier` option in `LiveProp` so options can be modified at runtime. - Fix collections hydration with serializer in LiveComponents - Add `loading` attribute to defer the rendering on the component after the - page is rendered, either when the page loads (`loading="defer"`) or when + page is rendered, either when the page loads (`loading="defer"`) or when the component becomes visible in the viewport (`loading="lazy"`). - Deprecate the `defer` attribute.