mirror of
https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git
synced 2025-02-24 10:12:53 +08:00
bump
This commit is contained in:
parent
206b7e014e
commit
6351512cf1
@ -273,6 +273,7 @@ The Android code was entirely created by me.
|
|||||||
For iOS most credits go to this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast).
|
For iOS most credits go to this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast).
|
||||||
|
|
||||||
## 6. CHANGELOG
|
## 6. CHANGELOG
|
||||||
|
- 2.6.1: [iOS view hierarcy fix](#112).
|
||||||
- 2.6.0: Windows support!
|
- 2.6.0: Windows support!
|
||||||
- 2.5.2: Multi-line wrapping Toasts are now center aligned.
|
- 2.5.2: Multi-line wrapping Toasts are now center aligned.
|
||||||
- 2.5.1: You can now specify the `textSize` used in the font for iOS and Android.
|
- 2.5.1: You can now specify the `textSize` used in the font for iOS and Android.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-x-toast",
|
"name": "cordova-plugin-x-toast",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.",
|
"description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-x-toast",
|
"id": "cordova-plugin-x-toast",
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
id="cordova-plugin-x-toast"
|
id="cordova-plugin-x-toast"
|
||||||
version="2.6.0">
|
version="2.6.1">
|
||||||
|
|
||||||
<name>Toast</name>
|
<name>Toast</name>
|
||||||
|
|
||||||
@ -80,7 +79,7 @@
|
|||||||
<feature name="Toast" value="Toast" />
|
<feature name="Toast" value="Toast" />
|
||||||
</config-file>
|
</config-file>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- windows -->
|
<!-- windows -->
|
||||||
<platform name="windows">
|
<platform name="windows">
|
||||||
<js-module src="src/windows/toastProxy.js" name="ToastProxy">
|
<js-module src="src/windows/toastProxy.js" name="ToastProxy">
|
||||||
@ -90,5 +89,5 @@
|
|||||||
<feature name="Toast" value="Toast" />
|
<feature name="Toast" value="Toast" />
|
||||||
</config-file>
|
</config-file>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user