mary

Laravel Blade UI Components for Livewire 3

OTHER License

Downloads
74.5K
Stars
659
Committers
54

Bot releases are visible (Hide)

mary - 1.17.1

Published by robsontenorio 9 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.17.0...1.17.1

Breaking changes

ImageLibrary

If you are using all default variables name describe on docs example, use this syntax. Check docs updates for more.

$this->syncMedia($this->user);

It was necessary to change library json payload structure, to solve some hidden bugs you haven't noticed yet. Unfortunately, if you have uploaded some images, you need to reset the json column and upload images again.

mary - 1.17.0

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.16.0...1.17.0

mary - 1.16.0

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.15.1...1.16.0

mary - 1.15.1

Published by robsontenorio 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.15.0...1.15.1

mary - 1.15.0

Published by robsontenorio 10 months ago

What's Changed

Breaking Changes

If you are using <x-file> with custom image preview check the docs to use newest and powerful approach.

Full Changelog: https://github.com/robsontenorio/mary/compare/1.14.3...1.15.0

mary - 1.14.3

Published by robsontenorio 10 months ago

What's Changed

⚠️ Warning

If you are using ChoicesOffline with custom slots use the blade syntax instead of Alpine syntax.

Full Changelog: https://github.com/robsontenorio/mary/compare/1.14.2...1.14.3

mary - 1.14.2

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.14.1...1.14.2

mary - 1.14.1

Published by robsontenorio 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.14.0...1.14.1

mary - 1.14.0

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.13.2...1.14.0

mary - 1.13.2

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.13.1...1.13.2

mary - 1.13.1

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.13.0...1.13.1

mary - 1.13.0

Published by robsontenorio 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.12.0...1.13.0

mary - 1.12.0

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.11.1...1.12.0

mary - 1.11.1

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.11.0...1.11.1

mary - 1.11.0

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.10.0...1.11.0

mary - 1.10.0

Published by robsontenorio 10 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.9.0...1.10.0

mary - 1.9.0

Published by robsontenorio 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/robsontenorio/mary/compare/1.8.0...1.9.0

mary - 1.8.0

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.7.0...1.8.0

mary - 1.7.0

Published by robsontenorio 11 months ago

What's Changed

Breaking change ⚠️

Actually it is more a DX than BC.

Now <x-drawer> has an embed <x-card />. So, you don't need place it manually anymore.

FROM

<x-drawer id="my-drawer">
    <x-card title="Settings" subtitle="Main profile" separator>
        ....
    </x-card>
</x-drawer>

TO

<x-drawer id="my-drawer" title="Hello" title="Settings" subtitle="Main profile" separator>
   ....
</x-drawer>

Full Changelog: https://github.com/robsontenorio/mary/compare/1.6.0...1.7.0

mary - 1.6.0

Published by robsontenorio 11 months ago

What's Changed

Full Changelog: https://github.com/robsontenorio/mary/compare/1.5.2...1.6.0