Releases: robsontenorio/mary
Releases · robsontenorio/mary
2.4.8
What's Changed
- Drawer: add
without-backdrop-closeattribute by @CaseMonster in #987 - Choices: add
no-progressattribute by @Almandeel in #994 - Spotlight: add
no-wire-navigateattribute by @Almandeel in #995 - Table: fix RTL chevron icon rotation in expandable rows by @MohammaddReza in #996
New Contributors
- @Almandeel made their first contribution in #994
Full Changelog: 2.4.7...2.4.8
2.4.7
What's Changed
- ListItem: fallback avatar by @robsontenorio in #983
- ListItem: remove padding from individual elements by @CaseMonster in #981
- Spotlight: disable browser autocomplete by @robsontenorio in #978
- Toast: fix deprecation message by @robsontenorio in #972
- DatePicker: Fix append/prepend and add clearable & placeholder by @amnesca in #986
- Tags: support multiple error fields by @matheus-de-araujo in #974
New Contributors
- @matheus-de-araujo made their first contribution in #974
Full Changelog: 2.4.6...2.4.7
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-gapattribute by @AtmoFX in #951 - Card: add body-class attribute. by @CaseMonster in #945
- Spotlight: add
fallback-avatarby @robsontenorio in #956 - Avatar: add
fallback-imageby @robsontenorio in #955 - ListItem: add
fallback-avatarby @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
clearaction by @robsontenorio in #940 - Table: make
dateformatter use correct locale by @robsontenorio in #938 - Tabs: fix spacing by @robsontenorio in #937
- DatePicker: use locale settings to handle the
rangemode 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
@openevent by @akhmads in #918 - Input: handle
.blurfor money by @marcelcunha in #913 - Breadcrumbs: support
wire:navigateby @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
disabledandreadonlystates by @mani-damirchilou in #908 - Header: add
progress-indicator-classby @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
closeevent 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
floatvalues 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
footerslot 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-fullby @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