👍 What's Changed
- Table: add
expandableandselectableby @robsontenorio in #78 - Table: add
no-headersattribute. by @robsontenorio in #77 - Nav: fix
actionsslot gap by @robsontenorio in #76 - Header: add
progress-indicatorby @robsontenorio in #74 - MenuItem: add
badgeattribute by @robsontenorio in #75 - Button: add
linkandexternalproperties by @robsontenorio in #72 - DX: embed third assets /
x-inputby @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