Skip to content

Commit

Permalink
Updated changelog with breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arielfaur committed Apr 25, 2016
1 parent 8d7426d commit 6074f81
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## This release requires Ionic 1.3 and Angular 1.5

Added ```allow-mid-range``` parameter prevents footer from stopping halfway when dragging (defaults to false)
Fixes #17 where footer position was wrong when used in multiple views with different template structures (tabs, headers)
Minor UI fixes and improvements
- Added ```allow-mid-range``` parameter prevents footer from stopping halfway when dragging (defaults to false)
- Fixes #17 where footer position was wrong when used in multiple views with different template structures (tabs, headers)
- Minor UI fixes and improvements

### Breaking changes
- Removed ```toggle``` attribute from ```ion-pull-up-handle``` directive in favor of two new attributes that allow for better control of icons: ```icon-expand``` and ```icon-collapse```. Also, there is not need to specify a default icon as a child element as the directive will add it to the DOM.

````
<ion-pull-up-handle icon-expand="ion-chevron-up" icon-collapse="ion-chevron-down" style="border-radius: 25px 25px 0 0">
</ion-pull-up-handle>
````

Thanks: @bianchimro, @nikolaz111, @jsanta

Expand All @@ -26,4 +34,4 @@ Removed ```minimize``` attribute from ```ion-pull-up-footer``` directive and add
fixed DI issue in ```ion-pull-up-footer``` controller

# v1.0.0
Initial release
Initial release

0 comments on commit 6074f81

Please sign in to comment.