blob: f7f22dcc89f0375ec64bd5a1b6e4479517b9fb3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|