You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Hey guys, seem likes I have ignored the project for nearly 1 year. Still a lot of problems left to make the form become better, like:
29
+
- The library itself is too highly depended from many libraries. This cost us a lot (including the final bundle size, too heavy)
30
+
- Multilingual - One of the must-have feature.
31
+
- Better approaches in the library, implement most of the good features from Vue, less depend on JQuery,...
32
+
- Extendable (yes it extendable, but still, not perfect enough)
33
+
- ...
34
+
35
+
I got a plan to build a new version which is **v2.0.0**, to rebuild the library and make it better.
36
+
37
+
You can send me an email to: `vue-form-builder@sethphat.com`, I would love to receive your feedback, ideas for the next version of Vue Form Builder. Together for the better.
38
+
39
+
### New Plan - v2.0.0
40
+
- A new structural for the Vue-Form-Builder. New codebase, new everything new.
41
+
- Still Vue, Still 2.5+
42
+
- Less dependencies
43
+
- Style Injection - not only Bootstrap, you can use any CSS Framework as you want, even your own CSS Styling.
44
+
- More controls:
45
+
- Date Range (Start date - End date)
46
+
- File Upload (Interact with RestAPI)
47
+
- ... (your ideas here)
48
+
- ...
49
+
27
50
## Current version
28
51
Current latest version of the Vue Form Builder: **1.4.1-rc1**.
0 commit comments