Daniel
9c75e53702
Merge branch 'master' into v5
2018-08-31 19:29:20 +02:00
Max Lynch
2213673055
Merge pull request #2679 from perrygovier/v5
...
fix(contacts): fixing builds
2018-08-30 14:41:13 -05:00
perry
c8d25a1fc5
fix(camera): fixing builds
2018-08-30 14:16:38 -05:00
Nicolas HENRY
bd345818f8
fix(core): wrapEventObservable ( #2660 )
...
* fix wrapEventObservable
* fix lint
2018-08-26 19:38:22 -04:00
Daniel
110fb7e8e1
chore(): update changelog
2018-08-25 12:11:37 +02:00
Daniel
c0d776cdd2
5.0.0-beta.15
2018-08-25 12:11:21 +02:00
Daniel
89140c1502
docs(bluetooth-le): fix jsdoc
2018-08-25 12:08:48 +02:00
Daniel
8f19719d2a
chore(package): bump deps
2018-08-25 12:06:40 +02:00
Daniel
999aca1b8d
Merge branch 'master' into v5
2018-08-25 12:05:57 +02:00
Paxton Hare
1ad4cc1375
fix(contacts): remove double import of checkAvailability ( #2659 )
2018-08-25 11:59:19 +02:00
Ibby Hadeed
38b6501612
chore(): handle identifiers in v5 build process
...
Closes #2652
2018-08-23 10:15:28 -04:00
Paxton Hare
fe87b68ccc
chore(): fix CordovaInstanceProperty decorator ( #2655 )
...
This manifests in many plugins just not quite working right.
2018-08-23 09:40:00 -04:00
Paxton Hare
9e923fa8da
chore(): fix path related issues with v5 build ( #2654 )
2018-08-23 09:37:10 -04:00
Daniel
5e9c92a773
fix(extended-device-information): fix wrong decorator
2018-08-21 21:12:43 +02:00
Daniel
5ac940d2bf
chore(package): bump deps
2018-08-21 20:51:02 +02:00
Daniel
e47a3e1522
fix(clevertap): fix jsdoc
2018-08-16 22:46:34 +02:00
Daniel
1a1c665b18
chore(package): bump deps
2018-08-16 22:46:19 +02:00
Daniel
f2728f26fe
merge master into v5
2018-08-16 22:43:50 +02:00
Daniel Sogl
2f560d619a
docs(contacts): mark as deprecated
2018-07-27 21:39:22 +02:00
Daniel
342b9dace5
chore(): update changelog
2018-07-18 22:21:56 +02:00
Daniel
07557e95ec
chore(): update changelog
2018-07-18 22:20:12 +02:00
Daniel
b7be1bf9dd
5.0.0-beta.14
2018-07-18 22:19:46 +02:00
Daniel
b01c2ee1fb
docs(build): fix lint
2018-07-18 22:17:37 +02:00
Daniel
bea5eaea1a
Merge branch 'master' into v5
2018-07-18 22:12:44 +02:00
Daniel
0f84249b13
chore: update changelog
2018-07-18 21:53:13 +02:00
Daniel
80adfe0891
chore(): update changelog
2018-07-18 21:52:41 +02:00
Daniel
0550a4fcc1
4.10.0
2018-07-18 21:52:19 +02:00
Etienne BLANC-COQUAND
e50ef18e10
docs(network-interface): update example ( #2602 )
...
Don't need {
2018-07-18 21:50:30 +02:00
Moshe
b581a5b2b6
feat(ccm): replace plugin source ( #2601 )
2018-07-18 21:50:16 +02:00
jing-zhou
e640983340
feat(alipay): replace plugin ( #2591 )
...
BREAKING CHANGE: Replaced plugin with maintained Cordova plugin
2018-07-18 21:49:32 +02:00
Sebastian Baar
a6c8045593
feat(classkit): add ClassKit plugin ( #2590 )
...
* add classkit plugin
* refactor
2018-07-18 21:48:07 +02:00
Carsten Schindler
ecc698ee7a
feat(abbyy-rtr): add ABBYY Real-Time Recognition plugin ( #2580 )
...
* feat(abbyy-rtr): add ABBYY Real-Time Recognition plugin
* refactor(abbyy-rtr) add CordovaCheck
2018-07-18 21:47:44 +02:00
Daniel
97b80b533b
chore(package): bump deps
2018-07-18 21:46:58 +02:00
Daniel
b66d27b794
chore(): update changelog
2018-07-13 17:12:51 +02:00
Daniel
c3a9296a36
4.9.2
2018-07-13 17:12:38 +02:00
Gustav Bylund
565c766813
fix(sqlite): mark optional arguments for executeSql ( #2592 )
2018-07-13 17:06:51 +02:00
jasvindersingh-evon
1684202629
docs(document-picker): fix example ( #2593 )
2018-07-13 17:06:37 +02:00
Don Coleman
d95a359719
fix(ble): change signature for autoConnect ( #2594 )
...
* fix(ble): change signature for autoConnect (#2573 )
* fix(ble): update usage for autoConnect (#2573 )
2018-07-13 17:06:17 +02:00
Daniel
12ddf96705
chore(): update changelog
2018-07-09 19:51:19 +02:00
Daniel
fead657fbd
4.9.1
2018-07-09 19:50:51 +02:00
Daniel
f1d8d3b255
Revert "chore(package): bump deps"
...
This reverts commit 6af01d2dc1
.
2018-07-09 19:48:52 +02:00
Daniel
6af01d2dc1
chore(package): bump deps
2018-07-09 19:45:23 +02:00
Shubham Pandey
006ba4425f
docs(linkedin): fix example ( #2588 )
...
* added missing `)` in login code
2018-07-08 18:43:54 +02:00
Judson Neer
4f415892b1
feat(network-interface): match latest plugin release ( #2587 )
2018-07-08 18:43:44 +02:00
Matt
713efd7206
docs(sqlite): Add interface for transaction callback function argument ( #2586 )
...
The transaction callback function argument is currently typed as `any`, however this isn't very helpful so I have added a base interface which contains only the `executeSql` function. This function is all that is available on the object returned by WebSQL, but is also available on the full SQLite implementation.
2018-07-08 18:43:31 +02:00
Sebastián Ramírez
3f9311090d
docs(app-version): explain results ( #2582 )
...
* fix(app-version): fix getVersionCode to return number
as is in the actual implementation. Also update and clarify the method docs
* fix(app-version): fix getVersionCode for compatibility
with Android and iOS at the same time
2018-07-04 13:43:46 +02:00
Daniel Sogl
28a1b83d1d
docs(readme): update examples
2018-07-02 10:59:40 +02:00
Cosmic Web Services
956e644fa4
fix(health-kit): add missing checkAuthStatus param ( #2544 )
...
* Fix checkAuthStatus
* Update index.ts
* Update index.ts
2018-07-02 10:51:10 +02:00
Timothy Shamilov
f62a123a34
feat(streaming-media): add new parameters & docs ( #2576 )
2018-07-02 10:47:28 +02:00
Daniel
8e1ca359ab
refactor(build): remove decamelize
2018-07-01 13:16:55 +02:00