Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen77sk committed Apr 27, 2023
1 parent a6b111b commit 7214a19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.0] - 2023-04-27

### Added

- Added support MaxLength input.

### Fixed

- Fix scroll after enter key
- Fix style

## [2.4.0] - 2023-04-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-touch-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-touch-keyboard",
"version": "2.4.0",
"version": "2.5.0",
"description": "Virtual Keyboard for Angular applications",
"peerDependencies": {
"@angular/common": ">=14.0.0",
Expand Down

0 comments on commit 7214a19

Please sign in to comment.