File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,7 @@ exports.fabTap = function(args) {
69
69
| backColor | X | X | Sets the background color of the button | None
70
70
| icon | X | X | Supports the same image source options that NativeScript images support | Required on android
71
71
| rippleColor| X | | Ripple color on lollipop devices, it will fill the FAB on pre-lollipop devices | None
72
-
73
- ## NativeScript Compatibility
74
-
75
- | NativeScript Version | FloatingActionButton Plugin Version |
76
- | ----------------------| -------------------------------------|
77
- | 1.6 | 2.+ |
78
- | 1.5 | 1.91 |
72
+
79
73
80
74
## iOS Notes
81
75
- We're using [ MNFloatingActionButton] ( http://cocoapods.org/pods/MNFloatingActionButton ) by [ Matt Nydam] ( https://github.com/mattnydam )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-floatingactionbutton" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"description" : " A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps." ,
5
5
"main" : " fab.js" ,
6
6
"nativescript" : {
You can’t perform that action at this time.
0 commit comments