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