ember-validated-form 8.0.0 → 8.0.1

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
@@ -1,3 +1,10 @@
1
+ ## [8.0.1](https://github.com/adfinis/ember-validated-form/compare/v8.0.0...v8.0.1) (2026-05-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * yield submit action to allow custom handling of things ([#1280](https://github.com/adfinis/ember-validated-form/issues/1280)) ([651f64a](https://github.com/adfinis/ember-validated-form/commit/651f64a9d9686e81735d6bb10dd4675889a79fdc))
7
+
1
8
  # [8.0.0](https://github.com/adfinis/ember-validated-form/compare/v7.0.1...v8.0.0) (2026-04-23)
2
9
 
3
10
 
@@ -7,6 +7,7 @@
7
7
  (hash
8
8
  model=@model
9
9
  loading=this.loading
10
+ submitAction=this.submit
10
11
  input=(component
11
12
  "validated-input"
12
13
  model=@model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-validated-form",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Easily create forms with client-side validations",
5
5
  "keywords": [
6
6
  "ember-addon",