Releases: robsontenorio/mary
Releases · robsontenorio/mary
0.45.0
0.44.3
What's Changed
- Input: Add inputmode numeric for
money
by @robsontenorio in #83 - CSS: improve some components by @robsontenorio in #84
- Header: primary color for progress indicator , default color for dark.
- Input: primary color for border at prefix/suffix
- Dropbox: hide caret summary icon
- MenuItem: apply
whitespace-nowrap
- Select: better inline label background for dark, "clickable" inline label, "clickable" icons.
- Input: better inline label background for dark, bind label to field input, "clickable" icons.
Full Changelog: 0.44.2...0.44.3
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