@bolttech/form-engine 0.14.0 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -64
- package/README.md +2 -1
- package/{asFormField-b5b8fe55.js → asFormField-8fd69478.js} +2 -2
- package/{asFormField-b5b8fe55.js.map → asFormField-8fd69478.js.map} +1 -1
- package/index.js +1 -1
- package/package.json +3 -11
- package/react.js +1 -1
- package/src/core/managers/Field.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,75 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [0.14.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* add others stories file ([b815d09](http://bitbucket.org/gofrank/bolttech-frontend/commit/b815d092a96cd86182d0824570f48ca58939b5fb))
|
|
11
|
-
* **bind:** changing dropdown story ([a767529](http://bitbucket.org/gofrank/bolttech-frontend/commit/a7675293474b44fddad66b4dfd501a978b41ba31))
|
|
12
|
-
* implement api stories ([fc60ae4](http://bitbucket.org/gofrank/bolttech-frontend/commit/fc60ae4334fbb78906a190fa72bc2624158e5b0d))
|
|
13
|
-
* implement code viewer into storybook ([ae990d2](http://bitbucket.org/gofrank/bolttech-frontend/commit/ae990d24cfb0bc6c4ea69e7363db0b757b74d1e2))
|
|
14
|
-
* migrate crashCourse stories - BSSB-1780 ([012fd1e](http://bitbucket.org/gofrank/bolttech-frontend/commit/012fd1e60b9d6010a8feba68fee7da649ea04d2f))
|
|
15
|
-
* migrate hooks stories to new version ([c643eaa](http://bitbucket.org/gofrank/bolttech-frontend/commit/c643eaabefa5a33e7f598e6048f59f71537b8fbf))
|
|
16
|
-
* migrate masks stories - BSSB-1795 ([6545cbb](http://bitbucket.org/gofrank/bolttech-frontend/commit/6545cbbcf1444b25c34bf18f44233da94373cfa1))
|
|
17
|
-
* migrate props stories ([1cdf888](http://bitbucket.org/gofrank/bolttech-frontend/commit/1cdf8882b23adde89b473f2b03ee6b7d76da2841))
|
|
18
|
-
* migrate validations stories - BSSB-1799 ([17cd9b0](http://bitbucket.org/gofrank/bolttech-frontend/commit/17cd9b00793341ec1d53d19b1bc9d6a5bbfc180e))
|
|
19
|
-
* migrate visibilityConditions ([d31dc99](http://bitbucket.org/gofrank/bolttech-frontend/commit/d31dc99add2d32e8b33edfc64dec20322a3c9f51))
|
|
20
|
-
* remove wrong input file ([132b353](http://bitbucket.org/gofrank/bolttech-frontend/commit/132b35364e7b12b5e51e2b2deeee942e66887bbf))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Bug Fixes
|
|
24
|
-
|
|
25
|
-
* add datepicker ([ef9aa51](http://bitbucket.org/gofrank/bolttech-frontend/commit/ef9aa51302b8d6f306f8598483564f9740da10a7))
|
|
26
|
-
* implement new component ([ab94e53](http://bitbucket.org/gofrank/bolttech-frontend/commit/ab94e53fd6a2b26d831354e6506a63ead14b75f7))
|
|
27
|
-
* **poc:** clearfields-poc ([fd29706](http://bitbucket.org/gofrank/bolttech-frontend/commit/fd29706d8d3732c5160f71714929733c233facc1))
|
|
28
|
-
* removing console log ([c81e890](http://bitbucket.org/gofrank/bolttech-frontend/commit/c81e8901bdabfeb7e4efaa6ef0c5a452d57bd726))
|
|
29
|
-
* **stories:** adding stories to changeFields ref attribute ([2aecd66](http://bitbucket.org/gofrank/bolttech-frontend/commit/2aecd6638a6d10700bc049d734c6419f2bc0569c))
|
|
30
|
-
* update components version ([9f0264b](http://bitbucket.org/gofrank/bolttech-frontend/commit/9f0264b33e9fe5a3c7d85e32018b34b01fd40e48))
|
|
31
|
-
|
|
32
|
-
## [0.4.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.3...form-engine-0.4.4) (2023-09-22)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Bug Fixes
|
|
36
|
-
|
|
37
|
-
* required error on focus ([808d4d5](http://bitbucket.org/gofrank/bolttech-frontend/commit/808d4d56568c31dc4f87a67e6b0a435e04df1637))
|
|
38
|
-
* testing with required without undefined value ([5a09ef6](http://bitbucket.org/gofrank/bolttech-frontend/commit/5a09ef6ee890c7d3fdd8966632ec4e1d7460d669))
|
|
39
|
-
|
|
40
|
-
## [0.4.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.2...form-engine-0.4.3) (2023-09-22)
|
|
41
|
-
|
|
42
|
-
## [0.4.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.1...form-engine-0.4.2) (2023-09-22)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### Features
|
|
46
|
-
|
|
47
|
-
* add storybook to form-engine ([8aa0ed1](http://bitbucket.org/gofrank/bolttech-frontend/commit/8aa0ed1c5f692c765847f4257e91370c083b8592))
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
* add onlyNumber and onlyLetters formatters ([55a12e9](http://bitbucket.org/gofrank/bolttech-frontend/commit/55a12e9092eb7dd9ed0d93bf7913585a03e1a926))
|
|
53
|
-
* added tests for callback validation ([ed89650](http://bitbucket.org/gofrank/bolttech-frontend/commit/ed89650dbcec259b1de0b91912a38c69e891f659))
|
|
54
|
-
* fixing on mount in components ([457fbc4](http://bitbucket.org/gofrank/bolttech-frontend/commit/457fbc494886643e9787273816916634af6375e5))
|
|
55
|
-
* merge conflicts ([1ea71d6](http://bitbucket.org/gofrank/bolttech-frontend/commit/1ea71d63be395e46272a0a5dc31fecae06811216))
|
|
56
|
-
* revert commit ([76bb36a](http://bitbucket.org/gofrank/bolttech-frontend/commit/76bb36ab8d8ffba70072fe9bb7bcab4d71221f9e))
|
|
57
|
-
* revert last commit ([7282f1f](http://bitbucket.org/gofrank/bolttech-frontend/commit/7282f1f1f5ec8c2a676cdda65abebf4fb835bec2))
|
|
58
|
-
|
|
59
|
-
## [0.2.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.4...form-engine-0.2.5) (2023-09-18)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
* removing the error when the field is hidden ([0a14f9e](http://bitbucket.org/gofrank/bolttech-frontend/commit/0a14f9e09663d81a2266f2324fa12bf5525675c5))
|
|
65
|
-
|
|
66
|
-
## [0.2.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.3...form-engine-0.2.4) (2023-09-18)
|
|
5
|
+
## [0.14.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.1...form-engine-0.14.2) (2024-04-19)
|
|
67
6
|
|
|
68
7
|
|
|
69
8
|
### Bug Fixes
|
|
70
9
|
|
|
71
|
-
*
|
|
10
|
+
* field rehydrate checksum ([de29916](http://bitbucket.org/gofrank/bolttech-frontend/commit/de29916d16eba5df2e56197b3e26d80e72ffeca5))
|
|
11
|
+
* update readme ([2fe2071](http://bitbucket.org/gofrank/bolttech-frontend/commit/2fe2071c8444cd75f8bc6f61b6b63f05ad23b0b5))
|
|
72
12
|
|
|
73
|
-
## 0.
|
|
13
|
+
## [0.14.1](https://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.0...form-engine-0.14.1) (2024-04-17)
|
|
74
14
|
|
|
75
15
|
## [0.13.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.2...form-engine-0.13.0) (2024-04-09)
|
|
76
16
|
|
package/README.md
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Achieve form logic re-usage with forms expressed in json format.
|
|
4
4
|
|
|
5
|
-
> stable version 0.
|
|
5
|
+
> stable version 0.14.2
|
|
6
6
|
|
|
7
7
|
> Note: We do not recommend using versions 0.11.5 and 0.11.6 due to bugs in asFormField that unfortunately appeared with them.
|
|
8
|
+
> Note: Unfortunately we don't have compatibility with Next.js 14. This is a work in progress.
|
|
8
9
|
|
|
9
10
|
---
|
|
10
11
|
|