Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 818 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 818 Bytes

ChangeLog

0.2.0 (2016-12-24)

  • Upgrade Angular to 2.4.*.

0.1.1 (2016-10-27)

Features

0.1.0 (2016-10-24)

Breaking changes

  • WindowViewService#pushWindow<T> return instance directly instead of promise.
let myWindow: MyWindowComponent = this.windowView.pushWindow(MyWindowComponent);
myWindow.result$.subscribe( result => /** Do something */);
  • WindowViewService#getWindowInstanceAt rename to WindowViewService#getInstanceAt.

  • WindowViewService#removeWindowByInstance rename to WindowViewService#removeByInstance;