Skip to content

2.1.0

Choose a tag to compare

@JohnathonKoster JohnathonKoster released this 14 Sep 23:45
· 31 commits to main-v2 since this release

This release adds support for compiling arbitrary echo parameters:

<x-input
    type="{input_type ?? 'text'}"
    name="{handle}"
    value="{value}"
    {{ js_attributes }}
/>

Additionally, this release improves support for other Blade parameter styles (#4)