xingyu
|
a4736a49f8
|
feat: migrate to Tailwind CSS v4 (#7614)
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
|
3 weeks ago |
zhongming4762
|
66822a5f95
|
feat: add SSE support to request-client
|
7 months ago |
zhongming4762
|
eb4f1f8164
|
feat: add SSE support to request-client
|
7 months ago |
lighua
|
fddfc6d494
|
fix: 增加对不支持的 HTTP 方法的错误处理
|
7 months ago |
lighua
|
df655015b1
|
fix: 优化文件下载器方法
|
8 months ago |
zhang
|
dcccc213ce
|
fix: requestClient.upload会将vbenform中value为undefined的值转为字符串undefined’提… (#6300)
* fix: requestClient.upload会将vbenform中value为undefined的值转为字符串undefined’提交给后台保存
* fix: requestClient.upload会将vbenform中value为undefined的值转为字符串'undefined’提交给后台保存
|
10 months ago |
Netfan
|
96d2bc52e9
|
feat: pre-set serialization methods for request parameters (#5814)
添加快捷设置请求参数序列化方法的配置
|
1 year ago |
zhang
|
1616a06bfd
|
perf: 优化多文件上传入参是数组的情况 (#5757)
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
|
1 year ago |
Netfan
|
e225159cce
|
fix: request download and upload not support `responseReturn` (#5456)
* fix: request download and upload not support `responseReturn`
* docs: update
* fix: type of request client upload result
|
1 year ago |
Netfan
|
22e6f28464
|
perf: easy to define fieldName of response data (#5442)
|
1 year ago |
Netfan
|
5611f6c7f5
|
perf: request support to set how to return response (#5436)
* feat: request support to set how to return response
* docs: typo
* fix: test unit
* test: add request responseReturn test
|
1 year ago |
Vben
|
081d2aed23
|
perf: format code with better style (#5283)
|
1 year ago |
Svend
|
88d2b3e569
|
feat(@vben/request): export basic HttpResponse generic (#4697)
|
1 year ago |
Vben
|
0df8c5c02c
|
refactor: reconstruct language files into multi-file structures (#4683)
* refactor: reconstruct language files into multi-file structures
* chore: typo
|
1 year ago |
Vben
|
ba4662522e
|
fix: fix request not displaying interface error messages correctly (#4596)
|
1 year ago |
Vben
|
4765158510
|
perf: the request client upload function supports more parameters (#4439)
|
2 years ago |
Vben
|
524b9badf2
|
feat: add VbenForm component (#4352)
* feat: add form component
* fix: build error
* feat: add form adapter
* feat: add some component
* feat: add some component
* feat: add example
* feat: suppoer custom action button
* chore: update
* feat: add example
* feat: add formModel,formDrawer demo
* fix: build error
* fix: typo
* fix: ci error
---------
Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
|
2 years ago |
Vben
|
b3e3e05990
|
perf: axios default error interceptor allows you to customize error handling (#4283)
|
2 years ago |
Li Kui
|
df7757d001
|
fix: when the 'refreshToken' expires, it does not re-authenticate (#4231)
|
2 years ago |
Li Kui
|
01d60336a6
|
feat: refactor and improve the request client and support refreshToken (#4157)
* feat: refreshToken
* chore: store refreshToken
* chore: generate token using jsonwebtoken
* chore: set refreshToken in httpOnly cookie
* perf: authHeader verify
* chore: add add response interceptor
* chore: test refresh
* chore: handle logout
* chore: type
* chore: update pnpm-lock.yaml
* chore: remove test code
* chore: add todo comment
* chore: update pnpm-lock.yaml
* chore: remove default interceptors
* chore: copy codes
* chore: handle refreshToken invalid
* chore: add refreshToken preference
* chore: typo
* chore: refresh token逻辑调整
* refactor: interceptor presets
* chore: copy codes
* fix: ci errors
* chore: add missing await
* feat: 完善refresh-token逻辑及文档
* fix: ci error
* chore: filename
---------
Co-authored-by: vince <vince292007@gmail.com>
|
2 years ago |
Vben
|
4f5783d00b
|
perf: enable strict ts type checking (#4045)
|
2 years ago |
vben
|
082847c441
|
chore: Resolve merge conflicts
|
2 years ago |
Vben
|
376fd17a61
|
feat: Feature/pro docs (#70)
* chore: merge main
* feat: update docs
* feat: remove coze-assistant
* feat: add watermark plugin
* feat: update preferences
* feat: update docs
---------
Co-authored-by: vince <vince292007@gmail.com>
|
2 years ago |
vince
|
14538f7ed5
|
refactor(project): re-adjust the overall folder
|
2 years ago |