Skip to content

Commit

Permalink
Update CHANGELOG.md and UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Mar 6, 2024
1 parent ea3803a commit e3391d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# UPGRADE

## FROM 2.16 to 2.17

- **Live Components**: Change `defer` attribute to `loading="defer"` #1515.

## FROM 2.15 to 2.16

- **Live Components**: Change `data-action-name` attribute to `data-live-action-param`
Expand Down
4 changes: 4 additions & 0 deletions src/LiveComponent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- 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
the component becomes visible in the viewport (`loading="lazy"`).
- Deprecate the `defer` attribute.

## 2.16.0

Expand Down

0 comments on commit e3391d2

Please sign in to comment.