1
0
mirror of synced 2024-11-21 21:06:04 +03:00
Commit Graph

545 Commits

Author SHA1 Message Date
Zaytsev Kirill
dba96a2fb2 refactor: Replaced check of allErrors with check of violations in storybook 2020-10-26 00:52:09 +03:00
Zaytsev Kirill
3cc80f20da test: Removed checks for allErrors prop, replaced with checks for particular errors & violations 2020-10-26 00:51:19 +03:00
Zaytsev Kirill
91a97e4365 refactor: pendingValidation renamed to validationRun 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
7b5d38923f refactor!: errorBehavior renamed to validationBehavior 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
3f5735299d refactor: Moved utils to separated files, code cleanup 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
e814edf9fc refactor!: performValidation method renamed to runValidation 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
b1e126a149 refactor!: Renamed validationMessages Formulario option to messages 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
ea93863a05 feat!: Remove blur error behavior & blurHandler, validation logic refactor & cleanup 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
3d31c461e6 feat!: formularioValue prop removed, prop value now used as model 2020-10-26 00:43:09 +03:00
1on
357d493899 0.2.0 2020-10-23 14:15:57 +03:00
Kruglov Kirill
e1a10ee61e
Merge pull request #9 from cmath10/proposal-cleanup
Validation logic refactor, dead code removal, plugin system removed, file upload functionality removed
2020-10-23 14:14:39 +03:00
Zaytsev Kirill
89d99cccc7 chore: Code comments 2020-10-23 13:37:51 +03:00
Zaytsev Kirill
cd248b7678 refactor: Decrease of code block nesting 2020-10-23 13:24:27 +03:00
Zaytsev Kirill
25a4f5530f chore: Dead code removal 2020-10-22 17:45:00 +03:00
Zaytsev Kirill
13362a703a test: Removed unnecessary slots 2020-10-22 17:23:45 +03:00
Zaytsev Kirill
9540e37226 test: Fixed tests for submit event 2020-10-22 17:16:49 +03:00
Zaytsev Kirill
cc5bb03bae chore!: Removed uploading functionality, dead code removals 2020-10-22 16:37:57 +03:00
Zaytsev Kirill
434b288a3c fix: Validator groups enlargement, number validation rule 2020-10-22 14:20:50 +03:00
Zaytsev Kirill
c85f3332eb fix: Getting validators
BREAKING CHANGE: Removed form registry
2020-10-22 13:46:35 +03:00
Zaytsev Kirill
467dca656b refactor: Validation logic refactor, additional typehints, removed dead code
BREAKING CHANGE: Plugin system removed
2020-10-22 10:59:47 +03:00
Zaytsev Kirill
6e0f9b3223 test: Rewritten grouping test without checking internal class FormSubmission 2020-10-22 10:52:01 +03:00
1on
1bc952c9c0 0.1.1 2020-10-21 10:58:40 +03:00
1on
ebbf10043b fix: Fixed input event on data with nested objects 2020-10-21 10:58:00 +03:00
1on
06c79905a8 fix: Removed validation on field value change, when errorBehavior is not live 2020-10-21 10:57:58 +03:00
Kruglov Kirill
9aedaa1b0e
Merge pull request #8 from cmath10/fix-types
fix: Typehint fixes
2020-10-21 10:57:26 +03:00
Zaytsev Kirill
d1a0986ba4 fix: Typehint fixes 2020-10-20 17:41:28 +03:00
Kruglov Kirill
d0e45947ad
Merge pull request #7 from cmath10/fix-component-names
fix: Components names
2020-10-20 11:57:53 +03:00
Zaytsev Kirill
ca292960ff fix: Components names 2020-10-19 18:53:24 +03:00
1on
9488c8e8fd 0.1.0 2020-10-19 14:38:35 +03:00
Kruglov Kirill
d59df138a2
Merge pull request #6 from cmath10/proposal-refactor
Typescript & storybook & build
2020-10-19 14:35:10 +03:00
Zaytsev Kirill
bd53602f5e chore: Added changes from master 2020-10-19 13:45:32 +03:00
Zaytsev Kirill
049e90a128 chore: .npmignore & build config 2020-10-19 13:45:31 +03:00
Zaytsev Kirill
578cb0f34b chore: Added Grouping example to storybook, typehints fixes 2020-10-19 13:45:29 +03:00
Zaytsev Kirill
c2aa0cb4f1 chore: Added storybook, removed vue-i18n (was not in use) 2020-10-19 13:45:28 +03:00
Zaytsev Kirill
9004e5d690 chore: Removed outdated examples 2020-10-19 13:45:27 +03:00
Zaytsev Kirill
323fbf4bf4 chore: Rearranged functions in utils.ts, additional typehinting 2020-10-19 13:45:26 +03:00
Zaytsev Kirill
54bf820824 chore: Additional typehints, Object/ObjectType replaced with Record<string, any> 2020-10-19 13:45:25 +03:00
Zaytsev Kirill
a3eb14a745 fix: Nested fields assignment, classes computed prop removed, additional typehints 2020-10-19 13:45:24 +03:00
Zaytsev Kirill
35aff198ba refactor: ValidatableData interface moved to validation/types 2020-10-19 13:45:23 +03:00
Zaytsev Kirill
f3410db883 refactor: ArrayType moved to common.type, dead code removal 2020-10-19 13:45:22 +03:00
Zaytsev Kirill
ec1035a9a0 refactor: Merge utility moved to a separated file 2020-10-19 13:45:20 +03:00
Zaytsev Kirill
c5bb8076e6 fix: Fixed build config 2020-10-19 13:45:19 +03:00
Zaytsev Kirill
aeb94dbc2b style: Fixed style of babel.config.js 2020-10-19 13:45:18 +03:00
Zaytsev Kirill
5903782d85 chore: Docker configuration for dev 2020-10-19 13:45:17 +03:00
Zaytsev Kirill
0274ccd58a refactor: Moved components options to components classes, additional typehints 2020-10-19 13:45:16 +03:00
Zaytsev Kirill
713a2bab51 chore: Build config fixes, modules paths correction 2020-10-19 13:45:15 +03:00
Zaytsev Kirill
45f29ff27a refactor: Validation callbacks logic simplification, typehints 2020-10-19 13:45:13 +03:00
Zaytsev Kirill
99c3f8a4cd chore: .idea directory added to .gitignore 2020-10-19 13:45:12 +03:00
Zaytsev Kirill
63a7c88905 refactor: Rewritten onto typescript@3.9 2020-10-19 13:45:11 +03:00
Zaytsev Kirill
acb6357433 style: Addition of the eslint rules 2020-10-19 13:45:11 +03:00