yuyang
61abcdd28e
feat(color): remove built-in theme and get palette from tvision color ( #392 )
...
* feat(color): remove built-in theme and get all palette from tvision color
* feat: sync color to charts
* chore: move color utils to utils dir
* fix: dynamic theme color init
* feat: card with default nobordered
2023-01-10 15:41:24 +08:00
yuyang
573efe6cd3
fix: site path and use history router ( #382 )
2022-12-28 15:12:28 +08:00
yuyang
c9d06f103b
feat: upgrde tdesign to 1.0 ( #380 )
2022-12-22 14:49:03 +08:00
yuyang
6fb73ae619
chore: release 0.6.1 ( #379 )
2022-12-19 18:20:09 +08:00
yuyang
d64f9503bf
feat: add tdesign components typing tips ( #378 )
...
* feat: add tdesign components typing tips
* chore: fix type
2022-12-19 18:16:01 +08:00
dependabot[bot]
6ccc3279f9
build(deps): bump pinia-plugin-persistedstate from 2.4.0 to 3.0.1 ( #370 )
...
Bumps [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate ) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases )
- [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v2.4.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: pinia-plugin-persistedstate
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 00:29:20 +08:00
dependabot[bot]
21f6aca6d4
build(deps): bump tdesign-vue-next from 0.24.9 to 0.25.0 ( #371 )
...
Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next ) from 0.24.9 to 0.25.0.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases )
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.24.9...0.25.0 )
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 22:53:52 +08:00
yuyang
3008866aae
chore: release 0.6.0 ( #366 )
2022-11-25 17:52:35 +08:00
yuyang
b83f188dbe
Feat/upgrade style ( #365 )
...
* feat: upgrade vars
* feat: replace vars
* feat: remove variables
2022-11-25 17:47:11 +08:00
Uyarn
324a6d6f65
chore: update version
2022-11-18 11:35:29 +08:00
yuyang
e171e280e4
chore: release 0.5.5 ( #356 )
2022-11-16 18:36:24 +08:00
yuyang
e886a98823
feat: upgrade tdesign-vue-next ( #355 )
2022-11-16 18:15:06 +08:00
dependabot[bot]
5d533187fd
build(deps): bump axios from 0.27.2 to 1.1.3 ( #351 )
2022-11-04 17:54:34 +08:00
悠静萝莉
ece8a0c690
chore: 将vue-router和vue-tsc升级 ( #341 )
2022-10-20 11:45:52 +08:00
yuyang
79c2f0fecc
chore: release 0.5.3 ( #339 )
2022-10-18 12:31:12 +08:00
yuyang
361ec89d33
chore: upgrade tdesign-vue-next to 0.24.2 ( #336 )
2022-10-17 11:48:35 +08:00
yuyang
5840c55300
chore: fix dropdown refactor issue ( #335 )
2022-10-13 19:04:09 +08:00
dependabot[bot]
b962be9a45
build(deps-dev): bump typescript from 4.7.4 to 4.8.4 ( #330 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.4 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 10:47:57 +08:00
yuyang
975d92d18d
feat: upgrade tdesign to 0.23 ( #322 )
2022-09-27 19:40:18 +08:00
PDieE
d502c2e89c
feat(持久化): 使用插件将store数据持久化(除 permission) ( #291 )
...
* feat: 通知支持持久化
* feat: setting支持持久化
* feat: tabs-router支持持久化
* feat: user支持持久化
fix: 修复 user 和 permission 未正确初始化的问题
* feat: 使用持久化插件将store持久化
#278
* feat: rebase
* feat: rebase
* feat: rebase
* Update src/store/modules/setting.ts
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* Update src/store/index.ts
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* Update src/layouts/setting.vue
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
2022-09-08 08:52:01 +08:00
yuyang
bae62689f8
Chore/release 0.5.0 ( #295 )
...
* fix: miss layout header
* chore: release 0.5.0
2022-09-06 11:38:26 +08:00
dependabot[bot]
85f38e8fcb
build(deps): bump tdesign-vue-next from 0.20.2 to 0.20.3 ( #283 )
...
Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next ) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases )
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.20.2...0.20.3 )
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-02 11:52:11 +08:00
悠静萝莉
49a74efa16
feat: upgrade 0.20.2 ( #276 )
2022-08-30 11:39:58 +08:00
yuyang
dffcde1b99
fix: revert vue-router upgrade ( #266 )
2022-08-11 10:56:39 +08:00
悠静萝莉
7997d669a8
feat: 升级vue-router版本 ( #257 )
...
* feat: 升级vue-router版本
* feat: 升级至 0.4.0
2022-08-08 19:06:24 +08:00
悠静萝莉
c6806a3140
feat: upgrade 0.19.0 ( #252 )
2022-08-04 18:01:17 +08:00
yuyang
ddafdc4c88
chore: rename component file name ( #243 )
...
* chore: rename component file name
* chore: upgrade dep
* chore: fix setup no unuse vars
* chore: typo
* fix: extra margin for a tag
2022-07-27 15:35:57 +08:00
悠静萝莉
1dae9be52f
feat: upgrade 0.18.1 ( #242 )
2022-07-27 14:25:48 +08:00
悠静萝莉
49ade6bf22
feat: upgrade 0.18.0 ( #238 )
...
* feat: upgrade 0.18.0
* feat: 更新版本号至0.3.6
2022-07-18 19:33:08 +08:00
PY
267546321f
feat: upgrade 0.17.4 ( #225 )
2022-07-12 14:16:08 +08:00
悠静萝莉
6ee9d8f0ff
chore: 修改发版时没修改的版号 ( #219 )
2022-07-08 15:01:22 +08:00
yuyang
565971d3c6
fix: table affix top demo ( #215 )
2022-07-06 18:35:32 +08:00
dependabot[bot]
3a903d7cfb
build(deps-dev): bump typescript from 4.4.4 to 4.7.4 ( #211 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.4 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.7.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 14:08:17 +08:00
PY
531cb48fc1
feat: upgrade 0.17.3 ( #209 )
2022-07-04 19:43:37 +08:00
悠静萝莉
704c162e36
feat: 请求部分代码改造 ( #185 )
...
* feat: 重新封装axios
* chore: 将请求封装规范为request
* fix: 修正引用方式
* perf: 使用lodash替换部分函数
* feat: axios新增支持过滤重复请求
* feat: axios新增切换地址直连或Vite反向代理
* chore: 将lodash-es切换至lodash并将引入方式改为路径引入
2022-06-24 16:57:15 +08:00
dependabot[bot]
1c83a1e0ab
build(deps): bump tdesign-icons-vue-next from 0.0.6 to 0.1.1
...
Bumps tdesign-icons-vue-next from 0.0.6 to 0.1.1.
---
updated-dependencies:
- dependency-name: tdesign-icons-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 09:25:34 +00:00
pengYYY
d5dc6912e4
feat: upgrade 0.16.0
2022-06-17 16:16:33 +08:00
yuyang
2f8dd15c85
chore: add 3rd layer menu demo ( #165 )
...
* chore: add 3rd layer menu demo
* chore: fix typescript version
2022-06-08 17:05:39 +08:00
Uyarn
f80d26532c
feat: upgrade tdesign
2022-06-01 18:18:03 +08:00
PY
b7f80c31cc
feat: upgrade to 0.15.1 ( #154 )
...
* feat: upgrade to 0.15.1
* chore: fix form style
Co-authored-by: Uyarn <uyarnchen@gmail.com>
2022-05-23 16:48:06 +08:00
dependabot[bot]
59a85157a9
build(deps-dev): bump vue-tsc from 0.29.8 to 0.34.11 ( #141 )
...
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc ) from 0.29.8 to 0.34.11.
- [Release notes](https://github.com/johnsoncodehk/volar/releases )
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md )
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.34.11/packages/vue-tsc )
---
updated-dependencies:
- dependency-name: vue-tsc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 23:44:39 +08:00
dependabot[bot]
15804b711c
build(deps): bump tdesign-vue-next from 0.13.0 to 0.14.0 ( #143 )
...
Bumps tdesign-vue-next from 0.13.0 to 0.14.0.
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 11:59:10 +08:00
dependabot[bot]
a06ca7db5b
build(deps): bump axios from 0.26.1 to 0.27.2 ( #140 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.26.1 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.27.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 15:34:00 +08:00
Kerwin Bryant
0fc86fcd76
frat: add lint for scoped-css ( #138 )
2022-04-30 23:16:41 +08:00
Uyarn
01305b6853
chore: release 0.3.0
2022-04-28 16:37:48 +08:00
yuyang
595c282bd2
Update package.json
2022-04-28 16:33:33 +08:00
Uyarn
2a6bfa082c
refactor: adjust chart code dir
2022-04-28 16:33:33 +08:00
dependabot[bot]
9c03616909
build(deps): bump vue-clipboard3 from 1.0.1 to 2.0.0 ( #114 )
...
Bumps [vue-clipboard3](https://github.com/JamieCurnow/vue-clipboard3 ) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/JamieCurnow/vue-clipboard3/releases )
- [Commits](https://github.com/JamieCurnow/vue-clipboard3/compare/v1.0.1...v2.0.0 )
---
updated-dependencies:
- dependency-name: vue-clipboard3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 14:22:50 +08:00
Uyarn
733ca6ac22
feat(color): remove extra dependencies
2022-04-11 19:05:22 +08:00
yuyang
725183715c
fix: ci test:coverage ( #119 )
2022-04-11 14:26:44 +08:00