Skip to content

Commit 0fd73d7

Browse files
committed
Publish 6.1.0
1 parent 7238696 commit 0fd73d7

File tree

3 files changed

+64
-55
lines changed

3 files changed

+64
-55
lines changed

.versions

Lines changed: 53 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,56 @@
1-
aldeed:autoform@6.0.0
2-
3-
babel-compiler@6.5.2
4-
5-
6-
7-
8-
9-
10-
caching-compiler@1.0.2
1+
aldeed:autoform@6.1.0
2+
3+
babel-compiler@6.18.1
4+
babel-runtime@1.0.1
5+
6+
7+
8+
9+
10+
caching-compiler@1.1.9
1111
12-
13-
14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
local-test:aldeed:[email protected]
30-
31-
32-
33-
34-
35-
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
local-test:aldeed:[email protected]
30+
31+
32+
33+
34+
3635
37-
38-
39-
npm-mongo@1.4.41
40-
41-
42-
promise@0.6.5
43-
44-
45-
46-
47-
48-
49-
spacebars-compiler@1.0.9
36+
37+
38+
npm-mongo@2.2.24
39+
40+
41+
promise@0.8.8
42+
43+
44+
45+
46+
47+
48+
spacebars-compiler@1.1.0
5049
51-
templating-tools@1.0.2
52-
53-
tracker@1.0.11
54-
55-
56-
webapp@1.2.6
57-
50+
templating-tools@1.1.1
51+
52+
tracker@1.1.2
53+
54+
55+
webapp@1.3.15
56+

CHANGELOG.md

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

77
## Change Log
88

9+
### 6.1.0
10+
11+
* `firstOption` when specified in the schema can now be a function (thanks @MartinBucko)
12+
* Insert forms reset more reliably after successful submission (thanks @alexk7)
13+
* `AutoForm.selectFirstInvalidField` works on more types of fields (thanks @ro6)
14+
* The form `doc` is now passed to the schema during validation to support multiple schema variations (thanks @gregory, @nidem)
15+
* `afArrayField` with the `bootstrap3` template now supports `panelClass` and `headingClass` attributes (thanks @c316)
16+
* When you have multiple `autosave=true` forms with the same field name and value, they will now reliably save every time (thanks @abernix)
17+
* Readme improvements: @brajt, @kmills006, @dandalf
18+
919
### 6.0.0
1020

1121
This version is updated to work with the new SimpleSchema NPM package. It is not backwards compatible with the Meteor SimpleSchema package. See:

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: "6.0.0"
5+
version: "6.1.0"
66
});
77

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)