v1.2.0-beta.3
Pre-release
Pre-release
What's new
- You can now use
show_label
on all fieldtypes. select
fields now also render theirinstructions
.
What's fixed
- The
{{ errors }}
tag used inerrors.antlers.html
caused a name collision with the form on password-protected pages. The tag was renamed to{{ livewire_forms }}
and also refactored. If you published this addon's views, you have to manually update the errors view.