Skip to content

v2.28.0

Compare
Choose a tag to compare
@joelhawksley joelhawksley released this 16 Mar 15:48
· 1014 commits to main since this release
9f813e8
  • Include SlotableV2 by default in Base. Note: It's no longer necessary to include ViewComponent::SlotableV2 to use Slots.

    Joel Hawksley

  • Prepend Preview routes instead of appending, accounting for cases where host application has catchall route.

    Joel Hawksley

  • Fix bug where blocks passed to lambda slots will render incorrectly in certain situations.

    Blake Williams