micronaut-projects / micronaut-views

Micronaut Integration with Server Side View Rendering
Apache License 2.0
28 stars 32 forks source link

support new turbo-stream action types "morph" and "refresh" #772

Closed PeterFokkinga closed 2 months ago

PeterFokkinga commented 3 months ago

Feature description

Hotwired Turbo added two new action types "morph" and "refresh" to the turbo-stream tag in release 8.x see their reference. It also adds two additional attributes "children-only" and "request-id" specific for these actions.

It would be nice if we can use these from Micronaut.

PeterFokkinga commented 3 months ago

@sdelamo I have created PR #773 for this