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
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2024-08-05 21:12:22 +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
9b98b3190e
chore: update deps
2024-08-01 00:06:36 +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
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
239f681ea1
fix: The built-in theme does not take effect, fixed #55 [deploy]
2024-07-29 23:18:40 +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
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
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
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
91e769e53e
fix: typos
2024-07-14 13:48:47 +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
daa31f7156
refactor(project): simplified part of the package, code optimization
2024-07-13 16:35:47 +08:00
vince
f98f504534
chore: change how the package is built
2024-07-12 22:24:32 +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
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
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
0eda99ec3b
perf: replace vue-sonner with the toast component of shadcn-ui
2024-07-07 11:36:32 +08:00
vben
5976e255fb
feat: richer copyright and sidebar preferences
2024-07-06 17:25:38 +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
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
vince
dd71988253
chore: update deps
2024-07-05 23:22:37 +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
8252d116f1
fix: fix some known problems
2024-06-30 22:58:57 +08:00
vben
1d70d71537
feat: Support dayjs and component library in multiple languages
2024-06-30 15:42:30 +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