Skip to content

Latest commit

 

History

History
161 lines (81 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

161 lines (81 loc) · 4.65 KB

Changelog

All notable changes to filament-currency will be documented in this file.

1.8.1 - 2024-06-05

What's Changed

  • fix number zero bug on initial request by @ariaieboy in #37

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.8.0...1.8.1

1.8.0 - 2024-06-01

What's Changed

  • add debounce and onBlur support by @ariaieboy in #35

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.7.5...1.8.0

1.7.5 - 2024-05-30

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.7.4...1.7.5

1.7.4 - 2024-05-30

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.7.3...1.7.4

1.7.3 - 2024-05-30

What's Changed

  • Fix issue in repeater when input is undefined or 0 by @nielsvh2103 in #29

New Contributors

  • @nielsvh2103 made their first contribution in #29

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.7.2...1.7.3

1.7.2 - 2024-05-28

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.7.1...1.7.2

1.7.1 - 2024-05-28

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.7.0...1.7.1

1.7.0 - 2024-05-15

What's Changed

  • Adding a new macro to format TextEntry for Infolists by @abishekrsrikaanth in #24

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.6.2...1.7.0

1.6.2 - 2024-05-14

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.6.1...1.6.2

1.6.1 - 2024-05-14

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.6.0...1.6.1

1.6.0 - 2024-05-14

What's Changed

  • Adding new macro's to Filament Table Summarizer by @abishekrsrikaanth in #23

New Contributors

  • @abishekrsrikaanth made their first contribution in #23

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.5.0...1.6.0

1.5.0 - 2024-05-14

What's Changed

  • refactor the currency mask to use native alpine x-model by @ariaieboy in #22

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.4.1...1.5.0

1.4.1 - 2024-05-08

What's Changed

  • fix the $set bug by @ariaieboy in #21

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.4.0...1.4.1

1.4.0 - 2024-04-01

What's Changed

  • use new laravel-money env for configuration by @ariaieboy in #19

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.3.1...1.4.0

1.3.1 - 2024-03-21

  • bump laravel-money to 5.2 so we can support laravel 11

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.3.0...1.3.1

1.3.0 - 2024-03-01

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.2.2...1.3.0

1.2.2 - 2023-12-15

What's Changed

  • fix issue #13 by @ariaieboy in #14

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.2.1...1.2.2

1.2.1 - 2023-11-21

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.2.0...1.2.1

1.2.0 - 2023-11-21

What's Changed

  • 9 bug dynamic update not work with currencymask by @ariaieboy in #10

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.1.3...1.2.0

1.1.3 - 2023-10-15

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.1.2...1.1.3

1.1.2 - 2023-10-14

What's Changed

  • fix nullable input by @ariaieboy in #6

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.1.1...1.1.2

1.1.1 - 2023-10-01

What's Changed

  • fix EU seperator problem by @ariaieboy in #4

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.1.0...1.1.1

1.1.0 - 2023-09-09

What's Changed

  • Add form currency mask by @ariaieboy in #2

Full Changelog: https://github.com/ariaieboy/filament-currency/compare/1.0.0...1.1.0

1.0.0 - 202X-XX-XX

  • initial release