二货机器人
|
d5cfd195dd
|
chore: merge master
|
2022-11-07 23:32:46 +08:00 |
|
MadCcc
|
9f88c1238a
|
feat: token update (#38314)
* feat: token update
* chore: update test
* chore: lint
* chore: code clean
* test: update test case
* feat: radius token update
* fix: form size
* chore: fix steps style
* chore: code clean
* chore: update test case
|
2022-11-01 15:06:38 +08:00 |
|
github-actions[bot]
|
6c6913c367
|
chore: auto merge branches (#38278)
chore: merge feature into master
|
2022-10-31 03:22:15 +00:00 |
|
Bojack
|
892ef7e925
|
fix: The text should read "No data" (#38127)
|
2022-10-30 21:33:23 +08:00 |
|
二货爱吃白萝卜
|
752d671acb
|
feat: DatePicker support presets (#38249)
* chore: basic style
* chore: all of token spread
* chore: default presets style
* docs: update presets
* chore: fix style
* chore: fix ts
* test: Update snapshot
* test: Update snapshot
* test: Update snapshot
* test: update snapshot
* chore: bump bundle size
* test: update snapshot
* chore: update picker style
* chore: rm useless content
|
2022-10-28 16:44:19 +08:00 |
|
Yuki Zhang
|
87b1a32aca
|
feat: css-in-js for Space.Compact (#38227)
* feat: css-in-js for Space.Compact
* chore: remove useless less files
* fix: lint issue
* refactor: improve code style
* chore: add bundlesize
|
2022-10-28 16:09:38 +08:00 |
|
MadCcc
|
5a218d0c4d
|
Merge branch 'master' into feature-merge-master
|
2022-10-27 21:57:59 +08:00 |
|
MadCcc
|
d4b7fb504f
|
Merge branch 'master' into next-merge-master
|
2022-10-27 21:55:12 +08:00 |
|
二货机器人
|
f311793e71
|
docs: Fix mistake of select listItemHeight. close #38228
|
2022-10-26 22:04:26 +08:00 |
|
MadCcc
|
5c72d04b10
|
Merge branch 'feature' into next-merge-feature
|
2022-10-19 17:46:21 +08:00 |
|
Yuki Zhang
|
c3e51506cc
|
feat: add Space.Compact (#37652)
* feat: add Space.Compact
* feat: update input style
* feat: add CompactItem for context memoize
* feat: add demo
* feat: update button style
* feat: update input style
* feat: 提取 getCompactClassNames 公用方法
* feat: update button style
* feat: update picker
* feat: add block prop for Space.Compact
* feat: use Space.Compact for Input#addonBefore/After
* feat: update addon
* refactor: compact
* feat: update
* feat: update
* feat: migrate styles to compact for new Input/Input.Search
* feat: organize input demo
* feat: add more button compact demo
* feat: resolve select border collapse
* feat: fix input addon select style
* feat: add input addon demo in Space
* feat: add useCompactItemContext hook
* feat: update compact-item style
* feat: rollback input#addon implements
* feat: rollback input#addon and input.search style
* feat: select border collapse
* feat: add Space.Compact demo
* feat: Space.Compact vertical for Button
* refactor: useCompactItemContext
* feat: update Button vertical demo
* feat: rtl for compact mixin
* feat: rtl for compact button
* feat: input rtl
* feat: add docs for Space.Compact
* test: add some tests for Space.Compact
* test: add tests
* feat: select style
* feat: handle select focus style
* feat: add useCompactItemContext for Picker and Cascader
* style: add compact-item style for cascader
* feat: support nested Space.Compact
* style: Input.Search in Space.Compact
* chore: clean
* feat: add useCompactItemContext for TreeSelect
* fix: lint issues
* fix: style lint
* docs: update demos for Space.Compact
* docs: update demo
* fix: add deps-lint-skip for space
* fix: add deps-lint-skip for space
* fix: handle edge case for useCompactItemContext
* test: add search test case
* chore: + bundlesize
* style: merge button compact style into one file
* style: improve style for nested compact
* fix: stylelint
* docs: update Space.Compact docs
* test: update demo snapshot
* test: update input debug test snapshot
* docs: update doccs for Space.Compact
* test: improve test cases for Compact
* docs: clean demos for Compact
* refactor: improve Space.Compact
* fix: add useCompactItemContext for Input.Search
* style: improve compact border-radius implementation
* refactor: use context to make nested compact works
* fix: input-number focused style
* refactor: remove useless style
* refactor: improve style for vertical compact
* test: update snapshot
* test: update snapshot for input
* refactor: improve compact-item-border-radius
* fix: search group in RTL
* style: improve style for button compact
* style: use after
* fix: stylelint
* chore: update snapshot
* style: improve button compact
* refactor: improve btn-icon-only style in compact
|
2022-10-18 16:23:10 +08:00 |
|
MadCcc
|
03a1ae427d
|
Merge branch 'feature' into next-merge-feature
|
2022-10-11 20:29:55 +08:00 |
|
二货机器人
|
5f28b2e5a4
|
chore: merge maaster
|
2022-10-11 14:54:30 +08:00 |
|
二货爱吃白萝卜
|
91586f5dcd
|
docs: FAQ about dropdownRender (#37906)
|
2022-10-09 17:47:43 +08:00 |
|
二货爱吃白萝卜
|
b7634968d7
|
test: Use SSR for testing demo (#37890)
* test: Use SSR for testing demo
* chore: fix lint
* test: align with react 18
|
2022-10-08 16:17:20 +08:00 |
|
Zheeeng
|
dcac4f66a4
|
fix: signatures for Upload (#37861)
|
2022-10-06 18:53:06 +08:00 |
|
kiner-tang(文辉)
|
92a3c719dc
|
feat: Components under Form support custom disabled to override disabled of Form (#37628)
* feat: 当表单组件处于一个禁用的表单时, 该表单组件的禁用状态应该优先取决于表单组件本身的禁用状态
* Update components/checkbox/Checkbox.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: reset mergedSize change
* feat: reset mergedSize change
* Update components/checkbox/Checkbox.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: 优化 Checkbox 组件 disabled 逻辑判断
* Update components/switch/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: remove upload default value
Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
Co-authored-by: MadCcc <1075746765@qq.com>
|
2022-09-20 16:48:59 +08:00 |
|
黑雨
|
91821d4d3a
|
feat: select edit demo to data driven (#37601)
* feat: select edit demo to data driven
* feat: edit demo to data driven
Co-authored-by: 二货机器人 <smith3816@gmail.com>
|
2022-09-19 18:01:16 +08:00 |
|
MadCcc
|
d1be33f224
|
Merge branch 'master' into next-merge-master
|
2022-09-14 10:31:17 +08:00 |
|
MadCcc
|
0a0f0e8a41
|
feat: v5 dropdown style (#37491)
* feat: v5 dropdown style
* feat: TimePicer item radius
|
2022-09-09 17:47:17 +08:00 |
|
黑雨
|
01ca7c7821
|
test: convert demo to testing-lib (#37381)
* test: replace testing-lib
* test: replace testing-lib
* test: replace testing-lib
* test: update snap
* test: replace testing-lib
* test: replace testing-lib
* test: update for lint
* merge: merge
* test: testing-lib
* test: replace testing-lib
* test: testing-lib
* test: testing-lib
* test: replace testing-lib
* test: replace testing-lib
* test: Replace test aria replacment logic
* test: Update snapshot
* chore: hack for id
* test: clean up
* test: clean demo
* chore: update
* test: snapshot update
* test: fix snapshot rep logic
* test: fix snapshot rep logic
* test: fix snapshot rep logic
* chore: update demo
* test: fix snapshot rep logic
* test: Update snapshot
* test: rest snapshot
* test: update snapshot
* test: Update test case
* test: config env
* chore: clean up
* chore: Use renderServer instead
* test: adjust testing logic
* test: modify test logic
* test: split ssr test
* test: skip if need skip
* chore: ignore test file covv
Co-authored-by: 二货机器人 <smith3816@gmail.com>
|
2022-09-09 15:51:35 +08:00 |
|
二货爱吃白萝卜
|
3623f2b901
|
chore: dropdownClassName support with legacy warning (#37460)
* chore: select legacy
* chore: auto complete tips
* chore: cascader warning
* chore: picker & treeselect
|
2022-09-08 14:33:11 +08:00 |
|
MadCcc
|
2cf245969b
|
feat: v5 motion duration adjustment (#37438)
|
2022-09-07 14:08:14 +08:00 |
|
MadCcc
|
d5c17a9a7c
|
Merge branch 'master' into next-merge-master
|
2022-09-05 21:26:04 +08:00 |
|
lijianan
|
c34caad24c
|
test: js => ts (#37392)
* test: js => ts
* test: add test
* fix: fix eslint error
* test: add test case
* fix: fix test error
* fix: fix eslint error
* fix: fix eslint error
* fix: eslint error fix
* fix: fallback eslint config & add test case
* test: add all test case
* fix: bugfix
* fix: bugFix
* fix: bugFix
* fix: bugFix
* fix: lint
* fix: add React.createRef
* fix: add breadcrumbName in Routes
* fix: any commit for restart ci/cd
* fix: remove type
* fix: test fix
* fix: test fix
* fix: add ts-ignore for id
* test: add Icon test case
* test: remove ts-ignore
* test: add Icon test case
|
2022-09-05 19:41:32 +08:00 |
|
MadCcc
|
ec13e824be
|
feat: v5 shadow & colorPrimary (#37254)
* feat: v5 shadow
* chore: color lint
* test: fix test case
|
2022-08-26 16:05:16 +08:00 |
|
黑雨
|
fc2b64e6ab
|
feat: replace dropdownClassName to popupClassName (#37091)
|
2022-08-22 15:54:34 +08:00 |
|
MadCcc
|
93908debec
|
feat: v5 radius (#37146)
* feat: v5 radius
* test: fix test
|
2022-08-19 10:10:51 +08:00 |
|
二货爱吃白萝卜
|
94edd8e917
|
refactor: Select like PurePanel remove motion and support auto width (#37117)
* refactor: Pure support open
* chore: fit content size
* test: Update snapshot
* test: back of snapshot
* test: ignore purePanel
|
2022-08-17 19:57:10 +08:00 |
|
MadCcc
|
e6335e233c
|
Merge branch 'master' into next-merge-master
|
2022-08-15 15:20:39 +08:00 |
|
afc163
|
9230196cf0
|
Merge branch 'feature' into master-merge-feature
|
2022-08-10 17:18:29 +08:00 |
|
cl1107
|
00f59d32f0
|
🐞 fix: .ant-select-selector是content-box导致宽度不正常 (#36971)
* 🐞 fix: .ant-select-selector是content-box导致宽度不正常
* 🐞 fix: add resetComponent
* 🐞 fix: genItemStyle add box-sizing:border-box
|
2022-08-10 17:16:46 +08:00 |
|
hydraZty
|
baf84e849f
|
style(Select): error border exclueds pagination (#36972)
Co-authored-by: hydraZty <hydra_zty@163.com>
|
2022-08-09 19:19:21 +08:00 |
|
github-actions[bot]
|
3115657010
|
chore: auto merge branches (#36944)
chore: feature merge master
|
2022-08-08 07:17:41 +00:00 |
|
MadCcc
|
dbff63666a
|
Merge branch 'master' into next-merge-master
|
2022-08-08 15:12:31 +08:00 |
|
clean99
|
1239910f66
|
test: change act import from utils use act wrap timer and not wrap fireEvent (#36921)
Co-authored-by: ian.xufeng <ian.xufeng@shopee.com>
|
2022-08-08 13:31:55 +08:00 |
|
二货机器人
|
d970d80fa0
|
chore: next merge feature
|
2022-08-05 15:23:36 +08:00 |
|
黑雨
|
8b05546367
|
feat: Replace dropdownClassName to popupClassName (#36880)
|
2022-08-05 11:21:07 +08:00 |
|
MadCcc
|
ec3444a407
|
refactor: token udpate (#36892)
|
2022-08-04 16:16:50 +08:00 |
|
二货机器人
|
394aba4afe
|
chore: merge master
|
2022-07-29 15:56:11 +08:00 |
|
afc163
|
1e88248903
|
docs: renew Select dropdownRender demo and FAQ (#36665)
* docs: renew Select dropdownRender FAQ and demo
* chore: update snapshot
* chore: fix Select demo tsc
* chore: fix Select demo tsc
|
2022-07-23 17:00:19 +08:00 |
|
MadCcc
|
1ad0553249
|
refactor: token update (#36637)
* refactor: token update
* refactor: token
* chore: error color
* fix: menu danger
|
2022-07-21 17:00:42 +08:00 |
|
zombiej
|
3ffd0d8a46
|
chore: next merge master
|
2022-07-15 11:23:50 +08:00 |
|
afc163
|
2255dbada6
|
docs: update select documentation
|
2022-07-14 19:27:37 +08:00 |
|
二货机器人
|
8a0764dd69
|
feat: Tooltip support pure render (#36512)
* chore: init
* feat: Pure Panel Tooltip
* test: snapshot
* chore: clean up
|
2022-07-13 23:06:28 +08:00 |
|
二货机器人
|
94a3d51cb0
|
feat: Dropdown support PurePanel (#36461)
* feat: Dropdown support PurePanel
* chore: clean up
|
2022-07-11 15:57:05 +08:00 |
|
MadCcc
|
cdbfe45df1
|
feat: generate anchor style for all components (#36460)
* test: fix lint
* chore: code clean
* doc: anchor color
* chore: style order
|
2022-07-11 15:35:58 +08:00 |
|
二货机器人
|
1bf275fa9a
|
feat: Picker support PureRender (#36458)
* feat: Picker support PureRender
* test: update snapshot
* fix: timepicker wrapper
|
2022-07-11 14:58:59 +08:00 |
|
二货机器人
|
254bbda86d
|
feat: Select like component support pure render (#36407)
* feat: support select pure render
* test: Update snapshot
* chore: fix pure render export ts
* chore: fix lint
* test: do not care about ssr
|
2022-07-07 20:05:19 +08:00 |
|
MadCcc
|
8e27cf986f
|
chore: rm component less file (#36244)
* chore: rm component less file
* refactor: less file
* refactor: rm less
* refactor: rm page-header and comment
* chore: rm less in components
* chore: update dist config
* chore: update image test
* chore: update dekko
* chore: rm lib dekko
* chore: update dist dekko
* chore: udpate bundle size
* test: update snapshot
* test: rm theme test
* test: update snapshot
* test: update snapshot
* chore: copy reset.css
* test: update image test
* chore: copy reset.css to es
* chore: update site script
|
2022-07-05 21:55:21 +08:00 |
|
MadCcc
|
9d7c11f391
|
Merge branch 'master' into next-merge-master
|
2022-07-03 09:42:26 +08:00 |
|
afc163
|
33400eee8f
|
chore: reduce css bundle size (#36307)
|
2022-06-30 10:21:31 +08:00 |
|
MadCcc
|
8e4f1c6836
|
refactor: token update (#36279)
* refactor: token update
* chore: add js doc
* test: fix lint
* test: update test
|
2022-06-28 20:33:01 +08:00 |
|
二货机器人
|
de2992f96f
|
chore: move path (#36243)
* chore: base move
* chore: all path
* chore: fix script
|
2022-06-27 14:25:59 +08:00 |
|
MadCcc
|
9f2f9bb57f
|
refactor: default theme with algorithm (#36175)
* refactor: alias token
* refactor: use palettes
* refactor: default theme
* chore: code clean
* refactor: component token
* feat: light tokens
* feat: add dark theme
* feat: dark derivative
* chore: code clean
* refactor: fix colorBgContainer
* refactor: rename token
* test: fix lint
* chore: code clean
* chore: code clen
* refactor: badge shadow color
* test: add test case
|
2022-06-24 11:11:42 +08:00 |
|
zombiej
|
8749c1ae04
|
chore: merge master
|
2022-06-22 15:18:03 +08:00 |
|
二货机器人
|
2c2c631bfd
|
chore: prettier components (#36171)
|
2022-06-22 14:57:09 +08:00 |
|
MadCcc
|
1bcfe0cce3
|
refactor: motion (#36136)
* fix: modal motion
* fix: image motion
* refactor: popover & tooltip motion
* chore: code clean
* refactor: move motion
* refactor
* chore: code clean
* refactor: dropdown support move motion
|
2022-06-21 00:34:51 +08:00 |
|
MadCcc
|
5639e1a5ba
|
feat: update token (#36095)
* feat: update token
* feat: update token
* fix: override ts definition
* fix: rename token
|
2022-06-17 18:47:47 +08:00 |
|
zombiej
|
cffc4f05aa
|
chore: merge master
|
2022-06-07 21:13:52 +08:00 |
|
MadCcc
|
1f080c299e
|
fix: Form.Item noStyle should not be affected by parent Form.Item (#35849)
* fix: Form.Item noStyle should not be affected by parent Form.Item
* test: update snapshot
* fix: status
* chore: code clean
* fix: modal and drawer
* test: fix lint
* chore: code clean
* refactor: noFormStyle
* chore: code clean
* revert: revert change in Form.Item
* chore: code clean
|
2022-06-06 23:39:00 +08:00 |
|
zombiej
|
461b605555
|
chore: next merge feature
|
2022-05-27 16:40:17 +08:00 |
|
zombiej
|
bd2b726199
|
chore: feature merge master
|
2022-05-27 16:13:19 +08:00 |
|
zhao-huo-long
|
1fda3ece9e
|
docs(select): fix type (#35726)
* fix: demo ts type
* mend
* Update select-users.md
|
2022-05-25 21:10:07 +08:00 |
|
zombiej
|
f58efe9b32
|
chore: merge master
|
2022-05-23 14:37:16 +08:00 |
|
zombiej
|
cd0ace3d40
|
chore: merge master
|
2022-05-21 22:14:15 +08:00 |
|
黑雨
|
905eada4a4
|
test: improve Select test case (#35633)
|
2022-05-20 12:18:27 +08:00 |
|
黑雨
|
370960ed6d
|
feat: add-testing-lib (#35626)
|
2022-05-19 16:27:24 +08:00 |
|
章鱼
|
7fd093bd0a
|
docs: feat components TS demo (#34742)
* docs: add general components TS demo
* docs: add layout components TS demo
* docs: add navigation components TS demo
* docs: add data entry components TS demo
* chore(deps): add types for qs
* docs: add data display TS demo
* docs: add feedback components TS demo
* docs: add other components TS demo
* chore(deps): add types
* docs: unified demo code style
* docs: fix lint error
* docs: add demo TS type
* docs: fix demo TS type
* test: update snapshot
* docs: fix TS demo
* feat: update Rate character type
* docs: fix lint error
* feat: update Rate character type
* feat: update Rate character type
|
2022-05-19 09:46:26 +08:00 |
|
二货机器人
|
aa9815303f
|
refactor: with empty token (#35606)
* refactor: with empty token
* chore: patch
* chore: more toke
* chore: add seedToken
* test: update snapshot
|
2022-05-18 15:37:27 +08:00 |
|
zombiej
|
8613d2ff2e
|
chore: merge feature
|
2022-05-16 17:16:52 +08:00 |
|
二货机器人
|
3d21ec54e2
|
refactor: reduce empty cycling deps (#35570)
* chore: rm in root
* chore: fix ts
* test: Update snapshot
* chore: ignore part
|
2022-05-16 16:34:42 +08:00 |
|
MadCcc
|
a32f5d69f8
|
Merge branch 'feature' into next-merge-feature
|
2022-05-13 14:42:49 +08:00 |
|
二货机器人
|
d7cdd88e3a
|
test: Update snapshot (#35529)
|
2022-05-13 10:57:10 +08:00 |
|
zombiej
|
e8d9c42565
|
test: Update snapshot
|
2022-05-13 10:14:09 +08:00 |
|
MadCcc
|
9ca7973521
|
refactor: image full token (#35465)
* refactor: image full token
* chore: remain switch size
* refactor: less token
* chore: text color
|
2022-05-10 17:30:01 +08:00 |
|
MadCcc
|
24773d5796
|
test: lint
|
2022-05-09 22:20:07 +08:00 |
|
MadCcc
|
1f5e271eb6
|
Merge branch 'master' into next-merge-master
|
2022-05-09 21:26:25 +08:00 |
|
afc163
|
594f138760
|
resolve conflict between feature and master
|
2022-05-08 17:01:54 +08:00 |
|
Tom Xu
|
1719748a29
|
chore: eslint add consistent-type-imports (#35419)
* chore: eslint add consistent-type-imports
* fix avatar
* Update Item.tsx
|
2022-05-07 14:31:54 +08:00 |
|
zombiej
|
84662ce774
|
chore: next merge feature
|
2022-05-06 18:46:16 +08:00 |
|
github-actions[bot]
|
85707ff36f
|
chore: auto merge branchs (#35347)
chore: Feature merge master
|
2022-05-01 10:16:06 +00:00 |
|
zombiej
|
3e69660e52
|
chore: merge master
|
2022-05-01 16:32:08 +08:00 |
|
Walid Cherhane
|
a21da91dcc
|
style: fix Select tag remove icon position (#35336)
The icon is pushed down a bit
|
2022-04-30 15:33:19 +08:00 |
|
afc163
|
e153cf07b0
|
docs: add instruction about tokenSeparators (#35329)
|
2022-04-29 21:23:39 +08:00 |
|
黑雨
|
b0a652580a
|
feat: Form disabled (#35210)
* feat: add form disabled
* feat: add form disabled
* feat: add radio disabled
* feat: update snap
* feat: add test case
|
2022-04-29 20:48:10 +08:00 |
|
MadCcc
|
eed87d6276
|
chore: remove keyframes declaration (#35231)
|
2022-04-26 01:00:39 +08:00 |
|
zombiej
|
4607346d3c
|
chore: next merge master
|
2022-04-22 13:36:51 +08:00 |
|
afc163
|
8f06430336
|
fix: DropDownProps => DropdownProps (#35161)
* fix: DropDown => Dropdown
* chore: leave DropDownProps for compatibility
|
2022-04-21 22:09:59 +08:00 |
|
MadCcc
|
a106459dd1
|
feat: add zoom animation (#35148)
* feat: support Keyframes as 'animationName' value
* feat: add zoom animation
* chore: code clean
* test: fix anim
* chore: move file
* chore: dep clean
|
2022-04-21 17:28:02 +08:00 |
|
MadCcc
|
1d91507a59
|
feat: support Keyframes as 'animationName' value (#35142)
|
2022-04-21 02:06:22 +08:00 |
|
afc163
|
756f06c2fe
|
chore: sync master into next branch
|
2022-04-20 11:30:55 +08:00 |
|
afc163
|
12d98f9ed6
|
chore: update snapshot due to rc-trigger bumped (#35106)
|
2022-04-20 00:16:39 +08:00 |
|
github-actions[bot]
|
16fb0e88a3
|
chore: auto merge branchs (#35054)
chore: sync master into next
|
2022-04-17 15:03:21 +00:00 |
|
afc163
|
0f0e2f9f43
|
docs: simplify demo code, #30853 (#35050)
|
2022-04-15 16:20:56 +08:00 |
|
zombiej
|
d907338d79
|
chore: merge feature
|
2022-04-12 15:59:36 +08:00 |
|
zombiej
|
a0d1440050
|
chore: merge conflict
|
2022-04-11 17:41:54 +08:00 |
|
MadCcc
|
101865cf7e
|
fix: statistic token (#34962)
* fix: statistic token
* fix: all components token
* test: fix lint
* chore: code clean
* Revert "chore: code clean"
This reverts commit 2c0e7d6ba3 .
|
2022-04-11 16:04:00 +08:00 |
|
二货机器人
|
5b8e4e51e9
|
chore: Compatible for @types/react@18 (#34937)
* chore: bump types def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: part ts def
* chore: free --legacy-peer-deps
* chore: ignore peer
* chore: fix ts logic
* chore: use fork docsearch
* chore: fix demo ts
|
2022-04-08 22:55:42 +08:00 |
|
MadCcc
|
821ac5bc97
|
refactor: select use genHook (#34891)
* refactor: select use genHook
* chore: code clean
* refactor: tree-select support genHook
* chore: code clean
* chore: code clean
* fix: tree style
|
2022-04-07 12:20:34 +08:00 |
|