@bolttech/form-engine 0.4.3 → 0.4.5
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.4.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.4...form-engine-0.4.5) (2023-09-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* rollback undfined validation from required ([6aa6fe1](http://bitbucket.org/gofrank/bolttech-frontend/commit/6aa6fe13ed5d0f5888d32a3576c1c3ff9b697034))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Reverts
|
|
14
|
+
|
|
15
|
+
* Revert "fix: testing with required without undefined value" ([8646ff0](http://bitbucket.org/gofrank/bolttech-frontend/commit/8646ff0127478c5882a258056f654e2ab94d0401))
|
|
16
|
+
|
|
17
|
+
## [0.4.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.3...form-engine-0.4.4) (2023-09-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* required error on focus ([808d4d5](http://bitbucket.org/gofrank/bolttech-frontend/commit/808d4d56568c31dc4f87a67e6b0a435e04df1637))
|
|
23
|
+
* testing with required without undefined value ([5a09ef6](http://bitbucket.org/gofrank/bolttech-frontend/commit/5a09ef6ee890c7d3fdd8966632ec4e1d7460d669))
|
|
24
|
+
|
|
5
25
|
## [0.4.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.2...form-engine-0.4.3) (2023-09-22)
|
|
6
26
|
|
|
7
27
|
|