MadCcc
|
242b1713f5
|
Merge branch 'master' into next-merge-master
|
2022-10-26 14:56:44 +08:00 |
|
MadCcc
|
ffc09a2a0d
|
feat: compact theme (#38105)
* feat: compact theme
* chore: code clean
* chore: code clean
* chore: show dynamic theme in preview
* chore: code clean
* feat: compact algorithm
|
2022-10-25 17:04:36 +08:00 |
|
chrismorison-wt
|
7503caeb18
|
docs: fix docs for Alert closeIcon prop. Fixes #38123 (#38124)
|
2022-10-20 09:52:58 +08:00 |
|
MadCcc
|
03a1ae427d
|
Merge branch 'feature' into next-merge-feature
|
2022-10-11 20:29:55 +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
|
c569631f51
|
chore: fix typo customer (#37820)
* chore: prefer using @internal annotation over other markups
* fix: typo
|
2022-09-30 16:59:29 +08:00 |
|
MadCcc
|
eb9179464b
|
Merge branch 'master' into next-merge-master
|
2022-09-22 11:47:05 +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 |
|
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 |
|
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 |
|
MadCcc
|
b4f4873d54
|
feat: use filled icon by default (#37450)
* feat: use filled icon by default
* test: update snapshot
|
2022-09-08 09:51:32 +08:00 |
|
MadCcc
|
2cf245969b
|
feat: v5 motion duration adjustment (#37438)
|
2022-09-07 14:08:14 +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 |
|
MadCcc
|
ffef094c9c
|
fix: set icon line height 0 (#37287)
|
2022-08-29 19:06:55 +08:00 |
|
MadCcc
|
c0653c8a3c
|
feat: v5 margin (#37283)
* feat: v5 margin
* fix: alert icon line-height
|
2022-08-29 17:09:41 +08:00 |
|
MadCcc
|
93908debec
|
feat: v5 radius (#37146)
* feat: v5 radius
* test: fix test
|
2022-08-19 10:10:51 +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 |
|
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 |
|
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 |
|
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
|
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 |
|
afc163
|
4ca2a812e0
|
resolve conflict
|
2022-06-24 11:35:54 +08:00 |
|
afc163
|
a5fe576d48
|
chore: merge master to next
|
2022-06-24 11:32:42 +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 |
|
lijianan
|
4401c74a16
|
refactor: performance optimization (#36177)
* style: code style optimization
* style: code style optimization
* style: code style optimization
* style: code style optimization
* fix: Code style optimization
* style: format
|
2022-06-22 21:01:00 +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 |
|
zombiej
|
eda63041ff
|
chore: merge master
|
2022-06-10 17:17:54 +08:00 |
|
二货机器人
|
66c3639ed4
|
chore: bump rc-dialog version (#35969)
* chore: bump rc-dialog version
* chore: trigger
* chore: trigger
* docs: RM peer conflict demo
* chore: bump deps version
* chore: bump ver
* chore: bump
* chore: bump
* chore: test
* chore: rm peer
* chore: clean all peer
* chor: bump rc-image
|
2022-06-10 17:06:07 +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 |
|
社长长
|
990a602636
|
test: Replace alert part test with testing lib (#35736)
Co-authored-by: chenkan1 <chenkan1@huya.com>
|
2022-05-25 20:31:36 +08:00 |
|
二货机器人
|
8d558202cb
|
refactor: alert full token (#35702)
* refactor: alert full token
* chore: bump bundle size
* fix: miss token
|
2022-05-24 15:45:41 +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 |
|
章鱼
|
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 |
|
MadCcc
|
24773d5796
|
test: lint
|
2022-05-09 22:20:07 +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 |
|
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
|
5d54fa9be5
|
refactor: Alert migrate to genComponentStyleHook (#34912)
|
2022-04-07 21:29:50 +08:00 |
|
MadCcc
|
6776bb8916
|
docs: demo support react18 (#34843)
* docs: update demo
* chore: add script
* test: fix demo test
* docs: convert demos
* chore: move script
* test: remove react-dom import
* chore: update deps
* docs: update riddle js
* test: fix image test
* docs: fix riddle demo
|
2022-04-03 23:27:45 +08:00 |
|
二货机器人
|
d437f9fad9
|
refactor: More token used on component (#34766)
* chore: add fontSizeIcon
* chore: cascader
* chore: slider token
* chore: slider token
* chore: move to outline
* chore: input style
* chore: input align
* chore: slider full
* chore: align inputNumber
* chore: input token
* chore: input-number token
* chore: mention token
* fix: ts def
|
2022-03-29 15:57:39 +08:00 |
|
二货机器人
|
d952088650
|
refactor: More alias token (#34681)
* chore: colorHighlight
* chore: bgSecondary
* chore: colorLink
* chore: link style
* chore: rm fly variables
* chore: colorAction
* chore: add warning comment
* chore: token outline
* chore: colorBgXXX
* chore: alert
* rm: zIndex
* chore: rm zIndexComponent
* fix: tag color checkabl
* chore: tags tmp
|
2022-03-24 14:30:48 +08:00 |
|