133 Commits

Author SHA1 Message Date
dopamine
0ca1570aa1 chore: upgrade to Vue 3.5 (#22096)
* chore: upgrade deps

* chore: replace __ExtractPublicPropTypes with ExtractPublicPropTypes

* fix: get rid of type errors

* fix: resolve test errors with @vue/test-utils v2.4.6

* fix: resolve test errors with Vue 3.5.22

* ci: set pnpm flag

* chore: update the Vue peer dependency version

* Apply suggestion from @tolking

Co-authored-by: qiang <qw13131wang@gmail.com>

* docs: update example code

Co-authored-by: warmthsea <2586244885@qq.com>

* chore: remove csstype (#22487)

* chore: fix merge code type error

* chore: fix test:ssr error

- Cannot read properties of undefined (reading 'getSSRProps')

* chore: fix typecheck:vitest error

* chore: update pnpm yaml file

* test: fix collapse accordion error

* chore: update deps

* chore: fix type error

* chore: lock file

* chore: sync change

sync with the remove of vue macro

* refactor: use computed instead of eagerComputed

* fix: timeline.test.tsx typecheck

* chore: clean lock file

try dont throw CodeFactor issues in ci

did:
- rm pnpm-lock.yaml
- rm -rf ./**/node_modules
- pnpm store prune
- pnpm cache delete
- pnpm install

Also stay in 3.1.0 for vue-tsc in order to avoid the warnings of
template refs, see https://github.com/vuejs/language-tools/issues/5815

* chore: format code

---------

Co-authored-by: Dsaquel <291874700n@gmail.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: warmthsea <2586244885@qq.com>
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2025-12-16 09:34:03 +08:00
Noblet Ouways
899eeab499 chore: migrate fast-glob to tinyglobby (#23020)
* chore: migrate fast-glob to tinyglobby

* fix: ssr tests
2025-12-09 10:52:09 +01:00
btea
6caa8e5ec6 chore(play): add window error listener capture miss error (#22898)
feat(play): add window error listener capture miss error
2025-11-23 16:34:36 +01:00
rzzf
dcf9d42a7b chore(play): import the missing light theme variables (#22687) 2025-11-04 11:23:01 +01:00
一只前端汪
7c16480bcd refactor(style): Update Eslint to V9 and Prettier to V3 (#21949)
* refactor(style): Update Eslint to V9 and Prettier to V3

* fix: vscode color

* fix: vscode color

* chore: remove Useless dependence and old config file

* chore: format

* Merge branch 'dev' into eslintV9

* fix: fix

* fix: ssr test

* fix: ssr test

* fix: use defineConfig

* fix: prettier format and ignore docs dist

* fix: index.mjs => index.js

* fix: Vscode color

* fix: prettier ignore global.d.ts

* fix: format

---------

Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com>
2025-09-29 14:14:30 +08:00
Zhong
cb672f0ad1 chore: upgrade @element-plus/icons-vue 2.3.1 to 2.3.2 (#22343) 2025-09-28 23:59:30 +08:00
btea
043a22c8f6 chore(play): remove rollup-plugin-esbuild plugin (#19071) 2024-12-03 19:09:13 +08:00
qiang
ead1002533 chore(deps): update vite related dependency for play and docs (#18809)
* chore(deps): update vite related dependency for play and docs

* fix: type error

* fix: unocss

* chore: add port

* fix: types

---------

Co-authored-by: warmthsea <2586244885@qq.com>
2024-11-08 09:38:27 +08:00
DDDDD12138
aeccfdf8cd chore(play): update logo link (#18761)
fix: fix logo not showing in development play
2024-11-04 12:40:08 +08:00
sea
da60940ae3 chore: fix docs/play dev sass deprecation warning (#18427)
* chore: fix docs/play dev sass deprecation warning

* chore: update

* chore: update
2024-10-01 08:45:25 +08:00
dopamine
1ff3f6ba38 chore(play): use the postinstall hook to run the init script (#18385) 2024-09-29 15:11:54 +08:00
dopamine
abca9c078b fix(play): dayjs cahce miss (#18381) 2024-09-28 17:28:15 +08:00
dopamine
a76b6b129d chore(play): remove useless .eslintrc.json (#18339) 2024-09-24 14:50:54 +08:00
qiang
eb5595457e chore(play): add breakpoint debugging config for VS Code (#17447) 2024-07-08 14:31:23 +08:00
btea
2c0db96109 docs: format docs (#16364) 2024-06-13 07:34:47 +09:00
sea / 神秘海
9bd53e6079 feat(play): feedback components style (#17022)
fix: feedback component is missing
2024-05-30 17:29:52 +08:00
btea
ca264b0233 feat(play): custom namespace (#15677)
* feat(play): custom namespace

* chore: add comment
2024-01-31 16:00:43 +08:00
kooriookami
9f1ffc06cb chore(element-plus): update @element-plus/icons-vue version (#14968)
* chore(element-plus): update @element-plus/icons-vue version

closed #14944 #14948

* chore: update

* chore: update

* chore(element-plus): update

* chore(element-plus): update

* fix: lockfile

* fix: dts

* fix: types

---------

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-11-27 16:27:16 +08:00
btea
fd7f4df020 fix(play): apply esbuild plugin to tsx component (#14480) 2023-10-09 16:45:40 +08:00
btea
6524a2df60 chore(play): update unplugin-vue-components (#10393) 2022-11-03 18:58:29 +08:00
三咲智子
861a7953b4 refactor(components): switch to vue macros (#9306) 2022-09-16 22:57:41 +08:00
zz
e0e86a4c90 chore(play): improve import (#8468) 2022-06-28 16:25:52 +08:00
renovate[bot]
ca56e64fa3 chore(deps): update all non-major dependencies (#8484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 06:34:17 +08:00
renovate[bot]
4a8277ceb3 chore(deps): update all non-major dependencies (#8236)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-15 01:48:52 +08:00
류한경
3785e763a4 chore(play): fix lint (#8215) 2022-06-12 08:46:10 +08:00
renovate[bot]
697ac8c94b fix(deps): update all non-major dependencies (#7847)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-07 17:36:24 +00:00
三咲智子
1435581c0c fix(build): tree shaking (#8088) 2022-06-04 14:12:38 +00:00
三咲智子
74b1f90c91 chore: upgrade element plus icons (#8086) 2022-06-04 11:37:02 +00:00
renovate[bot]
799cee17f1 fix(deps): update dependency @element-plus/icons-vue to v2 (#7976)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-30 10:53:27 +08:00
三咲智子
7ff199c60f fix(build): enhance type check (#7880)
* fix(build): enhance type check

* feat: stricter ts check
2022-05-24 22:54:34 +08:00
三咲智子
517efb99dc fix: improve deps (#7763) 2022-05-20 17:41:27 +08:00
renovate[bot]
0a79c3e33b chore(deps): update all non-major dependencies (#7754)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-05-17 21:46:20 +08:00
renovate[bot]
dd84f90946 fix(deps): update all non-major dependencies (#7209)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-04-19 08:45:52 +08:00
Renovate Bot
ef9038ad71 chore(deps): update all non-major dependencies 2022-04-12 01:38:15 +08:00
weidehai
05d0eb8243 fix(play): vite exclude dts deps (#7089) 2022-04-11 00:29:07 +08:00
btea
b6208b423f chore(play): update import (#7069) 2022-04-10 13:47:54 +08:00
三咲智子
2ca93aabd7 feat: publish eslint config and metadata (#7063) 2022-04-09 04:32:01 +08:00
三咲智子
d6a4415306 chore: upgrade deps (#6937)
* chore: upgrade deps

* chore: upgrade deps
2022-04-01 10:33:16 +08:00
renovate[bot]
65149ab551 fix(deps): update all non-major dependencies (#6893)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 02:42:23 +08:00
三咲智子
184facdb4c chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
renovate[bot]
8f1e6168b1 chore(deps): update all non-major dependencies (#6729) 2022-03-21 17:40:56 +08:00
三咲智子
bb939c6a58 refactor(build): move to internal package (#6585)
* refactor(build): move to internal package

* ci: fix

* chore: fix

* fix: docs

* chore: add fast-glob to root package

* chore: fix PR comments

* build: add tsx

* refactor: re-organize

* refactor: improve log
2022-03-15 19:23:38 +08:00
renovate[bot]
46a4da0cdc fix(deps): update all non-major dependencies (#6604) 2022-03-14 18:00:30 +08:00
JeremyWuuuuu
8a8f0d64e7 chore(project): rename .eslint.js to .eslint.json (#6584) 2022-03-13 14:19:51 +08:00
三咲智子
da6d2dc84b feat(components): [message] support re-render vnode (#6527)
* feat(components): [message] support re-render vnode

* docs: improve api reference

* test: add message vnode render function
2022-03-11 20:19:31 +08:00
三咲智子
b8c38a9fe5 chore: enhance eslint rules (#6476)
* chore: enhance eslint rules

* chore: enhance eslint rules
2022-03-08 14:03:32 +08:00
renovate[bot]
30ba0726a6 fix(deps): update all non-major dependencies (#6448) 2022-03-07 10:51:47 +08:00
三咲智子
72768935b3 chore: load env file (#6323) 2022-03-01 21:38:52 +08:00
renovate[bot]
537f8556ba fix(deps): update dependency @element-plus/icons-vue to v1 (#6319)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 11:30:12 +08:00
renovate[bot]
644bf309f8 chore(deps): update all non-major dependencies (#6318)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 11:29:46 +08:00