Skip to content

Releases: udayvunnam/xng-breadcrumb

v6.8.2

15 Nov 04:02
Compare
Choose a tag to compare

Changes

  • fix: change autogenerated to false on dynamically setting a label (#101) @udayvunnam
  • fix: xng-breadcrumb inside ngIf needs a special check since router events are already finished (#97) @udayvunnam
  • fix(lib): get route config data even with routeReuseStrategy false (#93) @udayvunnam

v6.7.0

16 May 07:09
Compare
Choose a tag to compare

Changes

  • feat: open link in new tab on cmd + click, option to open links in new tab by default (#82) @udayvunnam
  • chore: adding all contributors in readme (#76) @udayvunnam

v6.6.1

25 Feb 03:41
Compare
Choose a tag to compare

Bug Fixes

  • change breadcrumb array to observable with pipe async (#75) (fb05322)

v6.6.0

25 Feb 03:40
Compare
Choose a tag to compare

6.6.0 (2021-02-02)

Features

6.5.0 (2020-12-09)

Features

Bug Fixes

  • use tabindex and listen to keyboard enter since routerLink is no longer used (#67) (de6d7fa)

6.4.0 (2020-11-26)

Features

6.3.4 (2020-11-17)

Bug Fixes

6.3.3 (2020-11-16)

Bug Fixes

  • avoid empty breadcrumb at start when the for autogenerated case (#56) (b82ab8b)

6.3.2 (2020-11-16)

Bug Fixes

  • avoid empty breadcrumb at start when the for autogenerated case (#56) (b82ab8b)

v6.3.1

25 Feb 03:39
Compare
Choose a tag to compare

Changes

v6.3.0

14 Oct 02:24
Compare
Choose a tag to compare

Changes

  • feat: provide breadcrumb route interceptor for conditional routing and access to routing (#51) @udayvunnam

v6.2.0

07 Sep 15:59
Compare
Choose a tag to compare

Changes

v6.1.0

28 Aug 05:39
Compare
Choose a tag to compare

Changes

property Description Type Default
preserveQueryParams preserve query params while navigating via breadcrumbs boolean true
preserveFragment preserve fragment while navigating via breadcrumbs boolean true

Tapi

20 Jul 08:54
Compare
Choose a tag to compare

Uses Nx mono repo for the app and lib management

Krishna

14 Jun 10:09
Compare
Choose a tag to compare
  • Preserve Query Params and Fragment while navigating back via breadcrumbs
  • Disabled state for breadcrumb to block navigation to intermediate routes that have no meaning.
  • Bugfix: Label doesn't update properly while using route path