github robsontenorio/mary 0.43.0

latest releases: 2.4.9, 2.4.8, 2.4.7...
2 years ago

👍 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

Don't miss a new mary release

NewReleases is sending notifications on new releases.