@bolttech/form-engine 0.12.1 → 0.12.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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.12.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.1...form-engine-0.12.2) (2024-04-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add subscribe to on form destroy field event ([ab80602](http://bitbucket.org/gofrank/bolttech-frontend/commit/ab80602b94baa104fd68f4d5078fb17a77391dc1))
11
+
5
12
  ## [0.12.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.0...form-engine-0.12.1) (2024-04-03)
6
13
 
7
14
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Achieve form logic re-usage with forms expressed in json format.
4
4
 
5
- > stable version 0.12.1
5
+ > stable version 0.12.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
8
  ---