Netfan
c5c6760b5d
chore: eslint rules update
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
Journey
3201b843a8
fix: resolve eslint errors as well as TS type errors ( #5172 )
* fix: remove TypeScript error suppression for missing types in Vue ESLint config
* fix: enhance application configuration with CSS options type support
1 year ago
Vben
dbcb7138f2
fix: resolve issue with Upload component not working correctly inside Form ( #4916 )
1 year ago
vince
a89711610d
chore: update eslint configuration ( #4872 )
1 year ago
Vben
6c4a742627
refactor: remove the adapter bucket introduction pattern and improve potential introduction timing ( #4635 )
* refactor: remove the adapter bucket introduction pattern and improve potential introduction timing
* chore: update deps
2 years ago
dependabot[bot]
28b54b587a
chore(deps): bump the non-breaking-changes group with 3 updates ( #4561 )
* chore(deps): bump the non-breaking-changes group with 3 updates
Bumps the non-breaking-changes group with 3 updates: [@changesets/cli ](https://github.com/changesets/changesets ), [vue](https://github.com/vuejs/core ) and [@vue/shared ](https://github.com/vuejs/core/tree/HEAD/packages/shared ).
Updates `@changesets/cli` from 2.27.8 to 2.27.9
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.8...@changesets/cli@2.27.9 )
Updates `vue` from 3.5.10 to 3.5.11
- [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.5.10...v3.5.11 )
Updates `@vue/shared` from 3.5.10 to 3.5.11
- [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.5.11/packages/shared )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
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: "@vue/shared"
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>
2 years ago
Vben
d1e1256202
chore: disable sorting of non-core folder object fields ( #4547 )
* chore: disable sorting of non-core folder object fields
* chore: ci error
2 years ago
vince
a72b8acaf9
fix: window system clean script execution problems ( #4513 )
* fix: fix window system clean script execution problems
* fix: lint error
* chore: remove test code
2 years ago
Vben
2a83f1d666
feat: add playwright e2e testing framework ( #4468 )
* feat: add playwright e2e testing framework
2 years ago
Vben
bc625ee710
fix: improve global type detection of vue files ( #4455 )
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
98da0672e7
feat: add archive plug-in to output dist.zip after build ( #4272 )
* feat: add the archiver plug-in to output dist.zip after build
* chore: update env
2 years ago
dependabot[bot]
3b2ed948f5
chore(deps): bump the non-breaking-changes group with 9 updates ( #4266 )
* chore(deps): bump the non-breaking-changes group with 9 updates
Bumps the non-breaking-changes group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `22.5.0` | `22.5.1` |
| [turbo](https://github.com/vercel/turborepo ) | `2.0.14` | `2.1.0` |
| [@iconify/json ](https://github.com/iconify/icon-sets ) | `2.2.241` | `2.2.242` |
| [@tailwindcss/typography ](https://github.com/tailwindlabs/tailwindcss-typography ) | `0.5.14` | `0.5.15` |
| [@commitlint/cli ](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) | `19.4.0` | `19.4.1` |
| [@commitlint/config-conventional ](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) | `19.2.2` | `19.4.1` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo ) | `2.0.14` | `2.1.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist ) | `3.2.0` | `3.3.0` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.8.2` | `16.9.0` |
Updates `@types/node` from 22.5.0 to 22.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `turbo` from 2.0.14 to 2.1.0
- [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.14...v2.1.0 )
Updates `@iconify/json` from 2.2.241 to 2.2.242
- [Commits](https://github.com/iconify/icon-sets/compare/2.2.241...2.2.242 )
Updates `@tailwindcss/typography` from 0.5.14 to 0.5.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.14...v0.5.15 )
Updates `@commitlint/cli` from 19.4.0 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/cli )
Updates `@commitlint/config-conventional` from 19.2.2 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/config-conventional )
Updates `eslint-config-turbo` from 2.0.14 to 2.1.0
- [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.1.0/packages/eslint-config-turbo )
Updates `eslint-plugin-perfectionist` from 3.2.0 to 3.3.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.2.0...v3.3.0 )
Updates `stylelint` from 16.8.2 to 16.9.0
- [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.2...16.9.0 )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: turbo
dependency-type: direct:development
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: "@commitlint/cli"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-config-turbo
dependency-type: direct:production
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-minor
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
* chore: update ci
---------
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>
2 years ago
Vben
36e7ca19a1
perf: improve modal and drawer component documentation and fix known problems ( #4264 )
* feat: improve modal and drawer component documentation and fix known problems
* chore: update ci
2 years ago
Vben
0faf7810b6
perf: optimization of tabbar display ( #4169 )
* perf: optimization of tabbar display
* fix: ci error
* chore: typo
* chore: typo
2 years ago
Vben
992b9bae6c
chore: update eslint configuration and adjust docker command [skip ci] ( #4101 )
2 years ago
Donny Wang
7994d664fd
chore: update eslint type ( #4032 )
* chore: update eslint type
* fix: test type error
---------
Co-authored-by: dong <196628497@qq.com>
2 years ago
Vben
530159140c
fix: Upgrade unbuild to resolve console warning issues and also deal with post-upgrade compatibility issues ( #4009 )
2 years ago
vben
06ad5ad871
chore: Rename the website directory to docs
2 years ago
vben
9b98b3190e
chore: update deps
2 years ago
vben
cf0ec053e4
refactor: Integrate the @vben-core/shared package
2 years ago
vben
cd10eb9471
feat: Regular monitoring page update [deploy]
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
vben
480580f104
feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name
2 years ago
vben
9987451647
feat: use simpler nitro instead of nestjs to implement mock service
2 years ago
vince
8952e947bf
feat: add eslint-plugin-turbo
2 years ago
vince
04a1533a1e
refactor: splitting and reorganizing style files
2 years ago
vince
414a639db1
chore: update deps
2 years ago
vben
6147d13a29
docs: update docs
2 years ago
vben
e68e1b40ce
perf: add eslint import rules, improve the coupling of some components
2 years ago
vben
692225cfff
chore: remove sqlite
2 years ago
vben
d4f61c283f
chore: update uikit -> ui-kit
2 years ago
vben
1279872089
chore: update deps
2 years ago
vben
fe6dabf991
chore: format code
2 years ago
vben
351a41e219
chore: update ci
2 years ago
vben
6ffec31ce8
perf: Use Imports Instead of Aliases
2 years ago
vben
54b35deeab
fix: type check
fix: ci
fix: ci
fix: ci
2 years ago
vben
9278c4b416
feat: add code onwer
chore: update readme.md
chore: update deps
chore: update deps
chore: update deps
2 years ago
vben
35c3dd78ec
chore: format code
2 years ago
vben
2eef9241a5
fix: border css
2 years ago
vben
7bcd7746ca
chore: format code
2 years ago
vben
f7b97e8a83
chore: update deps
2 years ago
vben
0732a8d853
chore: format code
2 years ago
vben
b9a7eefcb5
feat: add website package
2 years ago
vben
399334ac57
chore: init project
2 years ago