Skip to content

Releases: changhuixu/ngx-digit-only

v3.2.1

26 Feb 03:25
Compare
Choose a tag to compare

bump up a patch version to remove the warning in Angular v13 projects

v3.2.0

07 Sep 16:16
Compare
Choose a tag to compare

Merges a pull request #57 , fixes #56
Now allows the digitOnly directive to disable pasting.

Thanks to @billn6

v2.3.0

04 Aug 13:39
Compare
Choose a tag to compare

Release v2.3.0 -- adding support for negative values -- for Angular v10/v11 versions

merges pull #49, thanks @krzysztof-zych

v3.1.0

21 Jun 21:19
Compare
Choose a tag to compare

Release v3.1.0 -- adding support for negative values

merges pull #49, thanks @krzysztof-zych

v3.0.0

13 May 16:11
Compare
Choose a tag to compare
update to Angular v12; release v3.0.0

v2.2.3

14 Apr 01:30
Compare
Choose a tag to compare

Merged pull request #51 and closed #50 . Thanks to @EngFelix

v2.2.2

09 Mar 14:51
Compare
Choose a tag to compare

Merged pull request #48 that fixes issue #28 to prevent dead keys in the digitOnly directive.

v2.2.1

01 Nov 02:38
Compare
Choose a tag to compare

digitOnly directive now dispatches an input event when paste in Firefox.
Merges Pull Request #42 , thanks to @Meigyoku-Thmn

v2.2.0

26 Aug 13:15
Compare
Choose a tag to compare

for better international support, both mask and digitOnly directives now also check the code attribute in KeyboardEvent. Thanks to @bondarvladislave and @quinkk
fix #35

v2.1.0

17 Jul 23:37
Compare
Choose a tag to compare

Merge pull request #40

fix keyboard decimal point counts (closes #39 )