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

87 Commits

Author SHA1 Message Date
Justin Schroeder
01cb68d728 2.2.5 2020-03-20 15:41:32 -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
Justin Schroeder
778d6b8731 Makes value set the initial value of inputs 2020-01-31 22:50:18 -05:00
Justin Schroeder
6954b45867 2.0.0-alpha.1 2020-01-29 17:08:19 -05:00
Justin Schroeder
4a1946c656 Makes private 2020-01-29 17:07:02 -05:00
Justin Schroeder
c0b77fbd8d Temporarily changes the next branch 2020-01-29 17:05:25 -05:00
Justin Schroeder
e952e46aad Adds initial validation rules and support 2019-11-07 17:03:34 -05:00
Justin Schroeder
d5bd85bdd4 Updates build to use node 11 2019-11-01 14:35:06 -04:00
Justin Schroeder
dbb41471e5 Updates vue formulate with updated build 2019-11-01 14:03:48 -04:00
Justin Schroeder
58822a86e6 Adds a workaround test for bug vuejs/vue-test-utils#1130 2019-10-31 10:24:18 -04:00
Justin Schroeder
27bd2bda26 Initial commit of the version 2 rewrite 2019-10-07 10:24:30 -04:00
Justin Schroeder
d3a1aea436 0.13.0 2019-09-24 11:28:40 -04:00
Justin Schroeder
59e7dc763c 0.12.0 2019-09-23 16:47:17 -04:00
Justin Schroeder
d3def49523 0.11.1 2019-09-10 01:08:27 -04:00
Justin Schroeder
90186fbbeb 0.11.0 2019-03-18 13:48:52 -04:00
Justin Schroeder
5fe64141d3 0.10.0 2019-02-26 10:56:29 -05:00
Justin Schroeder
289bbd2af3 0.9.6 2018-11-20 11:58:04 -05:00
Justin Schroeder
85b4ef6571 0.9.5 2018-11-01 17:04:24 -04:00
Justin Schroeder
6b19a973a8 0.9.4 2018-10-30 11:15:14 -04:00
Justin Schroeder
6391a14f0e 0.9.3 2018-10-15 23:21:49 -04:00
Justin Schroeder
4297759781 0.9.2 2018-08-08 23:30:38 -04:00
Justin Schroeder
33442c291f 0.9.1 2018-05-18 23:47:18 -04:00
Justin Schroeder
1c0980b1e8 0.9.0 2018-05-18 14:46:19 -04:00
Justin Schroeder
dd626a0f58 0.8.2 2018-04-10 10:51:49 -04:00
Justin Schroeder
d50a0ebe25 0.8.1 2018-04-09 11:51:28 -04:00
Justin Schroeder
cec35a834a 0.8.0 2018-03-30 14:56:51 -04:00
Justin Schroeder
fd4c422f7d 0.7.4 2018-03-19 10:00:06 -04:00