Releases: pelmered/filament-money-field
Releases · pelmered/filament-money-field
1.2.0
What's Changed
- Added support for PHPUnit 11
- Added
minValue
andmaxValue
onMoneyInput
. 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
- @dependabot made their first contribution in #8
- @npbreland made their first contribution in #11
Full Changelog: 1.1.0...1.2.0
1.1.0
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
- @luciorubeens made their first contribution in #5
- @saullo made their first contribution in #7
Full Changelog: 1.0.2...1.1.0