Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.88 KB

File metadata and controls

52 lines (27 loc) · 1.88 KB

0.2.2 (2017-08-04)

0.2.1 (2017-07-18)

  • license: Add an Apache license.
  • dependancies: Update rxjs version inside package.json.

0.2.0 (2017-03-30)

  • ng upgrade: upgrade to angular ^4.0.0, replace <template> by <ng-template> and rebuild dist folder.

0.1.20 (2017-03-11)

  • wording: add mention about CSS flexbox layout use, so angular-split is not compatible on browser not supporting it (like ios8).

Feature

  • visibility toggle transition: add transition (optionnal: <split [visibleTransition]="true">) when toggling visibility and visibleTransitionEnd event ` pr11.

0.1.19 (2017-02-09)

Bug fix

  • gutter height on Safari: fix a weird bug about anormal gutter height when direction is 'vertical' on Safari only issue5. Note that angular-split isn't working on browser without flexbox support, so not working on ios older than 9.

0.1.18 (2017-02-04)

Bug fix

  • visibility toggle: fix a bug I introduced in 0.1.17 while merging pr10.

0.1.17 (2017-02-03)

Feature

  • visibility toggle: add possibility to show/hide areas using <split-area [visible]="boolean"> without removing them from the DOM, useful for specific case like with router. Thanks to jitsmaster (pr8 / pr10)