Ibby
3da0efe38e
fix(battery-status): add missing pluginRef
2017-01-22 17:27:52 -05:00
Ibby
b983de2145
feat(core): add PluginConfig interface
...
closes #996
2017-01-22 17:24:43 -05:00
Guille
9f98f8ef46
feat(google-maps): add base class functions ( #993 )
2017-01-22 17:17:13 -05:00
Ibby
3e2964b385
Merge branch 'master' of github.com:driftyco/ionic-native
2017-01-22 17:13:59 -05:00
Guille
77ab2c21da
refractor(): name to pluginName ( #994 )
2017-01-22 17:13:42 -05:00
guille
94025a7fd2
fix(plugin): adds subscribe() and unsubscribe()
2017-01-22 17:13:13 -05:00
guille
8c021bcaa0
fix(): add clearAllNotifications()
2017-01-22 17:13:13 -05:00
Ibby
da7a3707fa
fix(core): fix plugin check
2017-01-22 17:12:24 -05:00
Peter Kelly
cb293639bc
fix(core): fix exception in CordovaProperty ( #998 )
...
This reverts part of commit 67adb23
, which moved the call to getPlugin()
from within CordovaProperty() to a point where it was called too early.
When the CordovaProperty decorator is called on a property, the class
containing that call has not yet had its Plugin decorator called. Only
when the latter happens does pluginRef get set. Thus, attempting to
access pluginRef within CordovaProperty at the time of the call will
give undefined, and attemping to call getPlugin with an undefined value
will throw an exception:
Runtime Error
Cannot read property 'split' of undefined
TypeError: Cannot read property 'split' of undefined
at get
at getPlugin
at CordovaProperty
at __decorate
...
The above message can be seen in the browser after running the 'ionic
serve' command.
This commit moves the getPlugin call back to the getters and setters
established by CordovaProperty, which are only called *after* the Plugin
decorator has finished executing.
closes #992
2017-01-22 17:11:52 -05:00
Ibby
16f0712462
chore(): update changelog
2017-01-20 16:34:25 -05:00
Ibby
e9b2b93486
2.3.0
2017-01-20 16:33:57 -05:00
Ibby
a8258ec998
docs(): add beta tags
2017-01-20 16:33:43 -05:00
Ibby
09747cd746
docs(firebase): improve docs
2017-01-20 16:29:15 -05:00
Ibby
2f89ae0e84
Merge branch 'master' of github.com:driftyco/ionic-native
2017-01-20 16:24:22 -05:00
Megan Kearl
ac748abf78
feat(serial): add Serial plugin ( #952 )
...
* style: fix whitespace lint issue
* feat(serial): add serial plugin
* docs(serial): remove unnecessary comments
2017-01-20 16:16:12 -05:00
Guillaume
1279114b73
feat(backlight): add Backlight plugin ( #973 )
...
* feat(backlight): add Backlight plugin
* fix(backlight): set as beta
2017-01-20 16:14:29 -05:00
Peter Bakondy
7c30718369
feat(speech-recognition): add SpeechRecognition plugin ( #897 )
2017-01-20 16:13:58 -05:00
Kim Biesbjerg
9c75a06131
feat(launch-review): add LaunchReview plugin ( #949 )
...
* Add LaunchReview
* Fix pluginRef
2017-01-20 16:11:57 -05:00
Guillaume
1e38a6c005
feat(broadcaster): add Broadcaster plugin ( #877 )
...
* feat(broadcaster): add Broadcaster plugin
* fix(broadcaster): return Obserable for addEventListener
- also remove the listener when clearing observable
2017-01-20 16:11:19 -05:00
Ibby
23639ee859
docs(): add beta tag
2017-01-20 16:10:39 -05:00
Ibby
be20c51996
Merge branch 'master' of github.com:driftyco/ionic-native
2017-01-20 16:09:27 -05:00
Niklas Merz
1615b74065
feat(fingerprint-aio): add cordova-plugin-fingerprint-aio ( #845 )
2017-01-20 16:09:21 -05:00
Ibby
5638f90783
refractor(): remove default value from optional param
2017-01-20 16:07:28 -05:00
Ibby
47b6164e99
docs(): add beta tags
2017-01-20 16:07:05 -05:00
Lucas A. Moulin
229f5509e9
feat(rollbar): add Rollbar plugin ( #832 )
...
* Add Rollbar plugin
* Add documentation
* Add return type to init function
* Remove init params
2017-01-20 16:05:06 -05:00
John-Luke
70c15c31ca
feat(navigationbar): add NavigationBar plugin ( #826 )
...
* feat(navigationbar): add NavigationBar plugin
* fix(navigationbar) typo in chore
* Implement changes requested
* fix(): add return
* fix(docs): remove callback parameter
* Update navigationbar.ts
2017-01-20 16:04:31 -05:00
Ibby
a98ccc726f
Merge branch 'John-Luke-master'
2017-01-20 16:04:09 -05:00
Ibby
538ebfe9fe
fix merge conflict
2017-01-20 16:03:58 -05:00
Ibby Hadeed
8e98481609
feat(firebase): add firebase plugin ( #914 )
...
closes #608
2017-01-20 16:02:33 -05:00
Ibby Hadeed
0ec46b03b5
feat(stripe): add stripe plugin ( #913 )
...
* feat(stripe): add stripe plugin
* add stripe to index
* add param doc
2017-01-20 16:02:17 -05:00
Ibby
f10f152d2c
docs(native-geocoder): add interfaces
2017-01-20 16:01:54 -05:00
Ibby
d746a98ef4
refractor(native-geocoder): refractor interface names
2017-01-20 16:01:29 -05:00
Ibby
dbf95ea4bd
fix(native-geocoder): fix callback order
2017-01-20 16:00:05 -05:00
Sebastian Baar
911537b61b
feat(nativegeocoder): add NativeGeocoder plugin ( #800 )
2017-01-20 15:56:16 -05:00
Ibby
db55342329
chore(): update changelog
2017-01-20 15:53:35 -05:00
Ibby
d54ce83c8f
2.2.17
2017-01-20 15:52:47 -05:00
John-Luke
2e926f4a94
Update headercolor.ts
2017-01-19 09:06:58 -03:00
John-Luke
292a9f08e9
solve conflict
2017-01-18 19:06:27 -02:00
John-Luke
b2cd106aae
Update headercolor.ts
2017-01-18 18:58:27 -02:00
elless
ab681cccbe
fix(app-rate): onRateDialogShow callback ( #985 )
2017-01-18 12:52:36 -05:00
Dennis Bruijn
9008aa264b
docs(google-maps): make it clear that the map element needs a height ( #984 )
...
I added a change that makes it clear that the map element needs a height to be visible.
I tried to follow the docs but It didn't work, after that I thought my API keys were invalid, at the end it turned out the map wasn't visible at all.
2017-01-18 10:37:02 -05:00
Ibby Hadeed
33ca56a151
remove static method open
2017-01-18 10:34:52 -05:00
Attila Oláh
d8892e195b
docs(file): clarify what unit getFreeDiskSpace returns with ( #981 )
2017-01-18 10:30:38 -05:00
Max Lynch
0ab14a085e
fix(core): increase deviceready timeout for sanity
2017-01-16 15:33:59 -06:00
Vlado Velichkovski
a88cf7034b
docs(nfc): fix return type ( #961 )
...
Doc fix for stringToBytes function
2017-01-15 22:48:23 -05:00
Diego
c44071d117
docs(file-chooser): added missing ")" ( #971 )
2017-01-13 14:02:19 -05:00
perry
fb275e0d9f
amend(docs): typo in the last commit
2017-01-11 13:02:00 -06:00
perry
5c7d7ac527
chore(docs): add beta warning to docs pages
2017-01-11 13:00:52 -06:00
perry
1134ac96b6
chore(docs): mark static properties as properties Closes #962
2017-01-11 11:28:59 -06:00
Abdelaziz Bennouna
e902856089
feat(barcodescanner): add missing options ( #966 )
...
Fixes #965
2017-01-11 11:31:29 -05:00