Skip to content

Commit 66725ed

Browse files
committed
updating docs versions
1 parent 6cd3a8d commit 66725ed

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,10 +1036,10 @@ the work::
10361036
// ...
10371037
}
10381038

1039-
.. versionadded:: 2.14
1039+
.. versionadded:: 2.16
10401040

10411041
The ``data-live-action-param`` attribute way of specifying the action
1042-
was added in Live Components 2.14. Previously, this was done with
1042+
was added in Live Components 2.16. Previously, this was done with
10431043
``data-live-action-name``.
10441044

10451045
To call this, trigger the ``action`` method on the ``live`` Stimulus
@@ -1104,10 +1104,10 @@ This means that, for example, you can use action autowiring::
11041104
Actions & Arguments
11051105
~~~~~~~~~~~~~~~~~~~
11061106

1107-
.. versionadded:: 2.14
1107+
.. versionadded:: 2.16
11081108

11091109
The ``data-live-{NAME}-param`` attribute way of specifying action
1110-
arguments was added in Live Components 2.14. Previously, this was done
1110+
arguments was added in Live Components 2.16. Previously, this was done
11111111
inside the ``data-live-action-name`` attribute.
11121112

11131113
You can also pass arguments to your action by adding each as a
@@ -2456,6 +2456,11 @@ Emitting an Event
24562456

24572457
There are three ways to emit an event:
24582458

2459+
.. versionchanged:: 2.16
2460+
2461+
The ``data-live-event-param`` attribute was added in Live Components 2.16.
2462+
Previously, it was called ``data-event``.
2463+
24592464
1. From Twig:
24602465

24612466
.. code-block:: html+twig

0 commit comments

Comments
 (0)