Skip to content

1.0.5

Compare
Choose a tag to compare
@JohnathonKoster JohnathonKoster released this 28 Jan 00:53
· 76 commits to main since this release

Improvements and Bug Fixes 💪

  • @aware variables are automatically removed from the attribute bag, without needing to redefine them in @props
  • Adds support for passing attributes via. the <c-component {{ $attributes }} /> attribute
  • Bumps minimum version of stillat/blade-parser to 1.10.3
  • Adds support for compiling component attributes of the form <c-component attribute={{ $value }} />
  • Adds support for compiling component attributes of the form <c-component attribute={!! $value !!} />
  • Multi-word prop values will be available on nested components when passing $attributes to a child component
  • Internal component model instances will be cached during compilation, improving performance for heavily re-used components
  • Improves compatibility with Volt