Releases: robsontenorio/mary
Releases · robsontenorio/mary
1.8.0
1.7.0
What's Changed
- Tags: New component for managing multiple tags by @iammuttaqi in #163
- Errors: New component by @robsontenorio in #170
- Header: allow customize
middle
css slot. by @robsontenorio in #164 - Drawer: fix
wire:model
placement by @robsontenorio in #166 - Drawer: embeds
x-card
by @robsontenorio in #167 - Card: add
progress-indicador
by @robsontenorio in #168 - Checkbox/Toggle: improvements by @robsontenorio in #181
- Button: add
no-wire-navigate
attribute by @robsontenorio in #182 - Input: fix validation by @robsontenorio in #183
- Input: fix
x-ref
if not usingmoney
by @robsontenorio in #185 - Choices: fix numeric/string by @robsontenorio in #184
- Table: fix
selectable
for pagination by @robsontenorio in #186
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: 1.6.0...1.7.0
1.6.0
What's Changed
- Button: better spinner handling by @robsontenorio in #160
- MenuItem: add
no-wire-navigate
by @robsontenorio in #159 - Upgrade for daisyUI4 by @robsontenorio in #162
Full Changelog: 1.5.2...1.6.0
1.5.2
What's Changed
- Button: fix link with HTML entity by @robsontenorio in #158
Full Changelog: 1.5.1...1.5.2
1.5.1
What's Changed
- MenuItem: revert
inline-block
by @robsontenorio in #157
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Progress: new component by @robsontenorio in #155
- Dropdown: use Alpine
x-anchor
@robsontenorio in #153 - MenuItem: improve clickable area by @robsontenorio in #153
- Button: fix
link
+tooltip
combined by @robsontenorio in #154 - Button:
responsive
andbadge
by @robsontenorio in #152 - Toast: improvements by @robsontenorio in #151
Breaking change
- If you are using DROPDOWN, upgrade to latest Livewire version.
composer require livewire/livewire
php artisan view:clear
Full Changelog: 1.4.2...1.5.0
1.4.2
1.4.1
What's Changed
- Choices: small fix input spacing by @robsontenorio in #145
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- MenuItem : Add
external
attribute for links by @iammuttaqi in #140 - Choices: fix word breaks by @iammuttaqi in #139
- Main/Sidebar: Improvements by @robsontenorio in #144
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
- Choices: Remove old temp
x-choices2
by @robsontenorio in #138
Full Changelog: 1.3.0...1.3.1