mary

Laravel Blade UI Components for Livewire 3

OTHER License

Downloads
74.5K
Stars
659
Committers
54

Bot releases are visible (Hide)

mary - 1.33.2 Latest Release

Published by robsontenorio 4 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.33.1...1.33.2

mary - 1.33.1

Published by robsontenorio 4 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.33.0...1.33.1

mary - 1.33.0

Published by robsontenorio 4 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: https://github.com/robsontenorio/mary/compare/1.32.1...1.33.0

mary - 1.32.1

Published by robsontenorio 5 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.32.0...1.32.1

mary - 1.32.0

Published by robsontenorio 5 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.31.3...1.32.0

mary - 1.31.3

Published by robsontenorio 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.31.2...1.31.3

mary -

Published by robsontenorio 5 months ago

mary - 1.31.1

Published by robsontenorio 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.31.0...1.31.1

mary - 1.31.0

Published by robsontenorio 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.6...1.31.0

mary - 1.30.6

Published by robsontenorio 5 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.5...1.30.6

mary - 1.30.5

Published by robsontenorio 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.4...1.30.5

mary - 1.30.4

Published by robsontenorio 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.3...1.30.4

mary - 1.30.3

Published by robsontenorio 6 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.2...1.30.3

mary - 1.30.2

Published by robsontenorio 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.1...1.30.2

mary - 1.30.1

Published by robsontenorio 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.30.0...1.30.1

mary - 1.30.0

Published by robsontenorio 6 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.29.1...1.30.0

mary - 1.29.1

Published by robsontenorio 6 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.29.0...1.29.1

mary - 1.29.0

Published by robsontenorio 6 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.28.0...1.29.0

mary - 1.28.0

Published by robsontenorio 6 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.27.0...1.28.0

mary - 1.27.0

Published by robsontenorio 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.26.2...1.27.0