ant-design/components/tag
Jony J 6c401b9e0c
Some checks are pending
Publish Any Commit / build (push) Waiting to run
✅ test v6 / lint (push) Waiting to run
✅ test v6 / test-react-legacy (18, 1/2) (push) Waiting to run
✅ test v6 / test-react-legacy (18, 2/2) (push) Waiting to run
✅ test v6 / test-node (push) Waiting to run
✅ test v6 / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test v6 / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test v6 / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test v6 / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test v6 / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test v6 / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test v6 / test-coverage (push) Blocked by required conditions
✅ test v6 / build (push) Waiting to run
✅ test v6 / test lib/es module (es, 1/2) (push) Waiting to run
✅ test v6 / test lib/es module (es, 2/2) (push) Waiting to run
✅ test v6 / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test v6 / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
feat: [v6] Tag support disabled and href (#52229)
* feat(tag): add disabled

* docs: improve demo

* feat: add disabled for checkable tag

* fix: some fix

* fix: some fix

* refactor(tag): streamline click handling for disabled state

* test: add test case

* test: update snapshot

* chore: clean code

* Update components/tag/index.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Jony J <1844749591@qq.com>

* docs: update doc

* style: add disable style for inverse tag

* fix: some fix

* Revert "fix: some fix"

This reverts commit b7d9fdbc49.

* chore: update doc

* chore: update doc

* chore: move inline-style to cssinjs

* chore: trigger CI build

* chore: trigger CI build

* feat: tag support href and refactor disabled logic

* test: update snapshot

* docs: add version

* feat: retire deprecated api

* chore: remove component token

* chore: update logic

---------

Signed-off-by: Jony J <1844749591@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2025-01-14 15:56:04 +08:00
..
__tests__ feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00
demo feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00
style feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00
CheckableTag.tsx feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00
index.en-US.md feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00
index.tsx feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00
index.zh-CN.md feat: [v6] Tag support disabled and href (#52229) 2025-01-14 15:56:04 +08:00