Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

CBP Header Fix

Choose a tag to compare

@yogeshgadge yogeshgadge released this 16 Oct 22:53
· 41 commits to master since this release

CBP Header Fixes

  • #66 CBP Header click goes navigates to a URL defined by Applications Directory URL
  • #65 App Menu closing on scroll shrink of CBP Header
  • Other minor API simplifications
    • CBPNotification constructor - pass message type , message etc.

Minor Breaking changes

Simplification of some components to templates or use of lightweight ng-content selectors using classes instead of components/directives will cause following changes:-

  • If you used <cbp-app-title> in the past replace it with <div class="cbp-app-title">
  • If you used <cbp-app-main-nav> in the past replace it with <div class="cbp-app-main-nav">
  • If you used <cbp-app-right-nav> in the past replace it with <div class="cbp-app-right-nav">