Skip to content

Commit 10c3c06

Browse files
committed
updating CHANGELOG
1 parent eedb331 commit 10c3c06

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/LiveComponent/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 2.5.0
4+
5+
- [BEHAVIOR CHANGE] Previously, Ajax calls could happen in parallel (if
6+
you changed a model then triggered an action before the model update Ajax
7+
call finished, the action Ajax call would being in parallel). Now, if
8+
an Ajax call is currently happening, any future requests will wait until
9+
it finishes. Then, all queued changes (potentially multiple model updates
10+
or actions) will be sent all at once on the next request.
11+
312
## 2.4.0
413

514
- [BC BREAK] Previously, the `id` attribute was used with `morphdom` as the

0 commit comments

Comments
 (0)