Daniel
8e1ca359ab
refactor(build): remove decamelize
2018-07-01 13:16:55 +02:00
filippo
61714ff7ca
fix(barcode-scanner): wrong barcode format identifier PDF417 -> PDF_417 ( #2574 )
2018-06-29 21:38:46 +02:00
Charles
9f9a3461f7
feat(ble): add missing functions ( #2572 )
2018-06-29 21:30:13 +02:00
Renjith VK
22ffb4914f
docs(deeplinks): update example ( #2570 )
...
If it has only one argument, then no need function brackets. It would decrease the readability of the source code snippets.
2018-06-28 14:40:37 +02:00
Daniel
3ed896960e
chore(): update changelog
2018-06-28 14:12:07 +02:00
Daniel
249d62d4ba
set version
2018-06-28 14:04:42 +02:00
Daniel
1d71bdc284
chore(build): test against node 8
2018-06-28 13:51:35 +02:00
Daniel
189d66cc47
fix(index-app-content): fix imports
2018-06-28 13:49:30 +02:00
Daniel
fe5b7ce0af
docs(index-app-content): fix spelling and lint errors
2018-06-28 13:47:09 +02:00
Adrian Savin
98d44e6294
fix(healt): add correct return type for query function ( #2565 )
...
* update query return type
query is always returning an array
* refactor
2018-06-25 20:09:46 +02:00
Daniel Sogl
8d571989d4
fix(index-app-content): add missing function
2018-06-25 20:08:28 +02:00
Simpler1
e61d574849
feat(plugin): add Sensors plugin ( #2268 )
...
* feat(sensors): New plugin for sensors
* refactor
* refactor
2018-06-25 14:35:37 +02:00
Pandiarajan Nagarajan
fdd63153e0
feat(aes-256): AES256 encryption and decryption plugin added ( #2562 )
...
* feat(aes-256): AES256 encryption and decryption plugin added
* refactor
2018-06-25 14:28:15 +02:00
Florian Gouy
9dd4ecde9c
docs(camera): Update docs to advise against DATA_URL ( #2474 )
...
DATA_URL can be very memory intensive and cause app crashes or out of memory errors.
Use FILE_URI or NATIVE_URI if possible
2018-06-23 17:18:34 +02:00
Rob
dd9ba0ad3f
feat(image-picker): add DATA_URL as an option to ImagePicker ( #2325 )
...
As documented in the image picker plugin, it also supports a data url, just like the camera does. However, this option is not documented in Ionic Native currently. I've added this documentation, and have also added an enum with a naming pattern that matches the DestinationType in Camera.
Docs from the image picker plugin:
```
...
// output type, defaults to FILE_URIs.
// available options are
// window.imagePicker.OutputType.FILE_URI (0) or
// window.imagePicker.OutputType.BASE64_STRING (1)
outputType: int
};
```
2018-06-23 17:14:55 +02:00
Sebastian Baar
9f662b6a04
feat(nativegeocoder): change return type to array and add options param ( #2319 )
...
* feat(nativegeocoder): add NativeGeocoder plugin
* add district
* update NativeGeocoderReverseResult & refactor code
* delete plugins
* delete index.ts
* type(feat): change return type to array and add options param
* Add 'defaultLocale' to options Object
* let options be optional
2018-06-23 17:14:14 +02:00
Gustav Bylund
1dc48e943c
docs(pro): add types for return values in deploy ( #2292 )
2018-06-23 17:14:03 +02:00
Daniel
15a334d87a
Merge remote-tracking branch 'origin/master'
2018-06-22 17:54:46 +02:00
Daniel
4d742438b4
chore(): update changelog
2018-06-22 17:54:19 +02:00
Daniel
1013a7d38a
4.8.0
2018-06-22 17:38:17 +02:00
Daniel
c574428e0e
chore(package): bump deps
2018-06-22 17:36:50 +02:00
Moshe
ce3591200e
docs(card-io): fix example ( #2560 )
...
Property 'scan' does not exist on type 'typeof CardIO'
2018-06-21 07:45:44 +02:00
Jonathan Fernandez
fc088f8431
fix(onesignal): update OSPermissionState interface ( #2561 )
...
fix(onesignal): update OSPermissionState interface
2018-06-21 07:45:02 +02:00
Cristian Rivas Gómez
392bc5c80a
docs(hotspot): add plugin description ( #2555 )
2018-06-16 11:36:36 +02:00
devdaddy
31fc892b70
feat(photo-library): add maxItems to limit items-iOS ( #2554 )
2018-06-15 18:14:39 +02:00
Cristian Rivas Gómez
5794d249c4
docs(spinner-dialog): add plugin description ( #2553 )
2018-06-15 17:45:01 +02:00
Frank Königstein
3f8a6f2425
fix(background-geolocation): watchLocationMode returns observable ( #2547 )
...
* fix(background-geolocation): watchLocationMode returns observable
* fix(package): rm version change
2018-06-14 11:36:02 +02:00
Cristian Rivas Gómez
dd769b0226
docs(safari-view-controller): add plugin description ( #2552 )
2018-06-14 07:58:38 +02:00
GabrielTK
8460e6838a
feat(hce): add hce plugin wrapper ( #2534 )
...
feat(hce): add hce plugin wrapper
2018-06-13 20:06:37 +02:00
Domvel
03e6afbad4
feat(ble): update wrapper to match latest plugin release ( #2548 )
...
feat(ble): update wrapper to match latest plugin release
2018-06-13 20:05:05 +02:00
Gaetan Wcz
be370a4f99
fix(healths): add missing attribute on HealthQueryOptionsAggregated ( #2550 )
2018-06-13 20:04:32 +02:00
Cristian Rivas Gómez
bb9c581f42
docs(qr-scanner): add plugin description ( #2546 )
2018-06-11 17:47:24 +02:00
Cristian Rivas Gómez
d988e12353
docs(pin-dialog): add plugin description ( #2545 )
2018-06-10 10:54:00 +02:00
Bart Wesselink
df254de88b
feat(SiriShortcuts): implement Siri Shortcuts plugin in Ionic ( #2542 )
...
* feat(SiriShortcuts): implement Siri Shortcuts plugin in Ionic
* refactor
2018-06-09 09:26:15 +02:00
Cristian Rivas Gómez
5803c069a3
Add Media Capture plugin description to documentation ( #2539 )
2018-06-07 08:47:38 +02:00
Cristian Rivas Gómez
dfbbfc7bd5
docs(card-io): add plugin description ( #2530 )
...
* Add description to AdMob Free plugin documentation
* Add description to Card IO plugin documentation
2018-06-06 17:00:27 +02:00
Cristian Rivas Gómez
16980f1b6a
docs(keyboard): add plugin description ( #2533 )
...
* Add description to AdMob Free plugin documentation
* Add plugin description to Keyboard plugin documentation
2018-06-06 13:46:12 +02:00
Cristian Rivas Gómez
3311d73730
docs(admob-free): add plugin description ( #2529 )
2018-06-04 11:29:55 +02:00
hiepxanh
a4cc7f7ae1
fix(themeable-browser): allow hidden and clear cache
...
it wrong from boolean to string, after 1 year i update it
2018-06-03 15:42:17 +02:00
Cristian Rivas Gómez
e6b02b1875
docs(three-dee-touch): add plugin description ( #2524 )
2018-06-03 15:41:07 +02:00
Adam Duren
c03b73f69c
feat(firebase-messaging): add firebase-messaging ( #2518 )
...
* feat(firebase-messaging): add firebase-messaging
* refactor
2018-06-03 15:33:18 +02:00
Adam Duren
05423ce299
feat(firebase-config): add firebase-config wrapper ( #2517 )
...
* feat(firebase-config): add firebase-config wrapper
* refactor
* refactor
2018-06-03 15:32:04 +02:00
Wouter Klein Heerenbrink
34aeb19628
feat(send-result): add sendResult method for WebIntent plugin ( #2495 )
2018-05-27 19:01:36 +02:00
Geoff Tripoli
d6a9ed134e
fix(stripe): fixed casing of postal code param ( #2520 )
2018-05-22 22:12:13 +02:00
Behrooz Shafiee
a0183811f6
fix(in-app-purchase-2): fix ready method signature ( #2043 )
2018-05-20 13:21:21 -04:00
Cristian Rivas Gómez
e6d4b41e7e
docs(navigation-bar): fix typo
...
A small misspelling detected here 🙂
2018-05-19 16:56:04 +02:00
Dave Alden
400dbcb1fb
feat(cloud-settings): add support for cordova-plugin-cloud-settings ( #2494 )
...
* feat(cloud-settings): add support for cordova-plugin-cloud-settings
* refactor
2018-05-19 12:16:14 +02:00
mino922
ae6e28de88
feat(local-notifications): added support for foreground option in version 0.9.0-beta.3 of cordova-plugin-local-notifications ( #2506 )
2018-05-19 12:15:22 +02:00
Geoff Tripoli
58615f1cab
feat(star-prnt): Added support for connected to devices with barcode readers ( #2509 )
2018-05-19 12:14:30 +02:00
Kheva Mann
7c355350fe
feat(onesignal): Added notification stacking ( #2512 )
...
* Added collapse_id
Added collapse_id to allow for notification stacking
* Update index.ts
2018-05-19 12:14:12 +02:00