Skip to content

0.43.0

Compare
Choose a tag to compare
@robsontenorio robsontenorio released this 15 Oct 00:41
· 315 commits to main since this release
4ac4423

👍 What's Changed

⚠️ 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