Skip to content

1.6.1

Compare
Choose a tag to compare
@JohnathonKoster JohnathonKoster released this 11 Feb 01:47
· 27 commits to master since this release
650c1a8

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)