Skip to content

Commit

Permalink
Directionality of days in month, calendar day-of-week i18n, etc. (#4)
Browse files Browse the repository at this point in the history
* Fix issues with sometimes difficult entry of range-limited year.
* Fix bug with view-only digits not activating on-screen keyboard after view-only mode it turned off.
* Make demo better handling custom ISO date/time.
* Fix iOS keyboard input bug.
* Update demo to Angular 14.
* Fix clipboard copy bug.
* Fix directionality of calendar day grid for right-to-left languages.
* Fix i18n of day-of-week headers.
  • Loading branch information
kshetline committed Sep 25, 2022
1 parent ddc92de commit 1b6dab7
Show file tree
Hide file tree
Showing 15 changed files with 9,039 additions and 9,286 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,8 @@
}
}
},
"defaultProject": "tubular-ng-widgets"
"defaultProject": "tubular-ng-widgets",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 1b6dab7

Please sign in to comment.