We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedb331 commit 10c3c06Copy full SHA for 10c3c06
src/LiveComponent/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
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
12
## 2.4.0
13
14
- [BC BREAK] Previously, the `id` attribute was used with `morphdom` as the
0 commit comments