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

529 Commits

Author SHA1 Message Date
dependabot[bot]
877a672ce9 chore(deps): bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 16:56:40 +03:00
dependabot[bot]
593af7efc8 chore(deps): bump follow-redirects from 1.11.0 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 16:56:06 +03:00
dependabot[bot]
674449707b chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 16:55:15 +03:00
dependabot[bot]
e3e7aea10d chore(deps): bump eventsource from 1.0.7 to 1.1.1
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 16:55:02 +03:00
dependabot[bot]
b3849e45f3 chore(deps): bump jsdom from 16.4.0 to 16.7.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.4.0...16.7.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 16:54:30 +03:00
1on
0b5607bbbe chore(release): 0.7.3 2021-11-11 11:41:23 +03:00
Kruglov Kirill
2f3a63b012
Merge pull request #38 from cmath10/fix-tostring-in-validators
fix: Fixed toString calls in validators
2021-11-11 11:39:38 +03:00
Zaytsev Kirill
da56b04213 fix: Fixed toString calls in validators 2021-11-11 11:28:12 +03:00
1on
76dec48d64 chore(release): 0.7.2 2021-10-21 12:56:11 +03:00
Kruglov Kirill
29975e3ddb
Merge pull request #37 from cmath10/fix-blob-cloning
fix: Blob objects are no longer cloned
2021-10-21 12:50:32 +03:00
Zaytsev Kirill
67dba981a1 fix: Blob objects are no longer cloned 2021-10-21 12:45:43 +03:00
1on
bff166a396 chore(release): 0.7.1 2021-09-30 13:51:30 +03:00
1on
8e36a9f59d fix: Build 2021-09-30 13:51:12 +03:00
1on
3eeff5fe1e chore(release): 0.7.0 2021-09-30 13:17:11 +03:00
Kruglov Kirill
e3084fdf85
Merge pull request #35 from cmath10/field-unregister-behavior
feat!: Added property "unregisterBehavior" to FormularioField to cont…
2021-09-30 13:15:29 +03:00
Zaytsev Kirill
d39ca17e45 feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal
Defaults to "none" which means value will not be unset and path will not be remove
2021-09-30 12:33:54 +03:00
1on
db298475d5 chore(release): 0.6.3 2021-09-29 11:39:14 +03:00
Kruglov Kirill
5d9991e880
Merge pull request #34 from cmath10/formulario-field-html-tag
feat: Possibility to change html tag used by FormularioField
2021-09-29 11:37:49 +03:00
Zaytsev Kirill
c7d3e833a4 feat: Possibility to change html tag used by FormularioField 2021-09-29 11:15:32 +03:00
1on
1c1b6226fa chore(release): 0.6.2 2021-09-21 10:32:23 +03:00
1on
8c7d71467f Build 2021-09-21 10:32:18 +03:00
Kruglov Kirill
9792a1863c
Merge pull request #32 from cmath10/fix-record-like-check
fix: Fixed records & arrays detection
2021-09-21 10:23:59 +03:00
Kruglov Kirill
bc28c74159
Merge pull request #28 from retailcrm/dependabot/npm_and_yarn/ws-6.2.2
chore(deps): bump ws from 6.2.1 to 6.2.2
2021-09-21 10:23:48 +03:00
Zaytsev Kirill
1d785ec5eb fix: Fixed records & arrays detection 2021-09-20 21:47:37 +03:00
dependabot[bot]
7856cf51c5
chore(deps): bump ws from 6.2.1 to 6.2.2
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 12:34:24 +00:00
Kruglov Kirill
f1094bb6c9
Merge pull request #31 from retailcrm/dependabot/npm_and_yarn/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
2021-08-12 15:33:05 +03:00
dependabot[bot]
9de2860ea7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 11:56:21 +00:00
1on
4a45ce1078 chore(release): 0.6.1 2021-08-03 14:48:47 +03:00
1on
d3beab3583 fix: Build 2021-08-03 14:48:41 +03:00
1on
76454eabdb chore(release): 0.6.0 2021-08-03 11:01:03 +03:00
Kruglov Kirill
f054290abd
Merge pull request #30 from 1on/url-validator-fix
fix: Url validator now allows empty value
2021-08-03 10:53:51 +03:00
1on
1023ae2fc1 fix: Url validator now allows empty value 2021-08-03 10:52:10 +03:00
Kruglov Kirill
b5961c52eb
Merge pull request #29 from cmath10/0.6.0-experimental
v0.6.0 Form state management refactoring, release automation
2021-06-17 17:12:23 +03:00
Zaytsev Kirill
ea54f0a800 chore: Removed unused type declaration 2021-06-15 11:14:04 +03:00
Zaytsev Kirill
65b2ec4cc8 chore: Release automation preparations 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
b9af1bdab8 chore: github-actions testing pipeline 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
9336db2989 docs: README.md clarification 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
9152b9a322 chore: Rearranged package.json keys to show more valuable information first 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
037751a3a1 chore: Removed unused dependency 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
b37040d2d3 refactor: Deep cloning of state, deep equal checker 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
7c2a9e8110 feat!: Validation event payload property "name" renamed to "path" 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
a1476d9986 refactor: State management logic & tests 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
9868d99c19 chore: Form state management refactor preparations 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
343bdb16cb refactor: Improved logic of clone utility 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
fd780cd585 feat: Added possibility to run / reset form validation via $formulario 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
6612d8a5f9 refactor!: FormularioFieldGroup - isArrayItem prop no longer required, replaced with integer name value detection 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
0cba9e56b3 test: Test logic refactor 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
509aa44710 chore: Updated eslint rules 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
b4ab3404a4 fix: Got rid of redundant input events 2021-06-14 14:02:10 +03:00
Zaytsev Kirill
b1c2ee9056 chore: clone logic refactor preparations & typehinting 2021-06-14 14:02:10 +03:00