File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.3
4
+
5
+ - The ` Broadcast ` attribute can now be repeated, this is convenient to render several Turbo Streams Twig templates for the same change
6
+
3
7
## 2.2
4
8
5
9
- The topics defined in the ` Broadcast ` attribute now support expression language when prefixed with ` @= ` .
6
- - The ` Broadcast ` attribute can now be repeated, this is convenient to render several Turbo Streams Twig templates for the same change
7
10
8
11
## 2.1
9
12
Original file line number Diff line number Diff line change @@ -620,10 +620,10 @@ The ``Broadcast`` attribute comes with a set of handy options:
620
620
is derived from the FQCN of the entity and from its id
621
621
- ``template `` (``string ``): Twig template to render (see above)
622
622
623
- The ``Broadcast `` attribute can be repeated. This is convenient to
624
- to render several templates associated with their own topics for the
625
- same change (e.g. the same data is rendered in different way in the
626
- list and in the detail pages).
623
+ The ``Broadcast `` attribute can be repeated (e.g. you can have multiple
624
+ ` #[Broadcast] `. This is convenient to to render several templates associated with
625
+ their own topics for the same change (e.g. the same data is rendered in different
626
+ way in the list and in the detail pages).
627
627
628
628
Options are transport-specific. When using Mercure, some extra options
629
629
are supported:
You can’t perform that action at this time.
0 commit comments