Skip to content

Releases: pelmered/filament-money-field

1.2.0

23 Feb 16:21
c8b9d63
Compare
Choose a tag to compare

What's Changed

  • Added support for PHPUnit 11
  • Added minValue and maxValue on MoneyInput. Thanks @npbreland.
  • Added tests for components. More tests will be added later. Thanks @npbreland. See #14
  • Fixes for MoneyInput conversions between decimal and formatted values. Thanks @npbreland. See #11 and 45570f9
  • Some code refactoring

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

31 Jan 23:04
3331889
Compare
Choose a tag to compare

What's Changed

  • Fixing some bugs, plus monetarySeparator method added by @kirkita in #3
  • fix: convert string to cents in MoneyInput by @luciorubeens in #5
  • fix: remove numeric rule from MoneyInput class by @saullo in #7

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

17 Jan 13:59
a134f45
Compare
Choose a tag to compare
  • Improved UX for MoneyInput.
  • New optional feature(opt in) for input mask for MoneyInput.

1.0.1

16 Jan 15:58
2cd8df3
Compare
Choose a tag to compare
  • Fix: Configuration issues [#1]. Thanks @kirkita
  • Fix: Removed debug code [#2]. Thanks @akshay-sood
  • Fix: GitHub test workflow.
  • Improved: Readme.

1.0.0

03 Jan 23:41
42c9b82
Compare
Choose a tag to compare

Initial release