Releases: nbfontana/ngx-currency
Releases · nbfontana/ngx-currency
v18.0.0
What's Changed
- Allow currencyMask to be used as input instead of options by @ArtemDintecom in #194
- Migrate to Angular 18 by @ArtemDintecom in #193
Full Changelog: v17.0.0...v18.0.0
Migrate to Angular 17
Migrate to Angular 16
Improved:
- Make a standalone directive and drop of the module
- Renamed
CurrencyMaskConfig
toNgxCurrencyConfig
- Renamed
CurrencyMaskInputMode
toNgxCurrencyInputMode
- Renamed
CURRENCY_MASK_CONFIG
toNGX_CURRENCY_CONFIG
- Renamed
CurrencyMaskDirective
toNgxCurrencyDirective
- Now you can partially override the global configuration
- Stronger project typing, drop of
any
- Changed project structure to build via Angular CLI
- Updated README to use
provideEnvironmentNgxCurrency
instead offorRoot
Broke/lost:
- Travis-CI
- standard-version (it is outdated and I still don't know what to migrate it to)
- scripts for publishing a new version
- May be something else...
3.0.0
v2.0.0 - Angular 7 Support
Now the components should work in an environment like this:
Angular CLI: 7.3.3
Node: 10.15.3
OS: win32 x64
Angular: 7.2.7
... common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Thanks to duffbuster 🚀
v1.5.2
Upgrade
v1.2.0
Enhancements
- Removed peer-dependencies with fixed legacy
- fix: delete value disregarding prefix