Releases: robsontenorio/mary
1.18.2
1.18.1
What's Changed
- ThemeToggle: fix native Tailwind support by @robsontenorio in #264
Full Changelog: 1.18.0...1.18.1
1.18.0
1.17.1
What's Changed
- ImageLibrary: add
disk
option + supports3
by @robsontenorio in #261
Full Changelog: 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.
1.17.0
What's Changed
- ImageGallery: new component by @robsontenorio in #257
Full Changelog: 1.16.0...1.17.0
1.16.0
What's Changed
- Steps: new component by @robsontenorio in #255
- Tabs: fix navigate back by @robsontenorio in #256
Full Changelog: 1.15.1...1.16.0
1.15.1
What's Changed
- ThemeToggle: adding
opacity-0
to checkbox by @neapolis79 in #254
New Contributors
- @neapolis79 made their first contribution in #254
Full Changelog: 1.15.0...1.15.1
1.15.0
What's Changed
- Input: fix array models by @robsontenorio in #250
- Select: fix array model by @robsontenorio in #253
- Tags: fix
wire:model.live
by @robsontenorio in #240 - Tabs: fix
slot
by @robsontenorio in #249 - File: add image preview/crop by @robsontenorio in #248
- Image Library: new component by @robsontenorio in #248
- ThemeToggle: new component by @robsontenorio in #251
Breaking Changes
If you are using <x-file>
with custom image preview check the docs to use newest and powerful approach.
Full Changelog: 1.14.3...1.15.0
1.14.3
What's Changed
- Table: spacing for pagination links by @robsontenorio in #235
- ChoicesOffline: ditch from
Alpine
and useblade
by @robsontenorio in #236
⚠️ Warning
If you are using ChoicesOffline with custom slots use the blade syntax instead of Alpine syntax.
Full Changelog: 1.14.2...1.14.3
1.14.2
What's Changed
- Table: custom sortBy per column by @robsontenorio in #234
Full Changelog: 1.14.1...1.14.2