Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
fix #39 by cherry-picking #40
v1.9.0 is compatible for projects using Angular versions 6-9
  • Loading branch information
changhuixu committed Jul 17, 2020
1 parent a4a1830 commit 7daeecd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@

- See demo page for examples.

- **v1.8.0**: fix issue of pasting in IE and Edge for the `digitOnly` directive
- **v1.8.0**: fix an issue (#38) when pasting in IE and Edge for the `digitOnly` directive

- **v1.9.0**: fix an issue (#39) when typing decimal numbers for the `digitOnly` directive

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/compiler-cli": "~9.1.4",
"@angular/language-service": "~9.1.4",
"@types/node": "^12.11.1",
"cypress": "^4.5.0",
"cypress": "^4.10.0",
"ng-packagr": "^9.1.2",
"start-server-and-test": "^1.11.0",
"ts-node": "~8.3.0",
Expand Down
4 changes: 3 additions & 1 deletion projects/uiowa/digit-only/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@

- See demo page for examples.

- **v1.8.0**: fix issue of pasting in IE and Edge for the `digitOnly` directive
- **v1.8.0**: fix an issue (#38) when pasting in IE and Edge for the `digitOnly` directive

- **v1.9.0**: fix an issue (#39) when typing decimal numbers for the `digitOnly` directive

---

Expand Down
2 changes: 1 addition & 1 deletion projects/uiowa/digit-only/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiowa/digit-only",
"version": "1.8.0",
"version": "1.9.0",
"author": "Changhui Xu <[email protected]>",
"description": "This package includes two Angular directives. The digitOnly directive only allows numbers in the input box when typing, pasting or drag/dropping. The mask directive checks the input pattern attribute.",
"keywords": [
Expand Down

0 comments on commit 7daeecd

Please sign in to comment.