1
0
mirror of synced 2024-11-22 13:26:06 +03:00
Commit Graph

112 Commits

Author SHA1 Message Date
1on
15ec7c7743 Errors now are an objects with fields message, rule and context. Fixed validation messages generation. Default validation messages generator added. 2020-05-25 13:41:38 +03:00
1on
83d36526c3 Library renamed to formulario 2020-05-22 14:22:56 +03:00
1on
6a1ea3faf9 Removed css styles 2020-05-21 14:26:50 +03:00
Justin Schroeder
e7753c8572 Bumps vue-formulate-i18n 2020-05-17 15:11:07 -04:00
Justin Schroeder
75e59c6269 Bumps dependencies 2020-05-15 23:34:59 -04:00
Justin Schroeder
3e8d0221e2 Merges conflics 2020-05-15 23:29:37 -04:00
Justin Schroeder
d1f84f6a87 Bumps vue-formulate-i18n for latest ko support. 2020-05-15 23:24:55 -04:00
Justin Schroeder
fdcf7b3dbf Updates vue-test-utils to 1.0.2 2020-05-14 16:08:54 -04:00
Justin Schroeder
17dff062e7 Adds Korean support 2020-05-11 10:24:14 -04:00
Justin Schroeder
0ab4009e0e 2.2.12 2020-05-04 16:11:28 -04:00
Justin Schroeder
35ab510f85 2.2.11 2020-04-29 10:24:27 -04:00
Justin Schroeder
45ee50c44e Ipdates vue-formulate-18n to 1.5.0 with support for dutch (nl) 2020-04-29 10:14:54 -04:00
Justin Schroeder
57950ee8cd 2.2.10 2020-04-29 09:36:19 -04:00
Justin Schroeder
0a24b2ae47 Removes engine from package.json 2020-04-29 09:35:02 -04:00
Justin Schroeder
b96aaab76a 2.2.9 2020-04-28 12:08:03 -04:00
Justin Schroeder
dfef74cd27 Removes all style block tags 2020-04-16 10:21:12 -04:00
Justin Schroeder
2928d5f85f 2.2.8 2020-04-13 12:01:43 -04:00
jess
b0caba56aa
Activating Open Collective (#62)
* Adds contributors to the README
2020-04-12 07:07:33 -04:00
Justin Schroeder
bbf52c9231 2.2.7 2020-04-06 09:44:25 -04:00
Justin Schroeder
07cf10342f Bumps vue-formulate to 1.4.0 with arabic support 2020-04-06 09:32:56 -04:00
Justin Schroeder
2ad38933ee Initial support for public scoped slot api 2020-03-29 00:32:07 -04:00
Justin Schroeder
4ade385564 2.2.6 2020-03-27 10:19:01 -04:00
Justin Schroeder
74d315d29f
Bumps vue-formulate-i18n to 1.3.3 2020-03-27 10:11:06 -04:00
Justin Schroeder
bfc421f70e Adds dependencies for dev server 2020-03-27 09:39:47 -04:00
Justin Schroeder
01cb68d728 2.2.5 2020-03-20 15:41:32 -04:00
Justin Schroeder
fa26a24fa7
Adds IE11 support
* Adds support for ie11

* Fixes IE11 support, still requires polyfills

* Adds build files

* Fixes issue in ie11 related to function.name
2020-03-20 15:40:47 -04:00
Justin Schroeder
6c771fb8ae 2.2.4 2020-03-18 17:23:39 -04:00
Justin Schroeder
5e46b40399
Updates between validation rule to support type forcing.
* Adds force to between

* Updates i18n to 1.3.2 with support for between force
2020-03-18 17:15:54 -04:00
Justin Schroeder
217b8b3ea9
Release 2.2.3
* Upgrades vue-formulate-i18n to 1.3.0 for Italian support

* Fixes issue #35 data-has-preview (#38)

* Adds build files for 2.2.3

* Updates vue-formulate-i18n to 1.3.1
2020-03-16 11:02:31 -04:00
Justin Schroeder
4abeb6ad9e
Bumps i18n version: Japanese support, french locale fixes 2020-03-11 10:35:40 -04:00
Justin Schroeder
682b07620e Updates vue-formulate-i18n to 1.1.0 which includes portuguese 2020-03-09 10:38:58 -04:00
Justin Schroeder
34de4ba6dc
Adds support for @braid/vue-formulate-i18n
* Adds support form FormulateError form errors

* Adds support for form-errors prop

Also includes tests for both named-form-errors as well, form-errors prop, positioning form errors with the <FormulateErrors /> component, and allowing multiple <FormulateErrors />

* Adds form error support, error handling, and supporting tests

* Remove unused util functions

* Adds german localization locales/de.js (#14)

* Create de.js
* Added startsWith and endsWith

* adds build process for localization support, removes dist

* Adds danish localization

* fixes bug that resulted in validation failing if run more than once

Credit to @luan-nk-nguyen for discovering the bug

* Moves locales to vue-formulate-i18n

* Adds dist files for locales

* Adds vue-formulate-i18n 1.0.1

* Uses i18n 1.0.3

* Build files

* Fixes #19

* Update src/locales/README.md

Co-Authored-By: Andrew Boyd <andrew@wearebraid.com>

* changes v-html to v-text for error message output

credit to @skix123 for the bug report!

Co-authored-by: Andrew Boyd <andrew@wearebraid.com>
2020-03-07 09:03:59 -05:00
Justin Schroeder
adf8299a33
Feature/form errors (#13)
* Adds support form FormulateError form errors

* Adds support for form-errors prop

Also includes tests for both named-form-errors as well, form-errors prop, positioning form errors with the <FormulateErrors /> component, and allowing multiple <FormulateErrors />

* Adds form error support, error handling, and supporting tests

* Remove unused util functions

* fixes bug that resulted in validation failing if run more than once

Credit to @luan-nk-nguyen for discovering the bug

Co-authored-by: Andrew Boyd <andrew@wearebraid.com>
2020-03-06 16:10:25 -05:00
Justin Schroeder
c7a3e1a015 2.1.1 2020-03-02 14:01:54 -05:00
Justin Schroeder
8731990328 2.1.0 2020-03-02 01:45:06 -05:00
Justin Schroeder
1806671194 2.0.4 2020-02-29 01:00:19 -05:00
Justin Schroeder
c1607abe8e 2.0.3 2020-02-28 16:10:36 -05:00
Justin Schroeder
a4d811e95d taggs 2.0.2 2020-02-28 16:10:19 -05:00
Justin Schroeder
e6927604f6 2.0.3 2020-02-28 16:07:43 -05:00
Justin Schroeder
d9af6171bf 2.0.2 2020-02-28 16:02:42 -05:00
Justin Schroeder
9775e14770 Cleans up dependencies and bundles requirements in browser minified version 2020-02-28 10:46:08 -05:00
Justin Schroeder
056ed20cbc 2.0.1 2020-02-27 23:53:25 -05:00
Justin Schroeder
812ab6800a Updates package to version 2.0.0 2020-02-27 23:49:55 -05:00
Justin Schroeder
441ecca076 Updates version to 2.0.0-alpha.4 2020-02-27 14:49:45 -05:00
Justin Schroeder
c0ffcab79f Adds support for plugin architecture 2020-02-27 14:47:24 -05:00
Justin Schroeder
c31e896b86 Includes support for slider values, custom validation rules and messages 2020-02-27 01:18:51 -05:00
Justin Schroeder
3a0bc0c26e Fixes bug that caused FormulateForm::submitForm to return an unresolving promise 2020-02-26 10:11:34 -05:00
Justin Schroeder
d7e3859951 Adds support for validation rules that are aware of other form elements 2020-02-25 17:32:40 -05:00
Justin Schroeder
f30dc39927 Adds access restricted to package.json 2020-02-18 14:32:33 -05:00
Justin Schroeder
6690ab3576 Removes the original source code 2020-02-18 13:08:40 -05:00