Skip to content

Commit 4e026d0

Browse files
committed
[Live] Adding missing versionadded for smart re-rendering system
1 parent 6535b56 commit 4e026d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,6 +2214,10 @@ When a component re-renders, the new HTML if "morphed" onto the existing
22142214
elements on the page. For example, if the re-render includes a new ``class``
22152215
on an existing element, that class will be added to that element.
22162216

2217+
.. versionadded:: 2.8
2218+
2219+
The smart re-render algorithm was introduced in LiveComponent 2.8.
2220+
22172221
The rendering system is also smart enough to know when an element was changed
22182222
by something *outside* of the LiveComponents system: e.g. some JavaScript
22192223
that added a class to an element. In this case, the class will be preserved

0 commit comments

Comments
 (0)