Releases: robsontenorio/mary
Releases · robsontenorio/mary
2.4.6
What's Changed
- Choices/ChoicesOffline: fix Firefox issue by @chrischase011 in #966
- Stat: fix overflow on small screens by @MohammaddReza in #959
- Icon: prevent shrinking by @robsontenorio in #962
New Contributors
- @chrischase011 made their first contribution in #966
- @MohammaddReza made their first contribution in #959
Full Changelog: 2.4.5...2.4.6
2.4.5
2.4.4
What's Changed
- Pin: add
no-gap
attribute by @AtmoFX in #951 - Card: add body-class attribute. by @CaseMonster in #945
- Spotlight: add
fallback-avatar
by @robsontenorio in #956 - Avatar: add
fallback-image
by @robsontenorio in #955 - ListItem: add
fallback-avatar
by @robsontenorio in #954
New Contributors
- @CaseMonster made their first contribution in #945
Full Changelog: 2.4.3...2.4.4
2.4.3
What's Changed
- Pin: add validation messages by @AtmoFX in #931
- ImageLibrary: add @touchend support for iOS by @xjavun in #933
- Icon: apply click events to labels by @themegazord in #935
- Signature: fix
clear
action by @robsontenorio in #940 - Table: make
date
formatter use correct locale by @robsontenorio in #938 - Tabs: fix spacing by @robsontenorio in #937
- DatePicker: use locale settings to handle the
range
mode by @robsontenorio in #941
New Contributors
Full Changelog: 2.4.2...2.4.3
2.4.2
What's Changed
- Popover: fix transition glitch by @amnesca in #919
- Drawer/Modal: add
@open
event by @akhmads in #918 - Input: handle
.blur
for money by @marcelcunha in #913 - Breadcrumbs: support
wire:navigate
by @robsontenorio in #924
Full Changelog: 2.4.1...2.4.2
2.4.1
What's Changed
- Choices/ChoicesOffline: fix auto orientation by @akhmads in #911
- Choices/ChoicesOffline: handle dynamic
disabled
andreadonly
states by @mani-damirchilou in #908 - Header: add
progress-indicator-class
by @themegazord in #910 - Table: remove extra padding from expandable button by @robsontenorio in #903
- Table: change header sort icons and add neutral sort state by @mani-damirchilou in #907
- Alert: better icon alignment by @robsontenorio in #904
- Modal/Drawer: dispatch
close
event by @amnesca in #905
New Contributors
- @mani-damirchilou made their first contribution in #908
- @themegazord made their first contribution in #910
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- Header: use the internal "x-mary-icon" component by @Scraayp in #898
- ProgressRadial: Allow
float
values by @robsontenorio in #895 - Card: Layout improvements by @AtmoFX in #892
- MenuSub: automatically hide it if all children are hidden by @akhmads in #890
- Table: add
footer
slot by @akhmads in #889
New Contributors
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Choices/ChoicesOffline: fix select height for styling classes and vertical stretching by @lchevalot in #873
- Choices/ChoicesOffline: fix badge height #879 by @akhmads in #888
- Carousel: Added optional autoplay setting to carousels (#878) by @AtmoFX in #881
- File: Set it
w-full
by @robsontenorio in #884 - Table: stop click propagation for
@row-selection
. by @robsontenorio in #885 - MenuSub: Add disabled property and rename enabled as hidden by @lchevalot in #886
- MenuItem: Add disabled property and rename enabled as hidden by @lchevalot in #880**
Breaking change 💢
The <x-menu>
and <x-menu-sub>
property "enabled" was renamed to "hidden" for better naming consistency.
Before
<x-menu-item :enabled="false" >
<x-menu-sub :enabled="false" >
After
<x-menu-item :hidden="true" />
<x-menu-sub :hidden="true" />
Because now we have a new property called disabled
<x-menu-item :disabled="true" />
<x-menu-item :hidden="true" />
<x-menu-sub :disabled="true" />
<x-menu-sub :hidden="true" />
New Contributors
Full Changelog: 2.2.3...2.3.0
2.2.3
What's Changed
- Fix: deprecation warnings by @anfeichtinger in #868
- Editor: fix TinyMCE undo/redo actions and dark mode setting by @amnesca in #863
- Choices/ChoicesOffline: add dispatch event for
Select All
by @abduraim in #871 - Header: add support to icons by @lchevalot in #867
New Contributors
- @amnesca made their first contribution in #863
- @abduraim made their first contribution in #871
- @lchevalot made their first contribution in #867
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
- All components: use daisyUI CSS variable for borders. by @anfeichtinger in #854
Full Changelog: 2.2.1...2.2.2