Skip to content

Releases: robsontenorio/mary

0.45.0

21 Oct 01:08
3a24752
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.44.3...0.45.0

0.44.3

17 Oct 15:47
c1e0d62
Compare
Choose a tag to compare

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

16 Oct 14:53
db0ff1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.44.1...0.44.2

0.44.1

16 Oct 00:18
fb32f7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.44.0...0.44.1

0.44.0

15 Oct 23:00
21d03a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.43.0...0.44.0

0.43.0

15 Oct 00:41
4ac4423
Compare
Choose a tag to compare

👍 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

0.42.0

12 Oct 14:45
85b614f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.41.0...0.42.0

0.41.0

11 Oct 23:34
45d4bc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.40.0...0.41.0

0.40.0

09 Oct 17:13
ab5c83c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.39.1...0.40.0

0.39.1

02 Oct 00:19
f10e8ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.39.0...0.39.1