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

Commit

Permalink
V2.1.1 (#91)
Browse files Browse the repository at this point in the history
* Disable Controls on Vue.register(VueFormBuilderPlugin, ...)
Prototyping the Server-side Validation

* Server-side validation ok (with the mock-api from designer.mocky.io - super awesome)
Added input type for InputControl

* Security updated

* Finished 2.1.1

* Prod build

* 2.1.1

Co-authored-by: Seth Phat <[email protected]>
  • Loading branch information
sethsandaru and phatsandaru authored Sep 18, 2021
1 parent cbc4f22 commit 097c1c1
Show file tree
Hide file tree
Showing 34 changed files with 4,702 additions and 674 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Loading

0 comments on commit 097c1c1

Please sign in to comment.