Skip to content

0.0.0-beta.7 (@scion/workbench)

Compare
Choose a tag to compare
@danielwiehl danielwiehl released this 07 Sep 08:34
· 688 commits to master since this release

0.0.0-beta.7 (2018-08-06)

Bug Fixes

  • allow to navigate relative to the current activated route (#5) (27adf69)
  • fix check which ensures that Workbench.forRoot() is not used in a lazy context (ea3a1b0), closes #5
  • fix wrong typing of injected content children (5a446fd)
  • Render correct actions in the activity part header (86b77f1), closes #9

Features

  • Allow initial navigation to a conditionally registered activity (065f7ce), closes #8
  • Display component of currently activated activity (f59a74d), closes angular/angular#25313 #10
  • use Router instead of DefaultUrlSerializer to parse URL (eedc5dc), closes #5