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

545 Commits

Author SHA1 Message Date
dependabot[bot]
44bcbabbcc
chore(deps): bump pug-code-gen from 2.0.2 to 2.0.3
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug-code-gen@2.0.2...pug@2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 04:35:03 +00:00
dependabot[bot]
1dbabafdd7
chore(deps): bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 16:48:44 +00:00
dependabot[bot]
b02460144e
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 18:43:25 +00:00
1on
46423dc8c6 0.5.1 2020-11-17 09:36:13 +03:00
Kruglov Kirill
91b928f144
Merge pull request #18 from 1on/dev
fix: fixed removing array item in form data
2020-11-17 09:34:02 +03:00
1on
ed0f3aaeac fix: fixed removing array item in form data 2020-11-16 17:42:26 +03:00
1on
6115322699 0.5.0 2020-11-13 14:45:37 +03:00
1on
8ca723af00 0.4.2 2020-11-13 13:03:46 +03:00
Kruglov Kirill
d4ca4d80df
Merge pull request #17 from cmath10/proposal-typehints
fix: Typehints for modelGetConverter / modelSetConverter
2020-11-13 13:03:21 +03:00
Zaytsev Kirill
7a6fc72839 fix: Typehints for modelGetConverter / modelSetConverter 2020-11-13 13:01:22 +03:00
Kruglov Kirill
50d0516a28
Merge pull request #16 from 1on/dev
feat: custom model setter and getter props are added for FormularioInput
2020-11-13 12:27:25 +03:00
1on
61bc90bc39 feat: custom model setter and getter props are added for FormularioInput 2020-11-13 12:13:55 +03:00
1on
57075b2b75 0.4.1 2020-11-12 10:17:27 +03:00
Kruglov Kirill
397fee45a3
Merge pull request #15 from 1on/dev
fix: Fixed resetting field`s local errors when form errors prop cleared
2020-11-12 10:11:36 +03:00
1on
75ee75f311 fix: Fixed resetting field`s local errors when form errors prop cleared 2020-11-12 10:05:56 +03:00
1on
20b08fe6e8 0.4.0 2020-11-11 11:56:00 +03:00
1on
12095b0b1c fix: Disabled terser due to problems in builded files 2020-11-11 11:32:43 +03:00
Kruglov Kirill
95ebddc161
Merge pull request #14 from cmath10/proposal-refactor#input
Refactored plugin install method; code style; typehints
2020-11-11 11:31:07 +03:00
Zaytsev Kirill
849738f0d0 refactor: Logic optimization 2020-11-10 17:27:14 +03:00
Zaytsev Kirill
13390b59c4 docs: Fixed README.md 2020-11-10 10:27:51 +03:00
Zaytsev Kirill
076e140452 chore: Typehints fixes 2020-11-10 09:53:13 +03:00
Zaytsev Kirill
602af0a22d chore: Typehints fixes 2020-11-10 09:47:40 +03:00
Zaytsev Kirill
b567c115c9 chore: Removed unnecessary comment 2020-11-10 09:46:04 +03:00
Zaytsev Kirill
0bca0873a6 style: Code style 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
c82c8de5db chore: Typehints, rewritten comments in @/validation/messages 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
62e65687d1 chore: Types renames 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
8e3bacab3c refactor: Got rid of promises in default validation rules fns, rewritten rules tests 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
a0345a605e refactor: Moved install method out of Formulario class 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
aa35a16a9d chore: Replaced old stories 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
904119deb8 refactor: Renamed register() method to add(), old add() method removed 2020-11-09 09:48:55 +03:00
Zaytsev Kirill
edf1fc6340 fix: cloning dates in clone util 2020-11-09 09:48:55 +03:00
Zaytsev Kirill
98b5c0935d test: Restored remaining tests for form 2020-11-09 09:48:55 +03:00
1on
cfee007165 0.3.2 2020-11-02 12:04:31 +03:00
Kruglov Kirill
5585b20d84
Merge pull request #13 from 1on/master
Fixed working with array of fields
2020-11-02 12:03:39 +03:00
1on
8f4081357d fix: Fixed setNested when removed field from array of fields 2020-11-02 11:59:27 +03:00
1on
96a991f46f fix: Fixed registry.getNested for array of fields 2020-11-02 11:59:26 +03:00
1on
f52cd2e2e7 docs: Added storybook for case of array of fields 2020-11-02 11:54:50 +03:00
1on
5f0fc7f56b 0.3.1 2020-10-28 16:22:18 +03:00
Kruglov Kirill
02d68ad805
Merge pull request #12 from 1on/master
Deep option on watch and getField method
2020-10-28 16:21:23 +03:00
1on
9ae0e4e859 fix: added deep option for watch on mergedFieldErrors 2020-10-28 16:02:23 +03:00
Kruglov Kirill
f2d3fcd217
Merge pull request #11 from cmath10/fix-build
Build & storybook fixes
2020-10-27 17:47:33 +03:00
Zaytsev Kirill
16d500b33d fix: Fixed stories because of last api changes, code cleanup 2020-10-27 17:43:49 +03:00
Zaytsev Kirill
0e1b8ac05e fix: Updated rollup-terser-plugin build dependency 2020-10-27 17:43:49 +03:00
1on
947722b5db 0.3.0 2020-10-27 10:50:02 +03:00
Kruglov Kirill
01357aef1e
Merge pull request #10 from cmath10/proposal-refactor#validation
Validation refactor
2020-10-27 10:47:42 +03:00
Zaytsev Kirill
47f631e6ae test: Added tests for validation functions 2020-10-26 20:54:43 +03:00
Zaytsev Kirill
4251d46591 refactor!: rules & messages Formulario options renamed to validationRules & validationMessages 2020-10-26 17:03:24 +03:00
Zaytsev Kirill
1caff9c089 chore: Returned back allErrors in storybook 2020-10-26 17:00:18 +03:00
Zaytsev Kirill
07f3168e1e feat!: FormularioInput context.allErrors now is string array 2020-10-26 16:53:52 +03:00
Zaytsev Kirill
ad7336d595 chore!: Removed errors prop from FormularioInput 2020-10-26 16:50:12 +03:00