Skip to content

Commit 3b52828

Browse files
committed
bumps
1 parent 532da7f commit 3b52828

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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+
### 4.2.1
10+
11+
Fix `AutoForm.getFieldValue` reactivity when the field is in an `#if` block
12+
913
### 4.2.0
1014

1115
* As an alternative to the current method of specifying `options` as an array of objects, you can now specify options as an object with {value: label} format. Values are coerced into the expected type. (Thanks @comerc)

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

88
Package.on_use(function(api) {

versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": [
33
[
44
"aldeed:simple-schema",
5-
"1.1.0"
5+
"1.2.0"
66
],
77
[
88
"base64",
@@ -22,7 +22,7 @@
2222
],
2323
[
2424
"ddp",
25-
"1.0.11"
25+
"1.0.12"
2626
],
2727
[
2828
"deps",
@@ -70,7 +70,7 @@
7070
],
7171
[
7272
"mrt:moment",
73-
"2.8.1"
73+
"2.6.0"
7474
],
7575
[
7676
"observe-sequence",

0 commit comments

Comments
 (0)