1.6.1
This release improves the out-of-box experience with the document validator:
- Resolves an issue where custom Blade component compilers would not be used when compiling documents
- Corrects an issue preventing some component tag parameters from being compiled successfully
In addition, this PR makes the following changes:
- The
ignore_directives
validation configuration option will now be used to disable parsing and compilation across all validators, for consistency (#25) - Adds the livewire directive to the list of ignored directives to prevent users from having to add it each time (due to some lifecycle items)