Vben
2288827265
fix: fixed the failure to refresh the page when login failed ( #4204 )
2024-08-20 22:33:25 +08:00
dependabot[bot]
33637584a8
chore(deps): bump the non-breaking-changes group with 8 updates ( #4195 )
...
Bumps the non-breaking-changes group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.4.0` | `22.4.1` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env ) | `10.0.1` | `10.0.2` |
| [rollup](https://github.com/rollup/rollup ) | `4.20.0` | `4.21.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `8.1.0` | `8.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `8.1.0` | `8.2.0` |
| [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic ) | `3.0.0` | `3.0.1` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) | `11.0.0` | `11.0.1` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations ) | `11.0.0` | `11.0.1` |
Updates `@types/node` from 22.4.0 to 22.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `postcss-preset-env` from 10.0.1 to 10.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md )
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env )
Updates `rollup` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.21.0 )
Updates `@typescript-eslint/eslint-plugin` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/parser )
Updates `@stylistic/stylelint-plugin` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases )
- [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint-stylistic/stylelint-stylistic/compare/v3.0.0...v3.0.1 )
Updates `@vueuse/core` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/core )
Updates `@vueuse/integrations` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/integrations )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: postcss-preset-env
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@stylistic/stylelint-plugin"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vueuse/integrations"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 10:16:56 +08:00
vben
e7a4ab70d5
chore: release v5.1.1 [skip ci]
2024-08-19 23:32:24 +08:00
Vben
1db87ff7ce
fix: fix keepAlive parameter error ( #4194 )
...
* fix: mock server deployment error
* chore: typo
2024-08-19 23:28:14 +08:00
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>
2024-08-19 22:59:42 +08:00
Vben
9120d20143
chore: update deps and docs ( #4184 )
...
* chore: update deps
* chore: update docs
* chore: update menu
2024-08-18 08:43:00 +08:00
Vben
5f41c51770
perf: supplement login interface documents and add configuration parameters ( #4175 )
2024-08-17 22:38:37 +08:00
Vben
3c17f4e9f8
perf: all icons used in the core are offline ( #4173 )
...
* perf: all icons used in the core are offline
* chore: update default icon
* chore: update shadow
2024-08-17 21:11:07 +08:00
Vben
66808582ff
fix: header theme color error ( #4170 )
...
* fix: header theme color error
* fix: ci error
* fix: ci error
2024-08-16 22:47:28 +08:00
Vben
0faf7810b6
perf: optimization of tabbar display ( #4169 )
...
* perf: optimization of tabbar display
* fix: ci error
* chore: typo
* chore: typo
2024-08-16 22:20:18 +08:00
dependabot[bot]
8987067b5a
chore(deps): bump the non-breaking-changes group with 12 updates ( #4165 )
...
* chore(deps): bump the non-breaking-changes group with 12 updates
Bumps the non-breaking-changes group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo ) | `2.0.13` | `2.0.14` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `5.4.0` | `5.4.1` |
| [vue](https://github.com/vuejs/core ) | `3.4.37` | `3.4.38` |
| [execa](https://github.com/sindresorhus/execa ) | `9.3.0` | `9.3.1` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo ) | `2.0.13` | `2.0.14` |
| [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests ) | `3.1.0` | `3.3.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist ) | `3.1.3` | `3.2.0` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.8.1` | `16.8.2` |
| [pinia](https://github.com/vuejs/pinia ) | `2.2.1` | `2.2.2` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared ) | `3.4.37` | `3.4.38` |
| [watermark-js-plus](https://github.com/zhensherlock/watermark-js-plus ) | `1.5.2` | `1.5.3` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg ) | `0.2.9` | `0.2.10` |
Updates `turbo` from 2.0.13 to 2.0.14
- [Release notes](https://github.com/vercel/turborepo/releases )
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md )
- [Commits](https://github.com/vercel/turborepo/compare/v2.0.13...v2.0.14 )
Updates `vite` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite )
Updates `vue` from 3.4.37 to 3.4.38
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.37...v3.4.38 )
Updates `execa` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/sindresorhus/execa/releases )
- [Commits](https://github.com/sindresorhus/execa/compare/v9.3.0...v9.3.1 )
Updates `eslint-config-turbo` from 2.0.13 to 2.0.14
- [Release notes](https://github.com/vercel/turborepo/releases )
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md )
- [Commits](https://github.com/vercel/turborepo/commits/v2.0.14/packages/eslint-config-turbo )
Updates `eslint-plugin-no-only-tests` from 3.1.0 to 3.3.0
- [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases )
- [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md )
- [Commits](https://github.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.3.0 )
Updates `eslint-plugin-perfectionist` from 3.1.3 to 3.2.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases )
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md )
- [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.3...v3.2.0 )
Updates `stylelint` from 16.8.1 to 16.8.2
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.1...16.8.2 )
Updates `pinia` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/vuejs/pinia/releases )
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.1...pinia@2.2.2 )
Updates `@vue/shared` from 3.4.37 to 3.4.38
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.4.38/packages/shared )
Updates `watermark-js-plus` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/zhensherlock/watermark-js-plus/releases )
- [Changelog](https://github.com/zhensherlock/watermark-js-plus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zhensherlock/watermark-js-plus/compare/v1.5.2...v1.5.3 )
Updates `publint` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/bluwy/publint/releases )
- [Commits](https://github.com/bluwy/publint/commits/v0.2.10/pkg )
---
updated-dependencies:
- dependency-name: turbo
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: execa
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: eslint-config-turbo
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-no-only-tests
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: pinia
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: watermark-js-plus
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: publint
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vben <ann.vben@gmail.com>
2024-08-16 09:47:45 +08:00
Vben
d71a20ad0a
perf: improve tabs-view scrolling ( #4164 )
2024-08-15 23:30:07 +08:00
P2K0
eb280ffeb7
feat: add left and right scroll buttons to Tabs bar ( #4161 ) ( #4162 )
2024-08-15 21:54:55 +08:00
Vben
debb32d353
fix: page spinner is styled incorrectly when scrolling ( #4163 )
...
* feat: add contributor information to documents
* fix: page spinner is styled incorrectly when scrolling
2024-08-15 21:48:52 +08:00
vben
e2d9d08ced
chore: release v5.1.0 [skip ci]
2024-08-14 23:04:44 +08:00
Vben
30223f18db
feat: supports specifying the position of the preference button ( #4154 )
2024-08-14 23:02:39 +08:00
Vben
9c6e059aac
chore: semiDarkMenu renamed semiDarkSidebar ( #4152 )
2024-08-14 22:20:10 +08:00
Vben
8f40d5107c
feat: support custom background colors for sidebar and header ( #4151 )
...
* feat: support custom background colors for sidebar and header
* fix: type error
2024-08-14 21:47:37 +08:00
Vben
83fcdec37c
feat: add swap component ( #4149 )
2024-08-14 20:37:21 +08:00
dependabot[bot]
b28740042b
chore(deps): bump the non-breaking-changes group with 5 updates ( #4147 )
...
Bumps the non-breaking-changes group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [lint-staged](https://github.com/lint-staged/lint-staged ) | `15.2.8` | `15.2.9` |
| [@iconify/json](https://github.com/iconify/icon-sets ) | `2.2.236` | `2.2.237` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) | `50.0.1` | `50.2.0` |
| [radix-vue](https://github.com/radix-vue/radix-vue ) | `1.9.3` | `1.9.4` |
| [axios](https://github.com/axios/axios ) | `1.7.3` | `1.7.4` |
Updates `lint-staged` from 15.2.8 to 15.2.9
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9 )
Updates `@iconify/json` from 2.2.236 to 2.2.237
- [Commits](https://github.com/iconify/icon-sets/compare/2.2.236...2.2.237 )
Updates `eslint-plugin-jsdoc` from 50.0.1 to 50.2.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.1...v50.2.0 )
Updates `radix-vue` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/radix-vue/radix-vue/releases )
- [Commits](https://github.com/radix-vue/radix-vue/compare/v1.9.3...v1.9.4 )
Updates `axios` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.3...v1.7.4 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: radix-vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14 05:45:17 +08:00
Vben
3b0f72330a
fix: automatic hiding and displaying of headers can only be used on content ( #4145 )
2024-08-13 22:09:46 +08:00
Li Kui
963e79063f
fix: some icons behave inconsistently on menu and tab ( #4144 )
2024-08-13 22:07:02 +08:00
Li Kui
1a4d61cc17
fix: type `Component` is not assignable to `RouteMeta` ( #4140 )
...
* fix: type `Component` is not assignable to `RouteMeta`
* fix: ci fail
2024-08-13 21:30:14 +08:00
Vben
738bc456c8
perf: improve login page UI ( #4142 )
...
* perf: improve login page UI
* chore: update docs
2024-08-13 21:17:10 +08:00
dependabot[bot]
bf021a0578
chore(deps): bump the non-breaking-changes group with 10 updates ( #4131 )
...
Bumps the non-breaking-changes group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ) | `8.13.2` | `8.13.3` |
| [@iconify/json](https://github.com/iconify/icon-sets ) | `2.2.235` | `2.2.236` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools-next/tree/HEAD/packages/vite ) | `7.3.7` | `7.3.8` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) | `9.8.0` | `9.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `8.0.1` | `8.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `8.0.1` | `8.1.0` |
| [eslint](https://github.com/eslint/eslint ) | `9.8.0` | `9.9.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) | `50.0.0` | `50.0.1` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports ) | `4.1.2` | `4.1.3` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge ) | `2.4.0` | `2.5.2` |
Updates `cspell` from 8.13.2 to 8.13.3
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.13.3/packages/cspell )
Updates `@iconify/json` from 2.2.235 to 2.2.236
- [Commits](https://github.com/iconify/icon-sets/compare/2.2.235...2.2.236 )
Updates `vite-plugin-vue-devtools` from 7.3.7 to 7.3.8
- [Release notes](https://github.com/vuejs/devtools-next/releases )
- [Commits](https://github.com/vuejs/devtools-next/commits/v7.3.8/packages/vite )
Updates `@eslint/js` from 9.8.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.9.0/packages/js )
Updates `@typescript-eslint/eslint-plugin` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser )
Updates `eslint` from 9.8.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0 )
Updates `eslint-plugin-jsdoc` from 50.0.0 to 50.0.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.0...v50.0.1 )
Updates `eslint-plugin-unused-imports` from 4.1.2 to 4.1.3
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/compare/v4.1.2...v4.1.3 )
Updates `tailwind-merge` from 2.4.0 to 2.5.2
- [Release notes](https://github.com/dcastil/tailwind-merge/releases )
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.4.0...v2.5.2 )
---
updated-dependencies:
- dependency-name: cspell
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vite-plugin-vue-devtools
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-unused-imports
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: tailwind-merge
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 08:05:59 +08:00
Vben
7b46780af7
perf: optimize the diffPreferences logic and adjust the unit test ( #4130 )
2024-08-12 21:05:01 +08:00
Vben
3f9ce63868
feat: support vue file unit testing, add some components unit testing ( #4119 )
2024-08-11 21:01:22 +08:00
Vben
517acada1a
refactor: adjust all sample pages and use page components ( #4118 )
2024-08-11 20:05:52 +08:00
Vben
b464b87ac5
refactor: migrate demo applications to playground ( #4116 )
...
* chore: detail adjustment
* refactor: Migrate demo applications to playground
* perf: logic optimization
* chore: update docs
* chore: update docs
2024-08-11 16:09:32 +08:00
Vben
8725a01301
fix: inconsistent performance between breadcrumbs and tabs ( #4105 )
2024-08-10 10:30:15 +08:00
dependabot[bot]
07cdebb7f1
chore(deps): bump the non-breaking-changes group with 6 updates ( #4103 )
...
Bumps the non-breaking-changes group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.1.0` | `22.2.0` |
| [cssnano](https://github.com/cssnano/cssnano ) | `7.0.4` | `7.0.5` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) | `4.0.1` | `4.0.2` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) | `0.6.5` | `0.6.6` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next ) | `0.426.0` | `0.427.0` |
| [element-plus](https://github.com/element-plus/element-plus ) | `2.7.8` | `2.8.0` |
Updates `@types/node` from 22.1.0 to 22.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `cssnano` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/cssnano/cssnano/releases )
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.0.4...cssnano@7.0.5 )
Updates `vite-plugin-dts` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases )
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.0.1...v4.0.2 )
Updates `prettier-plugin-tailwindcss` from 0.6.5 to 0.6.6
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.5...v0.6.6 )
Updates `lucide-vue-next` from 0.426.0 to 0.427.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.427.0/packages/lucide-vue-next )
Updates `element-plus` from 2.7.8 to 2.8.0
- [Release notes](https://github.com/element-plus/element-plus/releases )
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md )
- [Commits](https://github.com/element-plus/element-plus/compare/2.7.8...2.8.0 )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: cssnano
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vite-plugin-dts
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: element-plus
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 09:07:16 +08:00
aonoa
5b56c300ab
perf: correct cloneDeep spelling errors [skip ci] ( #4099 )
...
Signed-off-by: aonoa <1991849113@qq.com>
2024-08-09 18:24:52 +08:00
dependabot[bot]
ca164b0f9b
chore(deps): bump the non-breaking-changes group with 14 updates ( #4092 )
...
* chore(deps): bump the non-breaking-changes group with 14 updates
Bumps the non-breaking-changes group with 14 updates:
| Package | From | To |
| --- | --- | --- |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell ) | `8.13.1` | `8.13.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) | `3.4.7` | `3.4.9` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `5.3.5` | `5.4.0` |
| [@iconify/json](https://github.com/iconify/icon-sets ) | `2.2.234` | `2.2.235` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography ) | `0.5.13` | `0.5.14` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) | `4.0.0` | `4.0.1` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist ) | `3.1.2` | `3.1.3` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports ) | `4.0.1` | `4.1.2` |
| [vue](https://github.com/vuejs/core ) | `3.4.36` | `3.4.37` |
| [pinia](https://github.com/vuejs/pinia ) | `2.2.0` | `2.2.1` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next ) | `0.424.0` | `0.426.0` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared ) | `3.4.36` | `3.4.37` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) | `10.11.0` | `10.11.1` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations ) | `10.11.0` | `10.11.1` |
Updates `cspell` from 8.13.1 to 8.13.2
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.13.2/packages/cspell )
Updates `tailwindcss` from 3.4.7 to 3.4.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.9 )
Updates `vite` from 5.3.5 to 5.4.0
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite )
Updates `@iconify/json` from 2.2.234 to 2.2.235
- [Commits](https://github.com/iconify/icon-sets/compare/2.2.234...2.2.235 )
Updates `@tailwindcss/typography` from 0.5.13 to 0.5.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...v0.5.14 )
Updates `vite-plugin-dts` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases )
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.0.0...v4.0.1 )
Updates `eslint-plugin-perfectionist` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases )
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md )
- [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.2...v3.1.3 )
Updates `eslint-plugin-unused-imports` from 4.0.1 to 4.1.2
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.2 )
Updates `vue` from 3.4.36 to 3.4.37
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.36...v3.4.37 )
Updates `pinia` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/vuejs/pinia/releases )
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.0...pinia@2.2.1 )
Updates `lucide-vue-next` from 0.424.0 to 0.426.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.426.0/packages/lucide-vue-next )
Updates `@vue/shared` from 3.4.36 to 3.4.37
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.4.37/packages/shared )
Updates `@vueuse/core` from 10.11.0 to 10.11.1
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.1/packages/core )
Updates `@vueuse/integrations` from 10.11.0 to 10.11.1
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.1/packages/integrations )
---
updated-dependencies:
- dependency-name: cspell
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vite
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@tailwindcss/typography"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vite-plugin-dts
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-unused-imports
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: pinia
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vueuse/integrations"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update pnpm.overrides
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vince <vince292007@gmail.com>
2024-08-09 14:31:48 +08:00
invalid w
f1e0278bd8
chore: define examples router & add ellipsis comp ( #4019 )
...
* chore: define components router
* chore: 组件路由放置到演示路由下
* Revert "chore: 组件路由放置到演示路由下"
This reverts commit 3c24632ad51f031cf95aafa49183d7c5538098bb.
* chore: typo
* chore: 增加密码强度组件
* chore: 国际化密码强度的菜单
* chore(@vben/web-antd): 迁移文本省略组件
* chore: typo
* chore: 组件命名方式遵从packages
* chore: Optimize the onExpand function
* chore: update css
* chore(@vben/web-antd): optimize the getPosition function
* chore: add ellipsis-text in comm-ui
* chore: 文本省略组件迁移至common-ui
* feat(@vben/common-ui): Tooltip的tip支持style传参
* chore: 优化组件渲染
* chore: 使用css module解决样式冲突
* chore: update props
* chore: 优化css
* chore: rm unuse attr
---------
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2024-08-09 10:57:46 +08:00
Li Kui
de90b07b6f
fix: menu-badge color not correct ( #4089 )
2024-08-09 10:52:47 +08:00
vben
3f04f6b01f
chore: release v5.0.1
2024-08-08 21:10:43 +08:00
Li Kui
8ffc853b86
chore: switch back to `@ctrl/tinycolor` ( #4077 )
...
* chore: switch back to `@ctrl/tinycolor`
* fix: ci
2024-08-08 05:46:14 +08:00
Vben
5f4d3f2bce
chore(deps): bump the non-breaking-changes group with 10 updates ( #4074 )
2024-08-07 22:24:39 +08:00
Vben
a27b1c40e5
fix: the failure of breadcrumb animation ( #4073 )
2024-08-07 22:01:45 +08:00
Li Kui
1d38fb647e
refactor: use @ant-design/fast-color instead ( #4070 )
...
* refactor: Use @ant-design/fast-color instead
* fix: test failed
* chore: remove isValidColor
All FastColor objects are valid. So isValid is always true.
FastColor("not-a-color") -> `#000000`
* refactor: rename directory `colorful` to `color`
* fix: ci fail
2024-08-07 21:28:25 +08:00
jinmao88
d9ba9917ff
fix: an error was reported in the adaptation of the naive component library theme ( #4041 )
...
* fix: naive组件库 主题适配报错,需将hsl转换为rgb格式
* feat: 增加NDataTable示例
* chore: hsl转换函数移动到@vben/utils内
* fix: 优化正则表达式
* fix: 优化正则表达式2
* fix: 正则表达式优化,优化hlsStringToRGB函数
* fix: 使用tinyColor进行转换
* Update packages/@core/base/shared/src/colorful/convert.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: lint error
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: vince <vince292007@gmail.com>
2024-08-07 12:13:54 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2024-08-05 21:12:22 +08:00
Gustin Lau
0d46a5471f
fix: scrollbar height is too small ( #4038 )
2024-08-04 22:25:12 +08:00
Vben
b6415fad2d
perf: optimize for some details and comments ( #4030 )
...
* perf: optimize for some details and comments
* fix: test case
* chore: update ci
2024-08-04 05:42:59 +08:00
dependabot[bot]
43224a4643
chore(deps): bump the non-breaking-changes group with 3 updates ( #4013 )
...
Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ), [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist ) and [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next ).
Updates `@types/node` from 22.0.3 to 22.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint-plugin-perfectionist` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases )
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md )
- [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.0.0...v3.1.0 )
Updates `lucide-vue-next` from 0.419.0 to 0.424.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.424.0/packages/lucide-vue-next )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-03 04:41:47 +08:00
Li Kui
8313be8e08
fix: The menu background color is incorrect when toggling the dark menu ( #4008 )
...
* fix: the menu background color is incorrect when activating the dark menu light theme
* chore: update active-color & active-background-color
2024-08-02 21:36:36 +08:00
dependabot[bot]
d025c1569e
chore(deps): bump the non-breaking-changes group across 1 directory with 4 updates ( #3998 )
...
Bumps the non-breaking-changes group with 4 updates in the / directory: [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue ), [pinia](https://github.com/vuejs/pinia ), [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next ) and [axios](https://github.com/axios/axios ).
Updates `@vitejs/plugin-vue` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.2/packages/plugin-vue )
Updates `pinia` from 2.1.7 to 2.2.0
- [Release notes](https://github.com/vuejs/pinia/releases )
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.2.0 )
Updates `lucide-vue-next` from 0.418.0 to 0.419.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.419.0/packages/lucide-vue-next )
Updates `axios` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: pinia
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 07:18:03 +08:00
vben
06ad5ad871
chore: Rename the website directory to docs
2024-08-01 21:30:44 +08:00
vben
4236e9cb87
chore: update deps
2024-08-01 21:12:34 +08:00
vben
9b98b3190e
chore: update deps
2024-08-01 00:06:36 +08:00
vben
546ff7caeb
chore: Update the preview address
2024-08-01 00:01:39 +08:00
vben
9a6e29c401
fix: element theme adjustment
2024-07-31 22:11:39 +08:00
vben
082847c441
chore: Resolve merge conflicts
2024-07-31 21:26:54 +08:00
vben
a26630b6e0
feat: Support multiple application launch scripts
2024-07-31 00:29:15 +08:00
vben
fdee2d2239
feat: add naive app
2024-07-31 00:19:17 +08:00
vben
cf0ec053e4
refactor: Integrate the @vben-core/shared package
2024-07-30 21:05:03 +08:00
vben
e6403868fc
chore: update packages
2024-07-30 21:00:20 +08:00
vben
9307093fbc
chore: update docs [deploy]
2024-07-29 23:56:59 +08:00
vben
239f681ea1
fix: The built-in theme does not take effect, fixed #55 [deploy]
2024-07-29 23:18:40 +08:00
vben
cd10eb9471
feat: Regular monitoring page update [deploy]
2024-07-29 22:35:18 +08:00
vince
66fd052709
fix: fix known issues. fixed #59,fixed #61 , fixed #67 , fixed #68 [deploy]
2024-07-29 00:19:26 +08:00
vben
fe829aa8e7
chore: update README.md
2024-07-28 17:16:50 +08:00
vben
5590cc8fa1
chore: update theme
2024-07-28 17:01:19 +08:00
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>
2024-07-28 14:29:05 +08:00
vince
14538f7ed5
refactor(project): re-adjust the overall folder
2024-07-23 00:03:59 +08:00
vben
a1a566cb2f
chore: update deps
2024-07-20 23:01:49 +08:00
vben
a897929ea7
fix: Incorrect css variable,fixed #57
2024-07-20 16:59:32 +08:00
vben
480580f104
feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name
2024-07-20 11:14:32 +08:00
vben
bcd5e49117
chore: update deps
2024-07-20 10:00:41 +08:00
vben
30d4057216
feat: add tabs demo
2024-07-20 09:36:10 +08:00
vben
9987451647
feat: use simpler nitro instead of nestjs to implement mock service
2024-07-20 08:31:05 +08:00
vince
9ec91ac16d
feat: add breadcrumb navigation example
2024-07-19 01:26:13 +08:00
vince
d494bf170c
fix: css introduction order error
2024-07-18 22:05:26 +08:00
vince
276ef2ebc3
fix: fix a series of known problems,fixed #54
2024-07-18 21:59:18 +08:00
vince
01e95e029f
feat: add v-access directive
2024-07-18 21:31:34 +08:00
vince
910a3553ac
perf: reorganize the icons and reduce the volume
2024-07-17 22:25:27 +08:00
vince
cb161eab89
fix: fixed svg icon load failure and enabled global injection bem.scss
2024-07-17 22:30:18 +08:00
vince
8b6d3a72e8
fix: style optimization
2024-07-16 23:13:03 +08:00
vince
c2c32332d3
fix: shake when adding tabs
2024-07-16 22:07:28 +08:00
vince
09fa2af23d
fix: fix known problems
2024-07-16 00:14:24 +08:00
vince
cf16c7bdde
perf: improve the dark theme
2024-07-15 23:59:22 +08:00
vince
f95d9aa609
perf: improve overall theme color matching
2024-07-15 23:53:58 +08:00
vince
caf1fc4375
perf: optimize interface color matching
2024-07-15 23:22:00 +08:00
vince
b12266bb90
fix: lint error
2024-07-14 23:30:33 +08:00
vince
a5edb67b12
chore: update app name
2024-07-14 23:10:48 +08:00
vince
3eb7a8bc6f
chore: @vben-core/iconify was renamed @vben-core/icons. Add readme.md for some packages
2024-07-14 22:51:10 +08:00
vben
3a91a24e0d
feat: tabs adds a variety of style configurations
2024-07-14 18:32:37 +08:00
vben
ebf73b2df9
refactor(project): remove the use of core internal bem syntax
2024-07-14 16:32:13 +08:00
vben
fed422e187
refactor(@vben-core/tabs-ui): refactor tabs chrome component
2024-07-14 15:18:41 +08:00
likui628
d1a19c525f
chore: fix typecheck fail
2024-07-14 14:02:55 +08:00
likui628
91e769e53e
fix: typos
2024-07-14 13:48:47 +08:00
vben
31fd19f17a
fix: some browser hsl function compatibility issues
2024-07-13 23:00:58 +08:00
vben
91058c3ed9
perf: improve the shadow in the upper and lower areas when the scrolling area is scrolling,close #20 , close #26
2024-07-13 21:55:29 +08:00
vben
e441d14fa2
refactor(project): @vben/vite-connect is reconfigured to support synchronization
2024-07-13 21:13:42 +08:00
vben
c81ac5684c
fix: when the request is wrong, no error is thrown
2024-07-13 18:27:57 +08:00
vben
5e0b01c725
feat: add @vben/hooks and @vben-core/constants
2024-07-13 16:53:22 +08:00
vben
daa31f7156
refactor(project): simplified part of the package, code optimization
2024-07-13 16:35:47 +08:00
vince
59a8ce9500
feat: tabs adds new window opening and maximizing/restore capabilities
2024-07-12 23:43:47 +08:00
vince
f98f504534
chore: change how the package is built
2024-07-12 22:24:32 +08:00
Laychen
06f5d5686d
feat: add the ability to lock the screen ( #30 )
...
* feat: 锁屏功能
* feat: 锁屏样式调整
* feat: complete the lock-screen screen and support shortcut keys and preference configuration
---------
Co-authored-by: vince <vince292007@gmail.com>
2024-07-12 12:14:09 +08:00
likui628
2c79ac1e6c
refactor: small refactor in @vben-core/request
2024-07-11 22:50:21 +08:00
vince
d62a3da009
perf: improve the logic related to login expiration
2024-07-11 20:11:11 +08:00
Li Kui
8e6c1abf19
feat: login dialog ( #37 )
...
* chore: login-dialog demo
* Merge branch 'main' into login-dialog
* chore: update dialog
* Merge branch 'main' into login-dialog
* chore: accept login params
* chore: redirect to login or show login dialog
2024-07-11 11:05:01 +08:00
vince
0f246f7e9e
feat(project): support app custom loading template
2024-07-10 22:44:48 +08:00
vince
4674380266
perf: optimize the naming of locale key
2024-07-10 21:55:16 +08:00
vince
25a1e93ab2
fix: optimize the dependency detection script prompt and fix the loop dependency problem
2024-07-10 21:40:29 +08:00
vince
a765d3bbc0
feat: new interface pendant can be configured to display hidden
2024-07-10 21:20:11 +08:00
vince
db76325d68
feat: configurable persistent tabs
2024-07-10 00:50:41 +08:00
vince
41d0495630
perf: simplify the writing of preferences
2024-07-10 00:44:16 +08:00
vince
c319317217
chore: update deps
2024-07-10 00:38:29 +08:00
vince
2731a1ec96
refactor(@vben/layouts): remove @vben/widgets and migrate to @vben/layouts/src/widgets
2024-07-09 22:49:36 +08:00
vince
d26a4ee022
fix: service request exceptions after deployment
2024-07-09 22:06:00 +08:00
vince
f81ff8e3d4
chore: update deps
2024-07-09 00:30:54 +08:00
vince
04a1533a1e
refactor: splitting and reorganizing style files
2024-07-08 22:30:19 +08:00
vince
414a639db1
chore: update deps
2024-07-08 10:23:56 +08:00
vben
6147d13a29
docs: update docs
2024-07-07 23:52:19 +08:00
vben
e68e1b40ce
perf: add eslint import rules, improve the coupling of some components
2024-07-07 22:14:40 +08:00
vben
0eda99ec3b
perf: replace vue-sonner with the toast component of shadcn-ui
2024-07-07 11:36:32 +08:00
vben
fd61d2efc4
perf: remove the side effects of @vben-core/locales
2024-07-07 02:00:51 +08:00
vben
208d4188fc
refactor: refactor locales, separate locales within apps,fixed #12
2024-07-07 00:17:44 +08:00
vben
3571511394
perf: reduce the number of icon component instances
2024-07-06 21:53:02 +08:00
vben
265ab1108a
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin-pro
2024-07-06 17:26:17 +08:00
vben
5976e255fb
feat: richer copyright and sidebar preferences
2024-07-06 17:25:38 +08:00
Li Kui
adef519531
fix: fix 'useCoreAccessStore' test fail ( #27 )
2024-07-06 16:49:13 +08:00
vben
13f3af96b7
feat: add copyright components to enable preferences to configure copyright more accurately
2024-07-06 16:19:37 +08:00
vben
826907f6c3
fix: fix content style error when footer is not fixed
2024-07-06 15:49:21 +08:00
Li Kui
19b57fa4f7
refactor: remove 'affixTabs' from state ( #25 )
2024-07-06 14:55:51 +08:00
vben
478bbe17ee
fix: fix: Try to fix the right-click menu and cause the scroll bar to lock #24
2024-07-06 14:50:45 +08:00
vben
1425f1d11d
feat: Preferences support clearing the cache and logging out
2024-07-06 14:41:18 +08:00
vben
37a4f971c8
feat: Improve the front-end and back-end permission mode and useAccess
2024-07-06 13:28:08 +08:00
Li Kui
4dbd13d48d
fix: pin tab not working correct ( #23 )
2024-07-06 10:08:46 +08:00
vince
dd71988253
chore: update deps
2024-07-05 23:22:37 +08:00
vince
7e18eb7471
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin-pro
2024-07-05 23:16:15 +08:00
vince
8042e2b044
perf: Improve the use of store in the app
2024-07-05 23:15:46 +08:00
invalid w
0b00c7bf06
chore: 优化查找根菜单的逻辑
2024-07-05 18:32:53 +08:00
vince
527023ae51
fix: Typecheck and loop dependency problem repair
2024-07-05 11:12:38 +08:00
vince
53d37ee882
fix: fix the preference problem,close #8 , close #9
2024-07-04 22:14:51 +08:00
vben
484a0903e9
chore: update deps
2024-06-30 23:15:23 +08:00
vben
8252d116f1
fix: fix some known problems
2024-06-30 22:58:57 +08:00
vben
9572d1a1c5
feat: Dynamically get the menu from the back end
2024-06-30 15:03:37 +08:00
vben
1d70d71537
feat: Support dayjs and component library in multiple languages
2024-06-30 15:42:30 +08:00
vben
ca1cad0cd3
feat: add backend-mock app
2024-06-30 14:09:44 +08:00
vben
36a4fcfad2
feat: update dashboard
2024-06-29 14:45:02 +08:00
vben
c58c0797ba
feat: add dashboard page
2024-06-23 23:18:55 +08:00
vben
199d5506ac
feat: add about page
2024-06-23 20:05:22 +08:00
vben
d4f61c283f
chore: update uikit -> ui-kit
2024-06-23 20:03:41 +08:00
vben
16ed5a05ba
feat: add license plugin
2024-06-23 19:45:40 +08:00
vben
24aab5b4bb
feat: And surface switching loading optimization
2024-06-23 19:39:44 +08:00
vben
6afed34437
chore: Optimize multi-theme switching
2024-06-23 19:17:31 +08:00
vben
26b8c6ef27
chore: update css
2024-06-23 14:21:27 +08:00
jinmao88
303a200427
fix(cache): rename `chche` package to `cache` ( #5 )
2024-06-23 13:40:46 +08:00
vben
1279872089
chore: update deps
2024-06-23 13:19:55 +08:00
vben
65ba45fdc0
fix: antdesign dark not work
2024-06-22 00:25:13 +08:00
vben
a06c8f039f
chore: update deps
2024-06-22 00:01:15 +08:00
vben
fe6dabf991
chore: format code
2024-06-16 23:56:20 +08:00
vben
351a41e219
chore: update ci
2024-06-16 23:50:17 +08:00
vben
07d1f85ff7
feat: add cspell check
2024-06-16 23:30:31 +08:00
vben
95252f62f6
feat: add coze assistant
2024-06-16 23:17:40 +08:00
vben
54b35deeab
fix: type check
...
fix: ci
fix: ci
fix: ci
2024-06-16 21:17:39 +08:00
vben
0085429ef4
chore: update ci
...
chore: test
chore: update ci
chore: update ci
chore: update ci
chore: update ci
chore: update ci
chore: update ci
chore: update ci
2024-06-16 20:17:37 +08:00
vben
9278c4b416
feat: add code onwer
...
chore: update readme.md
chore: update deps
chore: update deps
chore: update deps
2024-06-16 19:17:34 +08:00
vben
382652e0f4
feat: support pwa
2024-06-16 15:45:15 +08:00
vben
222c73963d
feat: add shortcut keys preferencs
2024-06-16 13:43:33 +08:00
vben
5d829a6d9a
chore: add offline page
2024-06-09 18:58:30 +08:00
vben
640ad6d9e7
fix: layout error
2024-06-09 15:39:11 +08:00
vben
35c3dd78ec
chore: format code
2024-06-09 13:31:43 +08:00
vben
68229a4d2f
chore: remove flatPreferences
2024-06-09 12:53:38 +08:00
vben
a344d32169
chore: update deps
2024-06-09 10:04:22 +08:00
vben
2eef9241a5
fix: border css
2024-06-08 23:09:59 +08:00
vben
fcf4b9ae5b
fix: iframe spinner
2024-06-08 22:46:22 +08:00
vben
dcc1fcd528
chore: rename @vben-core -> @core
2024-06-08 21:27:43 +08:00