1
0
mirror of synced 2024-11-22 05:16:05 +03:00
Commit Graph

319 Commits

Author SHA1 Message Date
Justin Schroeder
bed18767fb Fixes bug that could cause the wrong repeatable group to be removed 2020-05-18 00:15:45 -04:00
Justin Schroeder
d76dc08067 Updates build files with new english locale 2020-05-17 15:11:43 -04:00
Justin Schroeder
e7753c8572 Bumps vue-formulate-i18n 2020-05-17 15:11:07 -04:00
Justin Schroeder
c63df619f3 Merge branch 'release/2.3.0' of github.com:wearebraid/vue-formulate into release/2.3.0 2020-05-17 15:07:18 -04:00
Justin Schroeder
58ce5db539 Fixes help text bleeding through on box classification, adds full specimen sheet 2020-05-17 15:06:55 -04:00
Andrew Boyd
be7f61f53e update readme to include localization contributors 2020-05-17 13:46:39 -04:00
Andrew Boyd
cb769426c0 change intro heading to h2 2020-05-17 11:28:17 -04:00
Andrew Boyd
4c5e491d4b tighten up contributors section 2020-05-17 11:23:47 -04:00
Andrew Boyd
0fc866a8e0 adds link to braid website 2020-05-17 11:21:53 -04:00
Andrew Boyd
8cfef3300e slight text adjuestments and addition of license section 2020-05-17 11:21:04 -04:00
Andrew Boyd
705ad2e7d4 adds cta to read the docs 2020-05-17 11:09:32 -04:00
Andrew Boyd
b2a358f91f remove financial contributors sections 2020-05-17 11:03:52 -04:00
Andrew Boyd
351047bc4f use HTML for feature table in readme for better style control 2020-05-17 11:01:08 -04:00
Andrew Boyd
d08ff43d38 refactor readme to better reflect documentation website 2020-05-17 10:43:33 -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
2d097fadb4 Adds support for new named form methods 2020-05-15 23:20:29 -04:00
Justin Schroeder
1d869936c8 Merge branch 'feature/error-behavior' into feature/grouping 2020-05-15 14:13:29 -04:00
Justin Schroeder
fbc54bd72b Adds aria-describedby, rule bailing 2020-05-15 14:08:58 -04:00
Justin Schroeder
af5e23098d Fixes issue #55, removing form data on deregister 2020-05-14 16:45:29 -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
1e403a7fe9 Adds slot component tests 2020-05-10 15:23:18 -04:00
Justin Schroeder
9f20c63f13 Adds default empty state for non repeatable groups 2020-05-10 10:24:38 -04:00
Justin Schroeder
a08163fba8 Adds index support to default context 2020-05-09 23:01:02 -04:00
Justin Schroeder
27272e6582 Updates build files 2020-05-08 23:55:43 -04:00
Justin Schroeder
07165d4d97 Adds testing and more rubust support for repeating groups 2020-05-08 17:25:52 -04:00
Justin Schroeder
8e3ca76685 Adds initial grouping tests and first functional, repeatable, modelable grouped fields 2020-05-06 23:33:58 -04:00
Justin Schroeder
63d3ca7148
Merge pull request #80 from wearebraid/fix/firefox-slider
Fix/firefox slider
2020-05-04 16:52:28 -04:00
Justin Schroeder
c10fd0c417 Removes unecessary 2.3 styling that crept in 2020-05-04 16:43:39 -04:00
Justin Schroeder
3bef91aff1 Removes border from slider thumb 2020-05-04 16:29:39 -04:00
Justin Schroeder
0ab4009e0e 2.2.12 2020-05-04 16:11:28 -04:00
Justin Schroeder
290db1e37c Merge branch 'master' of github.com:wearebraid/vue-formulate 2020-05-04 16:10:56 -04:00
Justin Schroeder
ff35dc0ea4
Merge pull request #77 from wearebraid/feature/deterministic-ids
Feature/deterministic ids
2020-05-04 16:09:10 -04:00
Justin Schroeder
0916b4ae89
Merge branch 'master' into feature/deterministic-ids 2020-05-04 16:03:42 -04:00
Justin Schroeder
7ce5d3e859 Merge branch 'master' of github.com:wearebraid/vue-formulate 2020-05-04 16:03:01 -04:00
Justin Schroeder
1d5606c939 Adds build files 2020-05-04 16:02:15 -04:00
Justin Schroeder
4b2789b329
Merge pull request #76 from wearebraid/feature/name-prop
adds name prop as pass-through attribute on certain input types
2020-05-04 16:00:50 -04:00
Justin Schroeder
637e5afe54 Fixes limitation of name values 2020-05-04 14:57:47 -04:00
Justin Schroeder
430f27f24c Improved deep slot support 2020-05-04 14:50:32 -04:00
Justin Schroeder
48994e88e1
Update src/Formulate.js
Co-authored-by: Andrew Boyd <andrew@wearebraid.com>
2020-05-02 10:31:51 -04:00
Andrew Boyd
45711c581a reset hasGivenName check to more explicit string matching. 2020-05-02 09:34:15 -04:00
Andrew Boyd
bdbf2afc8f
Update src/libs/context.js
Co-authored-by: Justin Schroeder <justin@wearebraid.com>
2020-05-02 09:30:26 -04:00
Justin Schroeder
84219e10ef Removes unecessary imports 2020-05-01 22:44:30 -04:00
Justin Schroeder
aed01eb4ff Adds support for deterministic ids 2020-05-01 15:58:40 -04:00
Andrew Boyd
1a334f9a9e builds files 2020-05-01 15:43:18 -04:00
Andrew Boyd
70ebb846ce passes name through to box elements and adds tests to check agaist unwanted props bleed 2020-05-01 15:42:47 -04:00
Andrew Boyd
59ee882863 adds name prop as pass-through attribute on certain input types 2020-05-01 14:57:30 -04:00
Justin Schroeder
35ab510f85 2.2.11 2020-04-29 10:24:27 -04:00