叶枫
502dac12aa
docs: format code ( #48309 )
...
* docs: fix code
* feat: lint
* feat: prettier
* feat: test
* feat: review
* feat: format html
* feat: format html
2024-04-08 14:04:08 +08:00
lijianan
00f4ed3dc9
type: params type support generic ( #43211 )
...
* type: type optimization
* test: add test case
2023-06-29 13:03:52 +08:00
daisy
7a7ee61fd7
fix(Breadcrumb): items dropdownProps loss ( #43151 )
...
* fix(Breadcrumb): items dropdownProps loss
* chore: revert demo
* test: add test
2023-06-23 00:45:47 +08:00
MadCcc
7322aa6f5f
Revert "chore: migrate to vitest ( #42506 )" ( #42900 )
...
This reverts commit 6759887c44
.
2023-06-07 21:59:21 +08:00
Dunqing
6759887c44
chore: migrate to vitest ( #42506 )
...
* chore: migrate to vitest
* chore: update ci
* fix: test correctly
* test: support puppeteer
* chore: update coverage
* chore: update include/exclude
* chore: update config
* test: update incorrect tests
* chore: update script
* chore: update
* fix: should close browser at the ended
* chore: improve
* fix: test cause tsc error
* fix: eslint error
* chore: exclude correctly
* test: update snap and fix some tests
* chore: update test config
* fix: countup.js
* fix: incorrect test
* chore: update reference
* test: update
* fix: countup.js
* fix: timeout
* chore: update site test
* fix: fixed countup version
* chore: remove unsed code
* test: update
* test: update demo timeout
* test: update timeout
* chore: update image test
* chore: update threads
* fix: image/svg+xml test failed
* chore: limits threads
* test: update test coverage include
* chore: remove jest files
* chore: rename jest to vi
* chore: update document
* chore: fix missing @types/jsdom
* chore: update coverage
* chore: update snap
* fix:watermark test cases are incorrect
* feat: update ignore comment
* test: fix test case
* test: reset body scrollTop
* test: clean up
* test: use vi
* test: update snapshot
* test: update snapshot
* test: fix dropdown test failed
* fix: toHaveStyle cause test fail
* test: improve test case
* test: fix
* fix: color failed, refer to https://github.com/jsdom/jsdom/pull/3560
* test: fix
* test: fix
* test: fix circular import
* test: revert
* ci: coverage failed
* test: fix c8 ignore comment
* chore: incorrect config
* chore: fix ignore ci
* test: revert svg+xml
* test: fix realTimers
* feat: rc-trigger should be remove
* test: fix some failed test
* chore: remove unused deps and configure eslint-plugin-vitest
* test: update snap
* chore: remove jest
* test: fix lint error
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-06-07 11:54:50 +08:00
lijianan
b352bad62a
🧪 test: fix master ci fail ( #41451 )
2023-03-26 12:01:14 +08:00
JiaQi
950f7cf2c1
refactor(Breadcrumb): Support for customized key ( #41434 )
2023-03-25 14:00:20 +08:00
二货爱吃白萝卜
c6de488432
fix: BreadcrumbItem menu type ( #41373 )
...
* fix: BreadcrumbItem menu type
* Update components/breadcrumb/BreadcrumbItem.tsx
Co-authored-by: acyza <101238421+acyza@users.noreply.github.com>
---------
Co-authored-by: acyza <101238421+acyza@users.noreply.github.com>
2023-03-21 16:00:28 +08:00
acyza
6c8082a474
fix: BreadcrumbItemType missing onClick func ( #41283 )
...
* feat: BreadcrumbItemType add onClick
* chore: update
* fix: 补充className
* chore: update
2023-03-17 11:26:36 +08:00
黑雨
413e44a170
feat: breadcrumb support items ( #40543 )
...
* feat: breadCrumb support items
* feat: update snap
* feat: 删除部分不支持的test case
* feat: update snap
* feat: update snap
* feat: update snap
* feat: update ts
* feat: update ts
* feat: update ts
* feat: update for reviewer
* doc: update for doc
* doc: update for doc
* doc: replace breadcrumbName to title
* doc: replace breadcrumbName to title
* doc: replace breadcrumbName to title
* chore: adjust separator logic
* refactor: use items
* chore: update logic
* chore: fix routes logic
* chore: fix logic
* chore: clean up
* chore: adjust warning info
* doc: edit test case
* feat: update snap
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-03-05 20:57:49 +08:00
ChenXiao
0e9623ccb0
fix(Breadcrumb): fix wrong overlay deprecation warning in Dropdown when use Breadcrumb with menu props ( #40211 )
...
* fix(Breadcrumb): wrong overlay deprecation warning in Dropdown when use Breadcrumb with menu props
* fix(Breadcrumb): fix wrong overlay deprecation warning in Dropdown when use Breadcrumb with menu props
2023-01-18 15:39:00 +08:00
lijianan
5ef12dfaa5
chore: fix typo ( #38568 )
2022-11-15 15:51:34 +08:00
lijianan
8cd60cc9bd
fix: Breadcrumb overlay deprecated warning ( #38567 )
...
* fix: incorrect warning
* Update components/breadcrumb/__tests__/Breadcrumb.test.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-15 15:10:47 +08:00
JarvisArt
a41e14dfaf
feat: Dropdown support menu and dropdownRender ( #37885 )
2022-10-23 00:33:45 +08:00
lijianan
19eabb0819
fix: should support number 0 ( #38006 )
...
* fix: should support number `0`
* fix: should support number `0`
* test: add snap
* test: add snap
* test: add snap
* test: add snap
2022-10-14 11:37:48 +08:00
lijianan
c2d7fe4f0d
chore: delete Enzyme ( #37854 )
...
* chore: delete Enzyme
* fix: fix
2022-10-06 13:51:02 +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