azro352
117175ccb2
docs: add documentation in grid about changing the breakpoints values ( #39689 )
...
* Add documentation in grid about changing the breakpoints values
* Add sandbox demo
* Update components/grid/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2022-12-22 16:00:21 +08:00
Peach
6236e356b5
docs: update all site anchors ( #39687 )
...
* docs: update all site anchors
* docs: handle hash change from Link component
2022-12-22 14:12:26 +08:00
二货爱吃白萝卜
52f484d88e
fix: text add btn color in dark mode ( #39724 )
2022-12-22 11:17:16 +08:00
roottool
9f18f76619
docs: Fix typo ( #39722 )
2022-12-22 10:29:55 +08:00
JarvisArt
8c61261381
fix: table border adds transition animation ( #39713 )
2022-12-22 10:11:16 +08:00
azro352
328a800132
test: add test cases for breakpoints customize ( #39697 )
...
Rename useResponsiveObserve to useResponsiveObserver. Add validation of breakpoints values and test
2022-12-22 10:11:08 +08:00
JarvisArt
78592a5596
fix: card extra add padding ( #39646 )
...
* fix: card extra add padding
* fix: Correct the cardHeadHeight variable name
* chore: minHeight instead of padding
* fix: Alignment between title and extra in card tablist
2022-12-21 16:14:09 +08:00
MadCcc
527c71d207
docs: table demo in dark mode ( #39703 )
...
* docs: table demo in dark mode
* chore: update snaptshot
* chore: update
2022-12-21 15:01:52 +08:00
lijianan
b35fbcf7ac
fix: type definition optimization & add key for useModal ( #39701 )
...
* fix: add key for useModal
* fix
* fix
* fix lint
* revert
2022-12-21 14:39:12 +08:00
ChenXiao
e5c60c89b4
fix(grid): justify and align properties are not reactive for Row ( #39704 )
...
Co-authored-by: 陈小祥 <xiaoxiang930601@163.com>
2022-12-21 14:16:41 +08:00
afc163
b5f27c8982
fix: upgrade rc-table for a11y issue ( #39700 )
...
* fix: upgrade rc-table for a11y issue
* test: add test case for a11y
2022-12-21 14:01:05 +08:00
Martin Litvaj
d93bca1c44
#39694 Fix "two children with the same key" warning when using <App /> ( #39695 )
2022-12-21 09:09:28 +08:00
xrkffgg
d43b8e71b9
docs: add table rowScope ( #39686 )
...
* Update index.zh-CN.md
* Update index.en-US.md
2022-12-20 21:18:05 +08:00
Justin Sun
fdf7ad8d49
type: add hover action type ( #39665 )
...
* fix(float-button): add hover action type
* fix(float-button): make oClick ref judgment optional
2022-12-20 00:33:25 +08:00
元凛
5912c0d7b2
chore: fix merge
2022-12-19 20:55:33 +08:00
二货爱吃白萝卜
862231d07b
fix: Tabs inkBar in StrictMode ( #39653 )
...
* fix: tabs inkBar in StrictMode
* test: update snapshot
* test: update snapshot
2022-12-19 16:56:32 +08:00
Ayden
e60a7f711a
fix(component): badge auto width ( #39605 )
2022-12-19 16:54:13 +08:00
MadCcc
64edc6ddb5
chore: update control icon token ( #39644 )
2022-12-19 15:21:38 +08:00
JarvisArt
1ce7d3a13d
fix: Optimize the custom-dropdown demo style ( #39626 )
...
* fix: Optimize the custom-dropdown demo style
* chore: Using the token variable
2022-12-19 14:10:20 +08:00
黑雨
1eaf125528
fix: Fix tour step type ( #39382 )
...
* feat: fix-step-type
* feat: fix-step-type
* feat: add test
* feat: update test
* feat: update test snapshots
* feat: update test snapshots
* feat: update test snapshots
* fix: PurePanel style
* test: update snapshot
* feat: update package
* feat: fix-step-type
* feat: fix-step-type
* feat: add test
* feat: update test
* feat: update test snapshots
* feat: update test snapshots
* feat: update test snapshots
* feat: update package
* fix: PurePanel style
* test: update snapshot
* feat: update for checks
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2022-12-19 11:34:36 +08:00
lijianan
a0b713c98b
site: cc => fc ( #39635 )
2022-12-19 11:25:21 +08:00
lijianan
97cfc17278
chore: use const replace var ( #39632 )
2022-12-19 10:07:52 +08:00
MadCcc
26925bc01a
chore: update snap
2022-12-18 15:13:06 +08:00
MadCcc
a5324e8204
Merge branch 'feature' into feature-merge-master
2022-12-18 14:30:52 +08:00
MadCcc
bd15aaedd6
Merge branch 'master' into feature-merge-master
2022-12-18 14:28:58 +08:00
洋
f3231bc375
fix: disabled style miss when has href on Button ( #39456 )
...
* fix: disabled style miss when has href on Button
* fix: Space lead to change hover color
* style: format
* fix: use &&& solve type style effect
* fix: replace &&& with .ant-btn&:hover
* chore: add demo
* 更新文档Snapshot
* 更新ci快照
2022-12-17 15:48:29 +08:00
Noel Kim (김민혁)
a14b53b4c2
chore(date-picker): remove non-null assertion ( #39514 )
2022-12-16 15:52:00 +08:00
lijianan
1f5ab2d6a7
chore: remove lodash/debounce ( #39602 )
...
* chore: remove lodash/debounce
* fix test case
2022-12-16 15:02:32 +08:00
lijianan
b82c4bf205
chore: remove lodash/isEqual ( #39599 )
2022-12-16 11:52:46 +08:00
Chuns Chen
359eaa697b
fix: Table should not warn DefaultProps ( #39571 )
...
* fix: Table should not warn DefaultProps
* chore: update table snapshot
* fix: table test fail
* Revert "chore: update table snapshot"
This reverts commit 1afc95b5bda83c109999ff83f505676b4c623202.
* chore: update table snapshot
2022-12-15 20:45:58 +08:00
lijianan
120db80c25
type: Button type optimization ( #39533 )
...
* type: type optimization
* fix type
* fix type
* fix type
* update docs
2022-12-15 17:48:29 +08:00
二货机器人
fc3c2f19e6
docs: Fix App typo
2022-12-15 16:03:18 +08:00
二货爱吃白萝卜
b04b759597
docs: Add Form prefix demo ( #39580 )
...
* docs: Add prefix demo
* test: update snapshot
2022-12-15 16:01:52 +08:00
azro352
18400fbdee
Make breakpoints use the token feature ( #39105 )
...
* Add XXXL size
* Update index.zh-CN.md
* Update components/list/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Try to use `useToken` for building responsiveMap
* Try useResponsiveObserve
* Fix useResponsiveObserve
* Some try
* Some try
* Some try
* Remove impossible test
* Remove impossible test
* Fix token.screenXSMax
* Try to put test back as token.screenXSMax is fixed
* Remove impossible test now
* Subscribers, subuid and screen are no longer static
* reorganize def
* chore: not affect no-related file
* chore: not affect no-related file
* test: update test case
* chore: adjust memo logic
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2022-12-15 14:14:07 +08:00
lijianan
33f81aa01d
demo: update demo ( #39576 )
2022-12-15 12:06:17 +08:00
黑雨
01ae089b70
doc: Update app ( #39572 )
...
* feat: update doc
* Update basic.md
Co-authored-by: lijianan <574980606@qq.com>
2022-12-15 11:40:25 +08:00
MadCcc
dd03795c52
fix: segmented icon margin ( #39575 )
2022-12-15 11:38:08 +08:00
lijianan
ea43d23489
type: add FloatButtonGroupProps ( #39553 )
2022-12-15 10:19:22 +08:00
黑雨
49e8c13c24
feat: update app demo ( #39347 )
...
* feat: update demo
* feat: update app
* feat: update app
* feat: update app
* feat: update app
* Update index.tsx
* feat: update doc
* feat: update doc
* feat: reset doc
* feat: update doc
* feat: merge feature
* feat: update doc
* feat: update cover img
* feat: update doc
* feat: update doc
* feat: update doc
* feat: update snapshots
* feat: update doc
Co-authored-by: lijianan <574980606@qq.com>
2022-12-14 21:49:41 +08:00
yoyo837
0424ca14cd
Merge branch 'master' into mergeMaster
2022-12-14 17:30:07 +08:00
二货爱吃白萝卜
0fffe06bd9
chore: Select virtual=false
will bind to real element for a11y ( #39550 )
...
* chore: bump rc-select
* docs: update doc
* test: Update snapshot
* test: Update snapshot
2022-12-14 17:16:13 +08:00
洋
e65a18899b
feat[float-button]: add clickOutAutoClose feature ( #39501 )
...
* feat[float-button]: add clickOutAutoClose feature
* feat: change sourcecode
* fix: lint ts error
* test: add clickOutAutoClose test
* chore: function rename
* fix: bug
* fix: add dep
* fix: solve lint
* remove clickOutAutoClose api
* chore:format
* 还原md
* Update group-menu.md
* Update FloatButtonGroup.tsx
Co-authored-by: lijianan <574980606@qq.com>
2022-12-14 13:51:57 +08:00
dongfang
bcd32305bb
feat: ConfigProvider support select.showSearch ( #39531 )
2022-12-14 10:22:17 +08:00
lijianan
1a09cfeb2f
docs: update API ( #39539 )
2022-12-13 22:18:43 +08:00
dongfang
3039d62a72
fix: Slider tooltip missing animation ( #38492 ) ( #39463 )
...
* fix: change duration for zoom-big-fast to token.motionDurationFast
* fix: Slider tooltip missing animation (#38492 )
2022-12-13 22:01:25 +08:00
Zhongjan
a44aa120e1
fix(Table): unexpected horizontal scroll bar ( #39455 )
2022-12-13 21:59:35 +08:00
MadCcc
3daa5a9212
docs: add vite locale docs ( #39527 )
2022-12-13 18:07:28 +08:00
二货爱吃白萝卜
b4b156f76c
docs: update Transfer demo ( #39526 )
...
* docs: update transfer demo
* test: Update snapshot
2022-12-13 17:35:48 +08:00
二货爱吃白萝卜
153a24aa53
docs: update Table asnyc demo ( #39524 )
2022-12-13 17:04:12 +08:00
Amumu
ca5b9a6ae0
docs: CN
it. ( #39519 )
2022-12-13 15:49:05 +08:00