Dave
|
d32a1fe274
|
fix(types): external module type error (CompoundedComponent) (#38666)
* fix(types): external module type error (CompoundedComponent)
* refactor(types): rename and replace internal CompoundedComponent type
|
2022-11-19 16:56:23 +08:00 |
|
Tom Xu
|
77ea4038d1
|
chore: remo format and remove prettierrc arrowParens (#38722)
|
2022-11-19 13:47:33 +08:00 |
|
afc163
|
f4d4135480
|
test: fix upload image test by skip one (#38676)
|
2022-11-18 15:19:20 +08:00 |
|
afc163
|
e027cbec1c
|
docs: format all markdown (#38629)
* chore: add prettier-ignore in markdown demo
* docs: format markdown api table
* docs: format markdown api table
|
2022-11-17 17:31:26 +08:00 |
|
二货机器人
|
a099cf635d
|
test: update test
|
2022-11-13 15:07:36 +08:00 |
|
二货机器人
|
ac85fbec6f
|
chore: merge master
|
2022-11-13 14:33:07 +08:00 |
|
lijianan
|
d52b8c6afb
|
type: type optimization (#38510)
|
2022-11-11 18:15:02 +08:00 |
|
二货爱吃白萝卜
|
cbcfd38ca7
|
docs: v5 site upgrade (#38328)
* build: try to use dumi as doc tool
* docs: migrate demo structure to dumi way
* refactor: use type export & import
* docs: migrate demo previewer to dumi
* docs: create empty layout & components
* docs: apply custom rehype plugin
* docs: create empty extra pages
* docs: Add Banner component
* chore: move theme tsconfig.json
* docs: home page init
* docs: migrate header (#37896)
* docs: header
* docs: update
* docs: home init
* clean up
* test: fix site lint
* chore: tsc ignore demo
* chore: dumi demo migrate script
* chore: cards
* docs: home layout
* docs: Update locale logic
* docs: fix getLink logic
* chore: fix ci (#37899)
* chore: fix ci
* ci: remove check-ts-demo
* ci: preview build
* test: ignore demo.tsx
* chore: update script
* test: update snapshot
* test: update node and image test
* chore: add .surgeignore
* docs: layout providers (#37908)
* docs: add components sidebar (#37923)
* docs: sidebar
* docs: update docs title
* docs: update design doc
* chore: code clean
* docs: handle changelog page
* docs: add title
* docs: add subtitle
* docs: active header nav
* chore: code clean
* docs: overview
* chore: code clean
* docs: update intl (#37918)
* docs: update intl
* chore: code clean
* docs: update favicons
* chore: update testPathIgnorePatterns
* chore: code clean
* chore: code clean
* chore: copy 404.html (#37996)
* docs: Home page theme picker
* chore: Update migrate script
* docs: home page update
* docs: theme editor style
* docs: theme lang
* chore: update migrate.js
* docs: fix demo (#38094)
* chore: update migrate.js
* docs: update md
* docs: update demo
* test: fix snapshot
* chore: move debug to code attr in migrate script
* chore: update md
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
* feat: overview page
* feat: Migrate `404` page (#38118)
* feat: migrate IconSearch component (#37916)
* feat<site/IconSearch>: copy IconDisplay from site to .dumi
* feat<site/IconSearch>: change docs of icon
* feat<site/IconSearch>: tweak
* feat<site/IconSearch>: use useIntl instead of injectIntl
* feat<site/IconSearch>: fix ts type error
* feat<site/IconSearch>: use intl.formatMessage to render text
* docs: Adjust home btn sizw
* docs: Update doc
* feat: v5 site overview page (#38131)
* feat: site
* fix: fix
* feat: v5 site overview page
* fix: fix path
* fix: fix
* fix: fix
* docs: fix margin logic
* feat: v5 site change-log page (#38137)
* feat: v5 site change-log page (#38162)
* docs: site redirect to home pag
* docs: theme picker
* docs: use react-intl from dumi (#38183)
* docs: Theme Picker
* docs: update dumi config
* docs: home back fix
* docs: picker colorful
* docs: locale of it
* docs: update components desc
* docs: site of links
* docs: update components list
* docs: update desc
* feat: Migrate `DemoWrapper` component (#38166)
* feat: Migrate `DemoWrapper` component
* feat: remove invalid comments and add comment for `key` prop
* docs: FloatButton pure panel
* chore: update demo
* chore: update dumi config
* Revert "chore: update demo"
This reverts commit 028265d3ba .
* chore: test logic adjust to support cnpm modules
* chore: add locale alias
* docs: /index to /
* docs: add locale redirect head script
* chore: adjust compact
* docs: fix missing token
* feat: compact switch
* chore: code clean
* docs: update home
* docs: fix radius token
* docs: hash of it
* chore: adjust home page
* docs: Add background map
* docs: site theme bac logic
* docs: avatar
* docs: update logo color
* docs: home banner
* docs: adjust tour size
* docs: purepanl update
* docs: transfooter
* docs: update banner gif
* docs: content (#38361)
* docs: title & EditButton
* docs: content
* chore: fix toc
* docs: resource page
* docs: transform resource data from hast
* docs: filename & Resource Card
* chore: enable prerender
* chore: remove less
* docs: toc style
* chore: fix lint
* docs: fix Layout page
* docs: fix CP page
* chore: update demos
* docs: workaround for export dynamic html
* chore: enable demo eslint
* docs: table style
* fix: header shadow
* chore: update snapshot
* fix: toc style
* docs: add title
* docs: Adjust site
* feat: helmet
* docs: site css
* fix: description
* feat: toc debug
* docs: update config-provider
* feat: use colorPanel
* fix: colorPanel value
* feat: anchor ink ball style
* feat: apply theme editor
* fix: code block style
* chore: update demo
* chore: fix lint
* chore: code clean
* chore: update snapshot
* feat: ts2js
* chore: description
* docs: site ready for ssr
includes:
- move client render logic to useEffect in site theme
- extract antd cssinjs to a single css file like bisheng
- workaround to support react@18 pipeableStream for emotion
* chore: bump testing lib
* docs: font size of title
* chore: remove react-sortable-hoc
* chore: update snapshot
* chore: update script
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: zqran <uuxnet@gmail.com>
Co-authored-by: TrickyPi <530257315@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
|
2022-11-09 12:28:04 +08:00 |
|
二货机器人
|
d5cfd195dd
|
chore: merge master
|
2022-11-07 23:32:46 +08:00 |
|
lijianan
|
038c9d0763
|
type: optimization React.useRef type (#38388)
|
2022-11-04 18:36:54 +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 |
|
hms181231
|
00e5ca5ee9
|
test: Update upload test case (#38282)
|
2022-10-31 10:16:51 +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 |
|
Chuns Chen
|
cc5c4fed51
|
refactor: locale files reference path (#38194)
* chore: add locale files to npm pkg
* docs: locale files reference path
* docs: fix locale path
* chore: bump @ant-design/tools
* refactor: default locale file
* chore: add site wepack alias
* chore: bump @ant-design/tools
* fix: site theme locale reference path
* chore: add locale files to eslint ignore
* fix: markdown demo unable to resolve path to module antd/locale
|
2022-10-26 14:38:54 +08:00 |
|
MadCcc
|
2471bf88aa
|
test: fix test
|
2022-10-11 21:33:29 +08:00 |
|
MadCcc
|
03a1ae427d
|
Merge branch 'feature' into next-merge-feature
|
2022-10-11 20:29:55 +08:00 |
|
二货机器人
|
c376464329
|
fix: Upload disabled logic
|
2022-10-11 15:31:16 +08:00 |
|
二货机器人
|
5f28b2e5a4
|
chore: merge maaster
|
2022-10-11 14:54:30 +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 |
|
lijianan
|
09570f511f
|
refactor: delete defaultprops (#37853)
* refactor: delete defaultprops
* fix: update snap
* fix: update snap
* fix: fix
* fix: fix
* fix: fix
* fix: fix
|
2022-10-05 00:04:29 +08:00 |
|
Zheeeng
|
ea9b013bb1
|
refactor(locale): refine signature (#37824)
* chore: prefer using @internal annotation over other markups
* fix: typo
* fix: locale types
|
2022-10-01 22:17:14 +08:00 |
|
二货机器人
|
069e44bcc3
|
chore: merge master
|
2022-09-28 12:01:20 +08:00 |
|
二货机器人
|
ba26b4c196
|
chore: next merge master
|
2022-09-23 10:49:38 +08:00 |
|
Johnny-young
|
944f69c6a0
|
fix: Upload image type support heic & heif (#37651)
support apple image format: heic, heif
|
2022-09-23 10:44:55 +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 |
|
github-actions[bot]
|
87f9cf362b
|
chore: auto merge branches (#37579)
chore: next merge master
|
2022-09-16 07:41:16 +00:00 |
|
binyellow
|
130b7c222b
|
docs: modify the onChange description of the Upload document (#37553)
|
2022-09-15 10:51:09 +08:00 |
|
MadCcc
|
d1be33f224
|
Merge branch 'master' into next-merge-master
|
2022-09-14 10:31: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 |
|
afc163
|
b5ab2a944f
|
docs: Update fileList.md (#37480)
|
2022-09-08 19:28:56 +08:00 |
|
MadCcc
|
5174024561
|
test: fix test
|
2022-09-05 22:02:23 +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
|
e5e2159882
|
Merge branch 'feature' into master-merge-feature
|
2022-09-04 14:46:28 +08:00 |
|
MadCcc
|
0d50767aa8
|
Merge branch 'master' into next-merge-master
|
2022-08-30 13:05:50 +08:00 |
|
dependabot[bot]
|
7e7c47509f
|
chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 27.0.1 (#37291)
* chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 27.0.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 to 27.0.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.9.0...v27.0.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix eslint errors in test files
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2022-08-30 10:57:13 +08:00 |
|
二货机器人
|
d9a9fdc509
|
chore: merge next
|
2022-08-23 17:48:00 +08:00 |
|
yykoypj
|
3d8cd0b451
|
feat: switch visible to open for Modal (#37084)
* feat: switch visible to open for Modal
* test: depcated check
* docs: site api update
Co-authored-by: 二货机器人 <smith3816@gmail.com>
|
2022-08-23 16:55:57 +08:00 |
|
MadCcc
|
93908debec
|
feat: v5 radius (#37146)
* feat: v5 radius
* test: fix test
|
2022-08-19 10:10:51 +08:00 |
|
MadCcc
|
e6335e233c
|
Merge branch 'master' into next-merge-master
|
2022-08-15 15:20:39 +08:00 |
|
二货爱吃白萝卜
|
ad312b23a2
|
fix: Upload in React 18 sync problem (#36968)
* fix: sync flush
* test: test case
* test: fix deps
|
2022-08-09 16:29:48 +08: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 |
|
clean99
|
20a2bb3374
|
fix: testing act error (#36915)
* test: switch act from react-dom/test-utils to testing-library/react
* test: fix jest.runAllTimers usage with act
Co-authored-by: ian.xufeng <ian.xufeng@shopee.com>
|
2022-08-05 18:27:08 +08:00 |
|
MadCcc
|
ec3444a407
|
refactor: token udpate (#36892)
|
2022-08-04 16:16:50 +08:00 |
|
二货机器人
|
468e2dea19
|
chore: (merge master) cleanup less style
|
2022-08-01 17:30:14 +08:00 |
|
二货机器人
|
fa4f7f089d
|
chore: merge master
|
2022-08-01 17:12:27 +08:00 |
|
zhengjitf
|
ae43c269c3
|
fix: upload list item flashes after being removed in react18 (#36801)
|
2022-07-31 18:04:09 +08:00 |
|