Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 2ba6d5d

Browse files
authored
Change of plan
1 parent cf15a84 commit 2ba6d5d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@ The library is built & ready for production but if you meet any bugs or issues,
2424
Demo Online: http://vue-form-builder.sethphat.com
2525
Demo Project: https://github.com/sethsandaru/demo-vue-form-builder
2626

27+
## Big Announcement
28+
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+
2750
## Current version
2851
Current latest version of the Vue Form Builder: **1.4.1-rc1**.
2952

0 commit comments

Comments
 (0)