diff options
Diffstat (limited to 'www/lib/ionic-pullup/CHANGELOG.md')
| -rw-r--r-- | www/lib/ionic-pullup/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/lib/ionic-pullup/CHANGELOG.md b/www/lib/ionic-pullup/CHANGELOG.md new file mode 100644 index 00000000..f7f22dcc --- /dev/null +++ b/www/lib/ionic-pullup/CHANGELOG.md @@ -0,0 +1,16 @@ +# v1.0.3 +Fixes issue #1 where component height was wrong after changing device orientation + +# v1.0.2 + +## Breaking change +Removed ```minimize``` attribute from ```ion-pull-up-footer``` directive and added two new attributes for better behavior + +- initial-state: "collapsed" || "minimized" +- default-behavior: "expand" || "hide" + +# v1.0.1 +fixed DI issue in ```ion-pull-up-footer``` controller + +# v1.0.0 +Initial release
\ No newline at end of file |
