二货爱吃白萝卜
d9b6bc7539
fix: In shadow root inject style logic ( #37677 )
2022-09-21 17:43:07 +08:00
二货爱吃白萝卜
5a68bad59d
refactor: Drawer PurePanel only need Drawer panel part ( #37676 )
...
* refactor: Drawer Panel component extrac
* chore: PurePanel
* chore: PurePanel styled
* test: Update snapshot
2022-09-21 16:35:01 +08:00
二货爱吃白萝卜
c77ae2e4de
docs: Add desc about Text ellipsis ( #37670 )
2022-09-21 14:11:56 +08:00
MadCcc
5456c6c2c4
chore: bump version to 5.0.0-experimental.26
2022-09-21 10:36:08 +08:00
MadCcc
5966ee19d1
fix: segmented sm style ( #37666 )
2022-09-21 10:35:14 +08:00
MadCcc
c61f283487
feat: switch motion ( #37658 )
...
* feat: switch motion
* chore: code clean
* feat: active text offset
* chore: update snapshot
2022-09-20 21:51:28 +08:00
MadCcc
c60fc82ab3
style: v5 style optimization ( #37634 )
...
* style: ui update
* style: v5 style optimization
* chore: code clean
* style: modal close btn style
* style: notification close button style
* chore: code clean
2022-09-20 21:50:36 +08:00
杨腿_
0054ff9dfd
feat: add icon to collapsible ( #37566 )
...
* feat: add icon to collapsible in collapse
* fix: typo
* Apply suggestions from code review
* test: update snapshot of collapsible.md
* feat: edit api support version
* feat: edit api support version
* fix: reinstall modules and update snapshots
Co-authored-by: yangchen7 <yangchen7@360.cn>
Co-authored-by: afc163 <afc163@gmail.com>
2022-09-20 19:32:18 +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
afc163
a1d86cbd09
fix: Anchor current not changed ( #37644 )
...
close #37627
2022-09-20 11:06:51 +08:00
MadCcc
45585b9478
docs: remove react17 demo ( #37641 )
...
* docs: remove react17 demo
* test: fix lint
2022-09-20 10:15:57 +08:00
dependabot[bot]
04cea3cf0d
chore(deps-dev): bump inquirer from 8.2.4 to 9.1.2 ( #37636 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 8.2.4 to 9.1.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.4...inquirer@9.1.2 )
---
updated-dependencies:
- dependency-name: inquirer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-20 10:00:05 +08:00
二货爱吃白萝卜
f7782a05a9
fix: Animated default set ( #37642 )
...
* fix: Animated default set
* test: Update test case
2022-09-19 23:37:12 +08:00
MadCcc
415c22bc8c
refactor: menu theme style ( #37640 )
2022-09-19 22:17:26 +08:00
MadCcc
c15bdcf1dd
style: set tabpane outline to none ( #37638 )
2022-09-19 21:56:05 +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
github-actions[bot]
a2fb4e7744
chore: auto merge branches ( #37633 )
...
chore: Feature merge master
2022-09-19 09:31:38 +00:00
二货机器人
cdc20027b5
chore: merge master
2022-09-19 17:09:36 +08:00
lijianan
c1ee787c68
fix: eslint error fix ( #37630 )
...
* fix: eslint error fix
* chore: update rc-input-number
2022-09-19 16:30:44 +08:00
二货爱吃白萝卜
09b6032ec4
fix: Table column.title missing filters
prop ( #37629 )
...
* fix: Table title missing filter data
* test: add test case
2022-09-19 15:29:26 +08:00
MadCcc
bcfb3c9fc6
fix: should not override map token with seed token ( #37582 )
...
* fix: fix steps color
* fix: should not override maptoken with seedtoken
2022-09-19 15:08:09 +08:00
黑雨
032a71368f
Tree data driven ( #37626 )
...
* feat: edit demo to data driven
* feat: edit demo to data driven
2022-09-19 14:05:20 +08:00
clean99
82a971a433
test: refactor alert tests ( #36954 )
...
* add userEvent dependence
* Alert(test): refactor closable test with userEvent and more precise expect api
* Alert(test): remove duplicate test of closable
* Alert(test): remove duplicate test of closable
* Alert(test): refactor attributes setting tests
* Alert(test): refactor ErrorBoundary tests
* Alert(test): refactor ErrorBoundary tests
* Alert(test): refactor ErrorBoundary tests
* Alert(test): refactor Popconfirm tests
* Alert(test): refactor icon test
* Alert(test): refactor tooltip test
* Alert(test): remove useless descible for perventing nesting
Co-authored-by: ian.xufeng <ian.xufeng@shopee.com>
2022-09-19 13:41:00 +08:00
kiner-tang(文辉)
2415c0f636
feat: Badge support colorful custom count style ( #37609 )
...
Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
2022-09-19 11:52:17 +08:00
二货机器人
b115c576e8
chore: bump 5.0.0-experimental.25
2022-09-19 11:39:18 +08:00
二货爱吃白萝卜
24d2074ca4
fix: PurePanel width measure ( #37624 )
...
* fix: PurePanel width measure
* test: Update snapshot
2022-09-19 11:37:44 +08:00
黑雨
87aad19fc8
feat: AutoComplete edit demo to data driven ( #37592 )
...
* feat: edit demo to data driven
* feat: update lint
* feat: update lint
2022-09-19 11:28:36 +08:00
黑雨
8404db403a
docs: Tree select data driven ( #37622 )
...
* feat: tree-select edit demo to data driven
* feat: update for lint
2022-09-19 11:00:17 +08:00
lijianan
cce5f00b5b
fix: performance optimization ( #37615 )
2022-09-19 09:56:45 +08:00
lijianan
aa914cb198
chore: add deprecated warning message ( #37617 )
2022-09-19 09:55:11 +08:00
lijianan
583d08b473
test: add mockRestore ( #37618 )
2022-09-19 09:54:55 +08:00
二货爱吃白萝卜
b4898946ea
fix: visible follow up of confirm back to true ( #37613 )
2022-09-18 11:22:05 +08:00
afc163
48dfe20b55
docs( ✨ ): release 4.23.2 ( #37602 )
2022-09-17 15:27:33 +08:00
edc-hui
e3f0c5992d
fix(Card): with tabList props still warning deprecated TabPane and update jest snapshot ( #37537 )
2022-09-17 14:45:05 +08:00
edc-hui
ff6fd118de
fix(Table): filterSearch function does not execute when filterMode is tree ( #37587 )
2022-09-17 14:22:26 +08:00
二货爱吃白萝卜
646b71b418
fix: Tooltip not override children className when it's not a string type ( #37598 )
...
* fix: Tooltip not override children className when it's not a string type
* chore: bump rc-select
2022-09-17 13:06:24 +08:00
二货机器人
08a47a9212
docs: Modify res title for Raycast usage
2022-09-17 11:20:47 +08:00
叶枫
bcd9dca1e2
feat: add raycast ( #37589 )
...
* feat: add-raycast
* feat: doc
* feat: doc
2022-09-16 22:03:25 +08:00
黑雨
65f067eb13
feat: Steps supports items ( #37531 )
...
* feat: support items
* feat: update demo
* test: update package
* test: update use type
* test: update for test
* test: update for lint
* feat: update doc
* test: update for lint
* test: update for lint
* test: update for lint
* test: add deprecated dome
* test: add deprecated dome
* doc: update doc
* feat: update package
* test: add test case
2022-09-16 15:52:14 +08:00
github-actions[bot]
87f9cf362b
chore: auto merge branches ( #37579 )
...
chore: next merge master
2022-09-16 07:41:16 +00:00
MadCcc
607ad0dfdd
feat: alpha color ( #37574 )
...
* feat: alpha color
* chore: update
2022-09-16 14:58:05 +08:00
xrkffgg
7da32ce007
ci: support skip-label ( #37482 )
2022-09-16 13:51:45 +08:00
MadCcc
6df3bbb4ed
docs: v5 customize theme ( #37550 )
...
* docs: v5 customize theme
* chore: code clean
* docs: more token
* docs: add subtitle
* docs: update
* docs: update api
2022-09-16 10:38:08 +08:00
bowen-wu
3619caf1b4
refactor: delete deprecated React.ReactChild ( #37551 )
...
use React.ReactElement | string | number to replace the deprecated React.ReactChild
2022-09-16 09:59:38 +08:00
MadCcc
3515a40706
refactor: ConfigProvider theme API update ( #37568 )
...
* refactor: ConfigProvider theme support component alias
* test: fix test case
* chore: code clean
* test: fix lint
* test: fix tsx-demo
2022-09-15 21:26:04 +08:00
MadCcc
8bdabe25e0
chore: bump version to 5.0.0-experimental.24
2022-09-15 19:53:15 +08:00
二货爱吃白萝卜
c161ab6e40
chore: Fix Argos build diff fail of outside contributor ( #37555 )
2022-09-15 14:50:57 +08:00
二货爱吃白萝卜
b24e9ef846
fix: ant- prefix default set font family & size ( #37541 )
...
* fix: missing global font size
* chore: patch fontsize
* chore: clean up
2022-09-15 11:37:10 +08:00
binyellow
130b7c222b
docs: modify the onChange description of the Upload document ( #37553 )
2022-09-15 10:51:09 +08:00
github-actions[bot]
9293d1043a
chore: auto merge branches ( #37543 )
...
chore: next merge master
2022-09-14 07:31:40 +00:00