github robsontenorio/mary 1.33.0

latest releases: 2.4.8, 2.4.7, 2.4.6...
16 months ago

What's Changed

Breaking changes

Table

BEFORE ($this->loop->index)

<x-table ...>
    @scope('cell_name', $user)
        ({{  $this->loop->index }}) {{ $user->name }}
    @endscope
</x-table>

AFTER ($loop->index)

<x-table ...>
    @scope('cell_name', $user)
        ({{  $loop->index }}) {{ $user->name }}
    @endscope
</x-table>

New Contributors

Full Changelog: 1.32.1...1.33.0

Don't miss a new mary release

NewReleases is sending notifications on new releases.