Skip to content

Commit 1006dac

Browse files
committed
Version 5.7.1
1 parent 8022144 commit 1006dac

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -26,7 +26,7 @@ [email protected]
2626
2727
2828
29-
local-test:aldeed:[email protected].0
29+
local-test:aldeed:[email protected].1
3030
3131
3232

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ forms with automatic insert and update events, and automatic reactive validation
66

77
## Change Log
88

9+
### 5.7.1
10+
11+
For "normal" type forms, don't end submission until `this.done()` is called.
12+
913
### 5.7.0
1014

1115
Sticky validation improvements

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package.describe({
22
name: "aldeed:autoform",
33
summary: "Easily create forms with automatic insert and update, and automatic reactive validation.",
44
git: "https://github.com/aldeed/meteor-autoform.git",
5-
version: "5.7.0"
5+
version: "5.7.1"
66
});
77

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)