Skip to content

Releases: robsontenorio/mary

1.34.2

06 Jul 11:26
42b8a23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.34.1...1.34.2

1.34.1

23 Jun 20:06
a7030b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.34.0...1.34.1

1.34.0

22 Jun 00:30
017b2f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.33.2...1.34.0

1.33.2

17 Jun 01:56
3f16b20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.33.1...1.33.2

1.33.1

17 Jun 01:36
a7f133d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.33.0...1.33.1

1.33.0

17 Jun 01:05
6179ca6
Compare
Choose a tag to compare

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

1.32.1

04 Jun 12:26
68651b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.32.0...1.32.1

1.32.0

31 May 16:59
67f3f4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.31.3...1.32.0

1.31.3

28 May 16:33
3eb37ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.31.2...1.31.3

1.31.2

28 May 12:49
434f72f
Compare
Choose a tag to compare
Collapse: add `no-icon` option (#450)