@zenkit-dev/cordova-plugin-keyboard 1.2.0-dev.0 → 1.3.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
  3. package/plugin.xml +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ > ⚠️ **This project is no longer maintained.**
2
+
1
3
  # cordova-plugin-keyboard
2
4
 
3
5
  > This plugin provides the `Keyboard` object which has some functions to customize and control the keyboard. It also supports the __HideKeyboardFormAccessoryBar__ (boolean) and __KeyboardShrinksView__ (boolean) preferences in config.xml.
@@ -293,4 +295,7 @@ Attach handler to this event to be able to receive notification when keyboard is
293
295
  - Return current values of shrinkView, disableScroll and hideFormAccessoryBar in a success callback
294
296
  - Fix scroller resizing bug (See [#55](/../../issues/55))
295
297
  - Fix iOS 11.1.1 WKWebView ShrinksView bug (See [#64](/../../issues/64))
298
+ - 1.3.0
299
+ - Fix support for iPad split screen (See [#72](/../../issues/72))
300
+ - Use `cordova.plugins.Keyboard` as the primary namespace (See [#75](/../../issues/75))
296
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenkit-dev/cordova-plugin-keyboard",
3
- "version": "1.2.0-dev.0",
3
+ "version": "1.3.0-dev.0",
4
4
  "description": "Cordova Keyboard Plugin",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-keyboard",
package/plugin.xml CHANGED
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8" ?>
2
2
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3
- id="cordova-plugin-keyboard" version="1.2.0">
3
+ id="cordova-plugin-keyboard" version="1.3.0">
4
4
  <name>Keyboard</name>
5
5
  <description>Cordova Keyboard Plugin</description>
6
6
  <license>Apache 2.0</license>