vue-vben-admin/playground
Netfan 516d0b8dc8
Some checks are pending
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Test (windows-latest) (push) Waiting to run
CI / Lint (ubuntu-latest) (push) Waiting to run
CI / Lint (windows-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / CI OK (push) Blocked by required conditions
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Deploy Website on push / Deploy Push Playground Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Docs Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Antd Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Element Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Naive Ftp (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
fix: form fieldMappingTime improve and modelPropName support (#5335)
* 表单的fieldMappingTime支持将格式化掩码设为null以便原值映射,这样可以支持非日期时间类型的组件;
* 表单增加modelPropName设置组件的双向绑定属性名,用于支持未提前注册的双向绑定属性为非默认名称的组件。
* 增加一些经常会有人提到的组合字段演示,
2025-01-09 22:49:28 +08:00
..
__tests__/e2e feat: add playwright e2e testing framework (#4468) 2024-09-22 21:35:40 +08:00
public refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
src fix: form fieldMappingTime improve and modelPropName support (#5335) 2025-01-09 22:49:28 +08:00
.env fix: fix keepAlive parameter error (#4194) 2024-08-19 23:28:14 +08:00
.env.analyze refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
.env.development refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
.env.production feat: add archive plug-in to output dist.zip after build (#4272) 2024-08-29 21:47:00 +08:00
index.html refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
package.json chore: release 5.5.2 2024-12-28 22:15:00 +08:00
playwright.config.ts feat: add playwright e2e testing framework (#4468) 2024-09-22 21:35:40 +08:00
postcss.config.mjs refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
tailwind.config.mjs refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
tsconfig.json refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
tsconfig.node.json refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
vite.config.mts refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00