@bolttech/form-engine 0.14.1 → 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 CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.14.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.1...form-engine-0.14.2) (2024-04-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
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))
12
+
5
13
  ## [0.14.1](https://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.0...form-engine-0.14.1) (2024-04-17)
6
14
 
7
15
  ## [0.13.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.2...form-engine-0.13.0) (2024-04-09)
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.13.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