File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
projects/ngx-touch-keyboard Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.3.0] - 2024-09-19
9
+
10
+ ### Added
11
+
12
+ - Added Hebrew Locale.
13
+
8
14
## [ 3.2.0] - 2024-08-15
9
15
10
16
### Added
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export class AppModule { }
51
51
52
52
## Localization
53
53
54
- AngularTouchKeyboard is localized in 5 keyboard-specific locales:
54
+ AngularTouchKeyboard is localized in 7 keyboard-specific locales:
55
55
56
56
* ` en-US ` English (United States) (default)
57
57
* ` en-UK ` English (United Kingdom)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-touch-keyboard" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 3.3 .0" ,
4
4
"description" : " Virtual Keyboard for Angular applications" ,
5
5
"peerDependencies" : {
6
6
"@angular/common" : " >=16.0.0" ,
You can’t perform that action at this time.
0 commit comments