Skip to content

feat (3-breadcrumb): add href support and expose data-disabled and data-current attributes#669

Merged
rohanchkrabrty merged 7 commits intofeat/trailing-icon-and-disabled-itemfrom
feat/href-support
Mar 21, 2026
Merged

feat (3-breadcrumb): add href support and expose data-disabled and data-current attributes#669
rohanchkrabrty merged 7 commits intofeat/trailing-icon-and-disabled-itemfrom
feat/href-support

Conversation

@paanSinghCoder
Copy link
Contributor

@paanSinghCoder paanSinghCoder commented Mar 5, 2026

Breadcrumb 3rd PR

Issue-600

Description

  • feat (breadcrumb-menu): add href support in menu item.
  • feat (breadcrumb item): add data-disabled and data-current attributes

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes, no bug fixes just code improvements)
  • Chore (changes to the build process or auxiliary tools and libraries such as documentation generation)
  • Style (changes that do not affect the meaning of the code (white-space, formatting, etc))
  • Test (adding missing tests or correcting existing tests)
  • Improvement (Improvements to existing code)
  • Other (please specify)

How Has This Been Tested?

Unit tests and manual

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (.mdx files)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Screenshots (if appropriate):

[Add screenshots here]

Related Issues

[Link any related issues here using #issue-number]

@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
apsara Ready Ready Preview, Comment Mar 20, 2026 9:51am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 5, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c79cc7be-5a5a-4a46-b081-6ca7851887dc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/href-support
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@paanSinghCoder paanSinghCoder changed the title feat (breadcrumb-dropdown): add href support feat (3-breadcrumb): add href support Mar 5, 2026
@paanSinghCoder paanSinghCoder marked this pull request as draft March 11, 2026 06:09
@paanSinghCoder paanSinghCoder marked this pull request as ready for review March 12, 2026 08:25
@paanSinghCoder paanSinghCoder changed the title feat (3-breadcrumb): add href support feat (3-breadcrumb): add href support and expose data-disabled and data-current attributes Mar 12, 2026
@rohanchkrabrty rohanchkrabrty merged commit 297d628 into feat/trailing-icon-and-disabled-item Mar 21, 2026
3 checks passed
@rohanchkrabrty rohanchkrabrty deleted the feat/href-support branch March 21, 2026 07:20
rohanchkrabrty pushed a commit that referenced this pull request Mar 21, 2026
* feat: add disabled prop support for item

* feat: add trailing item support from item

* feat(breadcrumb): update separator accessibility attributes to use role="presentation" and aria-hidden="true"

* fix: replace <a> with <span> for current item

* style(breadcrumb): enhance active link styling with hover effect and default cursor

* chore: Remove breadcrumb examples

* refactor: merge jsx

* feat (3-breadcrumb): add href support and expose data-disabled and data-current attributes (#669)

* feat (breadcrumb-dropdown): add href support

* feat: add data attributes

* refactor: merge react 19

* refactor: pass all menuItem props
paanSinghCoder added a commit that referenced this pull request Mar 23, 2026
* feat (breadcrumb): add automatic ellipsis support and hide items

* revert (breadcrumb): revert maxItems and itemsBeforeCollapse logic

* feat(2-breadcrumb): add trailing icon and disabled item support (#668)

* feat: add disabled prop support for item

* feat: add trailing item support from item

* feat(breadcrumb): update separator accessibility attributes to use role="presentation" and aria-hidden="true"

* fix: replace <a> with <span> for current item

* style(breadcrumb): enhance active link styling with hover effect and default cursor

* chore: Remove breadcrumb examples

* refactor: merge jsx

* feat (3-breadcrumb): add href support and expose data-disabled and data-current attributes (#669)

* feat (breadcrumb-dropdown): add href support

* feat: add data attributes

* refactor: merge react 19

* refactor: pass all menuItem props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Breadcrumb] Structural improvements and feature enhancements

2 participants