Skip to content

Commit

Permalink
1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Feb 24, 2018
1 parent af79eeb commit cf27d1d
Show file tree
Hide file tree
Showing 20 changed files with 253 additions and 189 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,25 @@ Wiki: [Home](https://github.com/Mottie/Keyboard/wiki/Home) | [FAQ](https://githu

Only the latest changes will be shown below, see the [wiki log](https://github.com/Mottie/Keyboard/wiki/Log) to view older versions.

### Version 1.28.0 (2018-02-23)

* Core:
* An `activeOnReadonly` option to open the keyboard. See [issue #653](https://github.com/Mottie/Keyboard/issues/653); Thanks [@BastienVerschaete](https://github.com/BastienVerschaete)!
* Combine keyboard checks. See [issue #653](https://github.com/Mottie/Keyboard/issues/653).
* Fix undefined variable.
* Remove `$allKeys` variable; use delegated binding. See [issue #649](https://github.com/Mottie/Keyboard/issues/649).
* Add `checkValidOnInit` option. Fixes [issue #650](https://github.com/Mottie/Keyboard/issues/650).
* Docs:
* Update jQuery.
* AltKeys:
* Disable keysets when popup is open. See [issue #654](https://github.com/Mottie/Keyboard/issues/654).
* Autocomplete:
* Prevent exception with browser autocompletion. See [issue #651](https://github.com/Mottie/Keyboard/issues/651); Thanks [@vkurlyan](https://github.com/vkurlyan)!
* Meta:
* Update dependencies.
* Update Authors.
* Add rudimentary linting.

### Version 1.27.4 (2018-01-10)

* Core: Pass correct clicked target to close event. Fixes [issue #639](https://github.com/Mottie/Keyboard/issues/639).
Expand All @@ -156,9 +175,3 @@ Only the latest changes will be shown below, see the [wiki log](https://github.c

* Core: Prevent JS error while checking `closeByClickEvent`. Fixes [issue #634](https://github.com/Mottie/Keyboard/issues/634).
* Meta: Update dependencies.

### Version 1.27.2 (2017-12-06)

* Core:
* Prevent JS error on empty contenteditable.
* Fix contenteditable caret position at beginning of line.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jquery-ui": ">=1.9.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/keyboard-basic.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf27d1d

Please sign in to comment.