All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
19.0.0 (2025-01-06)
- migrate to Angular 19 (d61a64b)
18.0.0 (2024-06-04)
- .nvmrc version (2c0246b)
17.0.0 (2024-01-11)
- Migrate to Angular 17
- migration to standalone components
- more predictable directive and config names feat: partial global config override allowed refactor: stronger typing refactor: using the standard Angular project structure
- Angular 17 + Update .nvmrc (3e01abe)
4.0.0 (2023-07-14)
- migration to standalone components
- more predictable directive and config names feat: partial global config override allowed refactor: stronger typing refactor: using the standard Angular project structure
3.0.0 (2022-11-30)
- allow negative at start of entry (dad7b33)
3.0.0 (2022-11-30)
- allow negative at start of entry (dad7b33)
3.0.0 (2022-11-30)
- allow negative at start of entry (dad7b33)
3.0.0 (2022-11-30)
- allow negative at start of entry (dad7b33)
2.5.3 (2021-09-20)
- Account for negative numbers (5542dc6)
- allow backspacing of single whole numbers in Natural mode prior to the decimal (9530c9c)
- export configuration token (be16f02)
- stack overflow issue for precision > 2 (364644d)
2.5.2 (2020-11-10)
- Account for negative numbers (5542dc6)
- allow backspacing of single whole numbers in Natural mode prior to the decimal (9530c9c)
2.5.1 (2020-08-05)
- ModuleWithProviders: necessary add type (fe6f64f)
2.5.0 (2020-08-05)
- ModuleWithProviders: necessary add type (fe6f64f)
2.5.0 (2020-08-05)
- ModuleWithProviders: necessary add type (fe6f64f)
2.5.0 (2020-08-05)
- ModuleWithProviders: necessary add type (fe6f64f)
2.5.0 (2020-08-05)
- ModuleWithProviders: necessary add type (fe6f64f)
2.4.1 (2020-08-05)
- deps-dev: bump codecov from 3.6.5 to 3.7.1 (64a2cf1)
- deps-dev: bump standard-version from 6.0.1 to 8.0.1 (1041bc0)
2.4.0 (2020-08-05)
- deps-dev: bump codecov from 3.6.5 to 3.7.1 (64a2cf1)
- deps-dev: bump standard-version from 6.0.1 to 8.0.1 (1041bc0)
2.3.3 (2020-04-22)
2.3.2 (2020-04-17)
- added the CurrencyMaskInputMode to the exports (95059e6)
2.3.1 (2020-04-15)
- Build: Error on ngc build (83acabe)
2.3.0 (2020-04-15)
- Ignore special characters when validating maxLength (0dec5e1)
- deps-dev: bump codecov from 3.4.0 to 3.6.5 (3fcbd48)
- addNumber: Adds support for natural input mode (7a18ef6)
- addNumber: Typing decimal or thousands advances cursor (975e782)
- canInputMoreNumbers: Add unit test for maxLength validation (7bf990b)
2.2.4 (2020-04-15)
- issue with drag and drop partial selections. (4f8044d)
- issue with entering special characters. (b7b1c59)
- readOnly issue (64e3d1d)
- Compodoc: Bump version (eb10495)
2.2.3 (2020-04-14)
- Delete button not clearing the value entirely. (dfb7518)
2.2.2 (2020-01-24)
- applyMask: Adds support for min and max (6843124)
2.2.1 (2020-01-02)
- remove copyfile script from release script (84ffbe9)
2.2.0 (2019-12-26)
2.0.2 (2019-11-26)
- ignored align in global config (1af2dd1)
2.0.1 (2019-11-23)
- applyMask: Apply mask was not considering precision (58fb5fd)
- applyMask: Unit test to method applyMask (c3556b4)
1.5.2 (2019-03-27)
1.5.1 (2018-11-26)
- README: Updated readme to use forRoot module configuration (48d8ed4)
1.5.0 (2018-09-11)
- forRoot: Added forRoot to the module for proper default config (c46c1c1)
1.4.0 (2018-09-10)
- backspace: Added functionality to move the cursor back when backspacing separators (d5b1273)
- backspace: Added testing (900c67e)
- backspace: Functionality for backspacing beginning number (edge case) (4e2128d)
- lint (23b3d5d)
1.3.0 (2018-09-10)
- backspace: Added functionality to move the cursor back when backspacing separators (d5b1273)
- backspace: Added testing (900c67e)
- backspace: Functionality for backspacing beginning number (edge case) (4e2128d)
- lint (23b3d5d)
1.1.1 (2017-09-29)
- unused import (9bdd946)
- Ctrl+A and arrow navigation in Firefox (af16b14)