- UMD bundle: Add UMD bundle export thanks to BenjaminDobler.
- license: Add an Apache license.
- dependancies: Update
rxjsversion insidepackage.json.
- ng upgrade: upgrade to angular
^4.0.0, replace<template>by<ng-template>and rebuild dist folder.
- wording: add mention about CSS flexbox layout use, so
angular-splitis not compatible on browser not supporting it (like ios8).
- visibility toggle transition: add transition (optionnal:
<split [visibleTransition]="true">) when toggling visibility andvisibleTransitionEndevent ` pr11.
- gutter height on Safari: fix a weird bug about anormal gutter height when direction is 'vertical' on Safari only issue5. Note that
angular-splitisn't working on browser without flexbox support, so not working on ios older than 9.
- visibility toggle: fix a bug I introduced in 0.1.17 while merging pr10.
- 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)