Releases: robsontenorio/mary
Releases · robsontenorio/mary
0.44.2
What's Changed
- Assets: add cache + package version by @robsontenorio in #82
Full Changelog: 0.44.1...0.44.2
0.44.1
0.44.0
What's Changed
- Header: fix
anchor
semantic by @robsontenorio in #80 - File (NEW): simple uploads by @robsontenorio in #79
Full Changelog: 0.43.0...0.44.0
0.43.0
👍 What's Changed
- Table: add
expandable
andselectable
by @robsontenorio in #78 - Table: add
no-headers
attribute. by @robsontenorio in #77 - Nav: fix
actions
slot gap by @robsontenorio in #76 - Header: add
progress-indicator
by @robsontenorio in #74 - MenuItem: add
badge
attribute by @robsontenorio in #75 - Button: add
link
andexternal
properties by @robsontenorio in #72 - DX: embed third assets /
x-input
by @robsontenorio in #73
⚠️ Breaking changes
1. Affects only <x-input money>
with custom separators. Does not affect default USD
money input.
FROM
<x-input money thousands-separator="." fraction-separator="," />
TO
{{-- Notice `locale` accepts any valid locale --}}
<x-input money locale="pt-BR" />
2. Affects only <x-input>
with suffix attribute. There was a typo on sufix
.
FROM
<x-input sufix="$" />
TO
<x-input suffix="$" />
Full Changelog: 0.42.0...0.43.0
0.42.0
0.41.0
What's Changed
- Installer: improve with validations by @robsontenorio in #69
Full Changelog: 0.40.0...0.41.0
0.40.0
What's Changed
- Header: make slots responsive by @robsontenorio in #67
- Header: add
with-anchor
attribute. by @robsontenorio in #64 - Button: add tooltips by @robsontenorio in #66
- Table: allow to override nested header
key
by @robsontenorio in #63 - Stat: small gap between icon by @robsontenorio in #65
Full Changelog: 0.39.1...0.40.0
0.39.1
0.39.0
What's Changed
- Select: add
pt-0
for consistence by @mirchaemanuel in #55 - Toast: proper use daisyUI classes by @robsontenorio in #59
- Env: ignore
.idea/
directory by @robsontenorio in #58 - Env: fix facade namespace by @robsontenorio in #57
New Contributors
- @mirchaemanuel made their first contribution in #55
Full Changelog: 0.38.5...0.39.0
0.38.5
What's Changed
- Table: allow pagination with
ArrayAccess
type by @l3aro in #50 - Tab: fix when re-render component by @robsontenorio in #53
Full Changelog: 0.38.4...0.38.5