Guo Yunhe
9a62d148c7
docs: remove 5.x tags ( #56353 )
2025-12-25 12:17:44 +08:00
ice
594524b4af
docs: update markdown files to add section IDs for examples and FAQs across multiple components ( #55882 )
2025-11-25 12:16:35 +08:00
lijianan
19137493b4
perf: uninstall classnames, install clsx ( #55164 )
...
* refactor: uninstall classnames & install clsx
* refactor: uninstall classnames & install clsx
* test: rename test fn
* test: update snap
* update
* update
* update
* update
* update snap
* update
* update
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: thinkasany <480968828@qq.com >
2025-10-01 00:45:54 +08:00
thinkasany
4d4b2b953a
chore: update snap ( #54771 )
2025-08-27 17:08:24 +08:00
thinkasany
a0bfadec78
chore: sync feature into next
2025-08-07 10:28:26 +08:00
afc163
46c9c93773
test: upgrade jest to v30 ( #54576 )
2025-08-05 00:13:52 +08:00
thinkasany
de030bcfad
chore: sync feature into next
2025-04-07 16:49:57 +08:00
afc163
3ef3434052
docs: add anchor for when-to-use section ( #53318 )
...
* docs: add anchor for when-to-use section
* Delete scripts/update-docs.js
Signed-off-by: afc163 <afc163@gmail.com >
---------
Signed-off-by: afc163 <afc163@gmail.com >
2025-04-03 10:45:36 +08:00
thinkasany
9ee4d220ef
chore: sync feature into next
2025-02-24 20:34:17 +08:00
MadCcc
1ac0bcaa60
feat: use cssVar by default ( #52671 )
...
* feat: use cssVar by default
* chore: update deps
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* chore: test
* chore: update
* chore: update scripts
* chore: UPDATE TEST
* feat: add root
* chore: update snapshot
* chore: fix test case
* chore: fix cycle deps
* feat: rm legacy css variables configuration
* chore: update test case
* chore: update
* chore: fix test
* chore: update overrides
* chore: bump cssinjs
* chore: add test case
2025-02-24 15:35:29 +08:00
lijianan
883b17f30f
docs: update App FAQ ( #52904 )
...
* docs: update App FAQ
* Update components/app/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com >
Signed-off-by: lijianan <574980606@qq.com >
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: Amumu <yoyo837@hotmail.com >
2025-02-21 10:42:13 +08:00
thinkasany
2a7f2e05eb
feat: ConfigProvider support classnames and styles for notification ( #52759 )
...
* feat: notification support classnames
* update message to title
* add test
* remove content
* fix
* add message API compatibility test
* skip ts check
* warning errspy
* errSpy.mockRestore();
2025-02-13 11:08:37 +08:00
github-actions[bot]
0a2a19f349
chore: auto merge branches ( #52609 )
...
chore: sync master into feature
2025-01-28 06:10:58 +00:00
Jony J
5bccf7713a
test: add a11y test for all components demo ( #51372 )
...
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* test: add a11y test
* fix: test case
* test: add a11y test
* chore: code comment adjust
2025-01-27 23:49:40 +08:00
Guo Yunhe
8d7e2872dd
refactor(App): split files ( #52573 )
2025-01-26 12:51:05 +08:00
🏎️ Yumo
2aa4440380
test: use regex check Self-contained .anticon style
2024-12-06 18:33:02 +08:00
Jony J
08a9325182
feat: add a11y test for components demo ( #51414 )
...
* test: add accessibility test utilities
* refactor(tests): replace polling with Promise chain for axe test queue management
* test: add a11y test for components demo
* feat: add a11y test utils
* test: add a11y test for components demo
* test: add a11y test for components demo
* chore: remove unnecessary code
* feat: add polyfill for test environment
* test: add a11y test for components demo
* test: add a11y test for components demo
* chore: adjust code style
2024-11-01 11:30:11 +08:00
ice
696c9dde02
fix(button): type=link error token & add prefix cls (color/variant) & specificity too high ( #50962 )
2024-09-24 23:52:50 +08:00
ice
badfbe3cfe
feat(Button): support variant and color ( #50051 )
...
* feat(button): variant & color types
* feat: type -> color/variant
* feat: type -> color/variant
* feat: add variant filled
* test: snap
* refactor(button): rename type -> variant
* docs: add demo
* feat: add danger ghost style
* refactor: remove deprecated
* refactor: eslint
* docs: change color&variant
* test: updated snap
* docs: color-variant
* docs: add debug color&variant
* feat: global token
* refactor: remove comment
* docs: add color&variant docs
* docs: remove default
* docs: add space
* docs: code
* test: update snap
* test: fix snap
* test: btn querySelect
* feat: change filled hoverStyle
* test: fix
* feat: support grey wave
* refactor: enhance
* docs: color/variant -> v 5.21
* test: snap
* feat: add token
* test: to do
* test: fix test
* ci: rebuild
* style: remove
* style: space
* docs: add note & FQA
* feat: add componentsToken
* refactor: remove isNotGrey
* test: add case
* docs: tile button
* test: snap
* docs: site & snap
* Update components/button/index.en-US.md
Co-authored-by: lijianan <574980606@qq.com >
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
* fix: token color & undef
* docs: site
* docs: responsive
* docs: enhance FAQ
* docs: gap middle
* test: snap
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
* refactor: rename
* docs: prettier
* chore: eslint
* refactor: cls
* test: add solidTextColor case
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* fix: rename
* docs: text
* fix: remove border
* feat: add token colorErrorBgFilledHover
* chore: add size-limit
* refactor: rename
---------
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com >
Co-authored-by: lijianan <574980606@qq.com >
Co-authored-by: MadCcc <1075746765@qq.com >
2024-09-03 17:39:02 +08:00
lijianan
54ff15c50b
feat: App support direction with CP ( #50246 )
...
* feat: App support direction with CP
* feat: App support direction with CP
2024-08-05 18:16:09 +08:00
thinkasany
ca32dd5661
chore(style): backticks to single quotes ( #49777 )
2024-07-09 10:50:32 +08:00
afc163
59ad48476b
refactor: add boime lint and fix lint errrors ( #49536 )
...
* chore: add boime lint
* fix lint
* use files ignore
* revert change
* ignore clarity.js
* fix some errors
* fix some errors
* fix some errors
* fix some errors
* add yml file
* Update clarity.js
Signed-off-by: afc163 <afc163@gmail.com >
* add npm run lint:biome
* add npm run lint:biome
* fix test case
* fix ts errors
* fix ts errors
* fix lint and add .lintstagedrc
* shorten prop name
* chore: update package.json
* update biome.json
* chore: remove stylelint
* chore: useOptionalChain
* fix lint
* biome format
* prettier all code
* prettier all code
* fix site test
---------
Signed-off-by: afc163 <afc163@gmail.com >
2024-06-22 21:59:12 +08:00
红
f0189fd36f
docs(App): add edge usage warning ( #48814 )
...
* chore(App): add edge usage warning
* test: add test
* docs(App): add FAQ
2024-05-08 10:27:59 +08:00
Jerry Nwosu
3b4809dede
docs: Update index.en-US.md ( #48702 )
...
Fixed typo
Signed-off-by: Jerry Nwosu <jerrynwosu007@gmail.com >
2024-04-29 21:08:15 +08:00
lijianan
570c1be492
site: add component version to meta ( #48226 )
...
* site: add component version to meta
* Update .dumi/theme/builtins/ComponentMeta/index.tsx
Signed-off-by: afc163 <afc163@gmail.com >
---------
Signed-off-by: afc163 <afc163@gmail.com >
Co-authored-by: afc163 <afc163@gmail.com >
2024-04-02 16:33:57 +08:00
lijianan
0a79a79bc7
docs: update sidebar style of website ( #48224 )
...
* docs: update GetRef/GetProp/GetProps docs
* fix: fix
* fix: fix
* fix: fix
* fix: fix
* fix: fix
2024-04-02 14:05:03 +08:00
Meetacoo
dc9e4572ff
demo: Update demo with Space.Compact wrap ( #48067 )
...
* demo: App demo update
* test: Update test snapshots
2024-03-25 14:42:15 +08:00
二货爱吃白萝卜
20561d6f9d
docs: Fix component doc alignment & support import usage ( #48004 )
...
* docs: init ref
* docs all support
* docs: fix link show
2024-03-22 14:22:42 +08:00
MadCcc
2e0942ab26
refactor: separate cssVarCls from hashId ( #46424 )
...
* refactor: cssVarCls
* refactor: update
* chore: update
* fix: cascader & tree-select
* fix: ribbon
2023-12-14 14:58:53 +08:00
MadCcc
c4b8c9df93
refactor: genStyleHooks ( #46038 )
...
* refactor: genStyleHooks
* chore: update sciprt
* refactor: affix
* refactor: select
* chore: update
* refactor: update
* refactor: update
* refactor: done
* chore: code clean
* chore: code clean
* chore: fix lint
* chore: decrease size limit
* chore: code clean
* chore: code clean
* chore: remove export
2023-11-29 17:23:45 +08:00
lijianan
684bb15258
feat: App support cssVar ( #45806 )
...
* feat: App support cssVar
* fix: fix
* fix: fix
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com >
* Update components/app/style/index.ts
Signed-off-by: MadCcc <1075746765@qq.com >
---------
Signed-off-by: MadCcc <1075746765@qq.com >
Co-authored-by: MadCcc <madccc@foxmail.com >
2023-11-13 15:34:37 +08:00
lijianan
3f683d778c
fix: fix App error when component === false ( #45671 )
...
* fix: fix error when component === false
* fix: fix
2023-11-05 13:08:52 +08:00
Jex
d1ed46938b
type: add generics to AppProps ( #45669 )
...
* type: add generics to AppProps
* type: add generics to rootProps
2023-11-04 01:35:40 +08:00
栗嘉男
661f3e8323
Merge branch 'master' into feature-merge-master
2023-10-29 14:04:47 +08:00
github-actions[bot]
2940f626d4
chore: auto merge branches ( #45501 )
...
chore: merge master into feature
2023-10-23 16:26:10 +00:00
Minjie Sun
1fb889011a
type: useAppProps modal type definition ( #45462 )
2023-10-21 14:14:37 +08:00
二货爱吃白萝卜
eaf4949ef0
feat: App support component ( #45292 )
...
* feat: App support component
* test: update test case
* chore: update ts
2023-10-12 11:08:01 +08:00
MadCcc
114ff39f8c
Merge branch 'master' into feature-merge-master
2023-09-05 13:41:06 +08:00
lijianan
6a5e7ded43
refactor: remove Space & Grid IE compatible logic ( #44620 )
...
* refactor: remove IE compatible logic
* fix: fix
* fix: fix
* fix: fix
2023-09-05 10:17:56 +08:00
Dunqing
f0c105d262
feat: insert use client automatically at compilations instead of hardcode ( #44608 )
...
* feat: remove the hardcode of `use client`
* chore: update `@ant-design/tools`
* test: update
* fix: incorrect dictionary
* chore: update dep
* ci: check use client
* chore: update ci
* fix: should be LIB_DIR
* ci: should only run in dist
* chore: update check tsx files
2023-09-04 19:27:20 +08:00
afc163
3f148d9112
docs: add help text for token customization
2023-08-30 23:02:35 +08:00
红
3e171a9f4f
feat: default add resetIcon Style ( #41208 )
...
* feat: default add resetIcon Style
chore: remove
test: add case
feat(App): icon reset style feature
Revert "feat(App): icon reset style feature"
This reverts commit be6905553dcabbd490ad60be0c08c8328736bd62.
Revert "chore: remove"
This reverts commit 417d5f90051a342325ccc9b5cbf3d249ab0ec826.
chore: update
chore: update
* chore: update
* chore: resolve import
* chore: update code style
2023-08-28 10:49:18 +08:00
MadCcc
12efe328ac
docs: optimize site layout ( #44111 )
...
* docs: sticky header
* docs: adjust floatbutton zindex
* chore: code clean
2023-08-08 19:48:41 +08:00
kiner-tang(文辉)
2f8fa45df3
docs: Add rootClassName in doc ( #44061 )
...
* docs: update rootClassName description
* docs: update rootClassName description
* docs: update docs
2023-08-08 18:27:48 +08:00
二货爱吃白萝卜
5d3b45551d
test: snapshot of demo warning message ( #43947 )
...
* test: init of test
* test: update snapshot
* test: update snapshot
* chore: adjust size limit
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: update snapshot
---------
Co-authored-by: lijianan <574980606@qq.com >
2023-08-02 14:20:13 +08:00
Rajil Bajracharya
e825e781de
fix: notification placement via app component ( #43522 )
...
* fix: respect notification placement in App
* style: sort imports
* fix: prioritize global config
Fixes regression on global config test from previous change
* test: check if notification placement works
* lint: use consistent-type-import
* style: remove extra new lines in import block
* docs: update config demo
* chore: fix lint
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com >
2023-07-17 11:30:06 +08:00
lijianan
38474628fd
feat: prepend use-client directive for with Next.js App Router ( #43573 )
...
* fix: prepend use-client directive for with Next.js App Router
* Update components/affix/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: lijianan <574980606@qq.com >
* Update components/badge/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: lijianan <574980606@qq.com >
* Update components/divider/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com >
Signed-off-by: lijianan <574980606@qq.com >
* Update components/cascader/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/list/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/mentions/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/qrcode/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/select/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/spin/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/steps/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/time-picker/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/transfer/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
* Update components/tree-select/index.tsx
Signed-off-by: lijianan <574980606@qq.com >
---------
Signed-off-by: lijianan <574980606@qq.com >
Co-authored-by: MadCcc <1075746765@qq.com >
2023-07-15 12:57:03 +08:00
栗嘉男
60a2ae6319
chore: merge master into feature
2023-07-04 11:41:25 +08:00
Rainey
e985f8e845
fix: mergedAppConfig dependency exception ( #43269 )
...
Signed-off-by: Rainey <xuebing_orz@icloud.com >
2023-06-29 19:27:30 +08:00
Lennox Omondi
41fe4ced89
docs: Fix typo in App Component english version ( #43235 )
...
Typo fix for App documentation
2023-06-28 11:37:14 +08:00