Skip to content

Commit e8e3721

Browse files
committed
minor #248 [LiveComponents] adding versionadded for action arguments (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [LiveComponents] adding versionadded for action arguments | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Relates to #218 | License | MIT For #218 - we've recently started adding these to the docs to help highlight why a feature might not work (especially if that feature isn't released yet!) Commits ------- 82b7307 adding versionadded for action arguments
2 parents c57eb55 + 82b7307 commit e8e3721

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LiveComponent/src/Resources/doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,10 @@ This means that, for example, you can use action autowiring::
555555
Actions & Arguments
556556
^^^^^^^^^^^^^^^^^^^
557557

558+
.. versionadded:: 2.1
559+
560+
The ability to pass arguments to actions was added in version 2.1.
561+
558562
You can also provide custom arguments to your action::
559563

560564
.. code-block:: twig

0 commit comments

Comments
 (0)