MadCcc
|
452bdcdb53
|
refactor: select support css var (#45727)
* refactor: select support css var
* chore: code clean
* chore: add useCSSVarCls
* chore: update style
* chore: perf code
|
2023-11-09 09:35:45 +08:00 |
|
MadCcc
|
96fa23ea7c
|
refactor: Tooltip, Popover, Dropdown, Tour support css var (#45705)
* feat: Tooltip, Popover, Dropdown, Tour support css var
* chore: update snapshot
* chore: code clean
* chore: code clean
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* chore: add test
|
2023-11-08 14:56:15 +08:00 |
|
MadCcc
|
5f1dd427df
|
feat: css var (#45589)
* feat: css variables theme
* chore: temp
* chore temp
* chore: temp
* chore: temp
* chore: tmp
* chore: temp
* feat: full css variables
* feat: css var
* chore: code clean
* chore: code clean
* chore: bump cssinjs
* test: fix lint
* feat: better key logic
* feat: useStyle add param rootCls for cssVar scope
* chore: fix lint
* chore: code clean
* chore: fix lint
* perf: minimize component token size
* chore: make useId compatible
* chore: code clean
* chore: fix lint
* chore: code clean
* chore: update test case
* feat: genCSSVarRegister
* feat: RPN Calculator
* chore: add test for css var
* chore: code clean
* test: add test for calc
* feat: better calc type
* chore: code clean
* chore: update size limit
* feat: better useCSSVar
* chore: better useCSSVar
* test: add cov
* feat: better calc logic
* test: add test case
* chore: code clean
---------
Signed-off-by: MadCcc <madccc@foxmail.com>
|
2023-11-06 10:31:51 +08:00 |
|
lijianan
|
8b486f3d7f
|
Merge branch master into master-merge-feature
|
2023-10-15 11:33:10 +08:00 |
|
Alexey Teterin
|
bce43064ff
|
fix: CSP nonce attribute should be set to all the style tags (#45326) (#45334)
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
|
2023-10-13 23:14:49 +08:00 |
|
二货爱吃白萝卜
|
bef9539e22
|
feat: Table support scrollTo reference (#45245)
* feat: add ref
* feat: table support reference
* chore: rename
* chore: proxy
* test: add test case
* chore: fix lint
* docs: update desc
* docs: update desc
* docs: update desc
* chore: clean up
* chore: fix lint
|
2023-10-11 13:55:20 +08:00 |
|
二货爱吃白萝卜
|
d3c2f75ed3
|
refactor: ConfirmModal layout to fix batch of bug (#44557)
* refactor: Modal confirm style
* test: fix test case
* chore: merge wireframe
* chore: modify limit
* test: update snapshot
|
2023-08-31 22:21:32 +08:00 |
|
二货爱吃白萝卜
|
acdf1153fa
|
refactor: Extract Tag unused style (#44512)
* refactor: tag status as extract style
* chore: add key
* chore: preset of it
|
2023-08-29 19:43:48 +08:00 |
|
二货爱吃白萝卜
|
7a66d46051
|
refactor: Form style should always before Grid (#44485)
* fix: use css variable to support dynamic display
* chore: support order
* chore: add ie fallback
* chore: add ie fallback
|
2023-08-29 15:48:03 +08:00 |
|
二货爱吃白萝卜
|
a95662d0e1
|
refactor: button default not use compact style (#44475)
* refactor: button default not use compact style
* chore: clean up
|
2023-08-28 21:42:39 +08:00 |
|
红
|
3e171a9f4f
|
feat: default add resetIcon Style (#41208)
* feat: default add resetIcon Style
chore: remove
test: add case
feat(App): icon reset style feature
Revert "feat(App): icon reset style feature"
This reverts commit be6905553dcabbd490ad60be0c08c8328736bd62.
Revert "chore: remove"
This reverts commit 417d5f90051a342325ccc9b5cbf3d249ab0ec826.
chore: update
chore: update
* chore: update
* chore: resolve import
* chore: update code style
|
2023-08-28 10:49:18 +08:00 |
|
二货爱吃白萝卜
|
ca0396859b
|
refactor: abstract ribbon style (#44451)
|
2023-08-27 23:48:56 +08:00 |
|
二货爱吃白萝卜
|
a96e1bf04e
|
docs: fix ssr a link style (#43862)
|
2023-07-28 11:17:29 +08:00 |
|
二货爱吃白萝卜
|
6ff18d1786
|
enhance: antd style at top (#43847)
|
2023-07-27 16:07:48 +08:00 |
|
二货爱吃白萝卜
|
39d3baef43
|
enhance: not extract message notification style in SSR (#43808)
* enhance: message not render style in SSR
* enhance: notification not render style in SSR
* docs: not render App if in demo page
|
2023-07-26 11:03:42 +08:00 |
|
MadCcc
|
358905027a
|
feat: move colorLink to seedToken (#43183)
* feat: move colorLink to seedToken
* feat: follow colorInfo
|
2023-06-26 11:23:50 +08:00 |
|
github-actions[bot]
|
f066df8dc7
|
chore: auto merge branches (#42932)
chore: merge master into feature
|
2023-06-09 08:57:50 +00:00 |
|
MadCcc
|
7322aa6f5f
|
Revert "chore: migrate to vitest (#42506)" (#42900)
This reverts commit 6759887c44 .
|
2023-06-07 21:59:21 +08:00 |
|
github-actions[bot]
|
27e86a0450
|
chore: auto merge branches (#42870)
chore: feature merge master
|
2023-06-07 04:22:36 +00: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 |
|
kiner-tang(文辉)
|
b88ac06b8c
|
refactor(Theme): solve theme circular dependency issue (#42852)
* refactor: solve theme circular dependency issue
* refactor: solve theme circular dependency issue
* refactor: solve theme circular dependency issue
* refactor: solve theme circular dependency issue
* refactor: solve theme circular dependency issue
* refactor: solve theme circular dependency issue
|
2023-06-06 17:44:30 +08:00 |
|
MadCcc
|
cdf9b4660f
|
refactor: menu token rename (#42848)
* refactor: menu token rename
* chore: update snapshot
* chore: UPDATE TEST CASE
* fix: fix gap as 4px
* fix: popup transform origin
|
2023-06-06 16:11:18 +08:00 |
|
MadCcc
|
5e2732a03c
|
Merge branch 'master' into feature-merge-master
|
2023-05-23 17:02:34 +08:00 |
|
MadCcc
|
4f9c8e2af2
|
fix: global token in Component Token override should be respected (#42535)
* fix: global token in Component Token override should be respected
* test: add snapshot
|
2023-05-23 13:39:05 +08:00 |
|
kiner-tang(文辉)
|
65d7a5b943
|
feat: migrate less to token for Skeleton (#42134)
* feat: migrate less to token for Message
* docs: update docs
* feat: add debug demo
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: update snapshots
* Update docs/react/migrate-less-variables.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
* feat: optimize code
---------
Co-authored-by: MadCcc <1075746765@qq.com>
|
2023-05-18 21:18:02 +08:00 |
|
github-actions[bot]
|
a83d2d7e7d
|
chore: auto merge branches (#42127)
chore: feature merge master
|
2023-05-04 03:30:50 +00:00 |
|
lijianan
|
c9bac13bc8
|
chore: Migrate CJS to ESM (#41809)
* add devDependencies
* rerun ci
* rerun ci
* update
* update
* fix
* chore: update
* fix
* fix
---------
Co-authored-by: MadCcc <1075746765@qq.com>
|
2023-04-28 14:32:23 +08:00 |
|
MadCcc
|
9e1934248b
|
Merge branch 'master' into feature-merge-master
|
2023-04-27 10:16:07 +08:00 |
|
Wuxh
|
f6c661ef5a
|
chore(typo): improve typescript declaration (#41907)
* chore(typo): improve typescript declaration
* Revert "chore(typo): improve typescript declaration"
This reverts commit d34091199292c9699552e0b8adf0b222ceee5940.
* chore(typo): improve typescript declaration
* Update components/theme/interface/components.ts
* Update components/theme/index.ts
* Update components.ts
|
2023-04-26 14:53:23 +08:00 |
|
二货爱吃白萝卜
|
60dbef4963
|
feat: Disable motion (#41856)
* feat: Add motion off
* chore: update motion seed
* chore: all motion disabled
* test: add test case
* chore: fix lint
* chore: fix cov
* chore: fix motion of Switch & Segemented
* test: ignore empty
|
2023-04-23 15:42:36 +08:00 |
|
afc163
|
9619c8c37e
|
style: remove Space font style (#40326)
* refactor: simplify code
* style: fix Space font style
* demo: fix Select demo
|
2023-04-10 10:29:26 +08:00 |
|
MadCcc
|
86b26e6935
|
fix: fix cycle-deps (#41499)
|
2023-03-28 12:12:36 +08:00 |
|
二货爱吃白萝卜
|
f0d3e43faa
|
fix: CP nonce should work on cssinjs (#41482)
|
2023-03-27 23:00:56 +08:00 |
|
MadCcc
|
e5930e61ed
|
feat: add lineWidthFocus (#40840)
* feat: add lineWidthFocus
* feat: apply token
* chore: code clean
|
2023-02-22 10:34:38 +08:00 |
|
MadCcc
|
8e5c31413a
|
Merge branch 'master' into feature-merge-master
|
2023-02-06 10:56:07 +08:00 |
|
MadCcc
|
12596a06f2
|
fix: optimize arrow style (#40521)
* perf: optimize arrow style
* chore: code clean
* chore: code clean
|
2023-02-03 14:36:46 +08:00 |
|
MadCcc
|
421ae105ad
|
refactor: adjust boxShadow token (#40516)
* refactor: adjust boxShadow token
* chore: code clean
|
2023-02-03 11:20:21 +08:00 |
|
MadCcc
|
c1390b20a9
|
fix: font-family for components (#39806)
* fix: font-family for components
* chore: code clean
|
2022-12-26 16:08:42 +08:00 |
|
github-actions[bot]
|
5d376aefb1
|
chore: auto merge branches (#39441)
chore: merge master into feature
|
2022-12-09 10:13:56 +00:00 |
|
MadCcc
|
91f9fc2ff9
|
perf: token update (#39428)
* fix: token update
* refactor: font map token
* chore: code clean
* chore: code clean
* chore: code clean
* chore: update snapshot
* chore: menu style
|
2022-12-09 17:52:34 +08:00 |
|
黑雨
|
db4ee53ffa
|
feat : new components app (#39046)
* feat : new components app
* feat: update app
* feat: update app
* feat: update app
* feat: update app
* feat: update app
* feat: update app
* feat: update app
* feat: update style
* feat: update style
* feat: update style
* feat: add style
* chore: code clean
* feat: add prefixCls
* chore: update snapshot
* chore: update snapshot
* chore: update snapshot
* test: image test
* Update components/app/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* feat : update for reviewer
* feat: update
* feat: update
* feat: update snap
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2022-12-06 17:45:10 +08:00 |
|
lijianan
|
240210a281
|
feat: New Component QRCode (#38948)
* feat: qrcode
* chore: code clean
* feat: New Component Qr-Code (#38891)
* feat: QrCode
* fix
* fix
* fix: fix bug
* fix: fix bug
* fix
* fix
* fix
* delete
* delete
* test case
* fix lint
* bundlesize
* demo
* fix: fix test
* remove dep
* update snap
* en docs
* refactor: rename tests dir
* Update components/qr-code/demo/base.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/base.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/download.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/download.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/download.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/logo.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qr-code/demo/logo.md
Co-authored-by: MadCcc <1075746765@qq.com>
* rename
* fix
* adjust text
* rename
* fix title
* rename
* rename
* fix: snap
* fix
* bundlesize
* update demo
* update docs
* add demo
* add docs
* add docs
* test: add warning
* update demo
* bundlesize
* update test case
* update demo
* feat: add onRefresh、add status
* fix: fix demo
* fix: fix demo
* add locale
* add locale
* add test case
* update snap
* fix demo
* update demo
* update demo
* update demo
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/interface.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/qrcode/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* Update components/qrcode/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* fix
* fix
* add decs
* fix
* fix
* fix type
* fix
* fix demo
* fix lint
* fix lint
* add test case for bordered
* prettier-ignore
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: 栗嘉男 <lijianan@lijianandeMacBook-Pro.local>
|
2022-12-05 14:15:26 +08:00 |
|
二货爱吃白萝卜
|
134647d12f
|
fix: form responsive logic (#39130)
|
2022-12-01 10:37:52 +08:00 |
|
MadCcc
|
5d9cb2e50d
|
refactor: Optimize theme export and add docs (#38902)
* refactor: Optimize theme export and add docs
* chore: fix lint
* chore: fix lint
* chore: fix lint
|
2022-11-23 20:22:38 +08:00 |
|
Tom Xu
|
77ea4038d1
|
chore: remo format and remove prettierrc arrowParens (#38722)
|
2022-11-19 13:47:33 +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 |
|
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 |
|
MadCcc
|
accf0d2856
|
chore: move common style to components (#38063)
* chore: move common style to components
* chore: update selector
* chore: rename
|
2022-10-17 21:08:44 +08:00 |
|
MadCcc
|
14ace2805a
|
chore: remove experimental warning (#38061)
* chore: remove experimental warning
* chore: code clean
|
2022-10-17 17:30:29 +08:00 |
|
MadCcc
|
514dedac92
|
feat: add common style to rootPrefixCls (#37810)
* feat: add common style to rootPrefixCls
* test: fix lint
|
2022-09-30 15:30:20 +08:00 |
|