Skip to content

Commit cf27d1d

Browse files
committed
1.28.0
1 parent af79eeb commit cf27d1d

20 files changed

+253
-189
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,25 @@ Wiki: [Home](https://github.com/Mottie/Keyboard/wiki/Home) | [FAQ](https://githu
147147

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

150+
### Version 1.28.0 (2018-02-23)
151+
152+
* Core:
153+
* An `activeOnReadonly` option to open the keyboard. See [issue #653](https://github.com/Mottie/Keyboard/issues/653); Thanks [@BastienVerschaete](https://github.com/BastienVerschaete)!
154+
* Combine keyboard checks. See [issue #653](https://github.com/Mottie/Keyboard/issues/653).
155+
* Fix undefined variable.
156+
* Remove `$allKeys` variable; use delegated binding. See [issue #649](https://github.com/Mottie/Keyboard/issues/649).
157+
* Add `checkValidOnInit` option. Fixes [issue #650](https://github.com/Mottie/Keyboard/issues/650).
158+
* Docs:
159+
* Update jQuery.
160+
* AltKeys:
161+
* Disable keysets when popup is open. See [issue #654](https://github.com/Mottie/Keyboard/issues/654).
162+
* Autocomplete:
163+
* Prevent exception with browser autocompletion. See [issue #651](https://github.com/Mottie/Keyboard/issues/651); Thanks [@vkurlyan](https://github.com/vkurlyan)!
164+
* Meta:
165+
* Update dependencies.
166+
* Update Authors.
167+
* Add rudimentary linting.
168+
150169
### Version 1.27.4 (2018-01-10)
151170

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

157176
* Core: Prevent JS error while checking `closeByClickEvent`. Fixes [issue #634](https://github.com/Mottie/Keyboard/issues/634).
158177
* Meta: Update dependencies.
159-
160-
### Version 1.27.2 (2017-12-06)
161-
162-
* Core:
163-
* Prevent JS error on empty contenteditable.
164-
* Fix contenteditable caret position at beginning of line.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jquery-ui": ">=1.9.2"
4545
},
4646
"devDependencies": {
47-
"grunt": "^1.0.1",
47+
"grunt": "^1.0.2",
4848
"grunt-cli": "^1.2.0",
4949
"grunt-contrib-clean": "^1.1.0",
5050
"grunt-contrib-concat": "^1.0.1",

dist/css/keyboard-basic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)