Skip to content

Commit 80162d6

Browse files
committed
bump and publish
1 parent b4a8743 commit 80162d6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aldeed:autoform@5.2.0
1+
aldeed:autoform@5.3.0
22
33
44
@@ -16,7 +16,7 @@ [email protected]
1616
1717
1818
19-
local-test:aldeed:autoform@5.2.0
19+
local-test:aldeed:autoform@5.3.0
2020
2121
2222

CHANGELOG.md

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

77
## Change Log
88

9+
### 5.3.0
10+
11+
* Fix `Uncaught TypeError: Cannot read property 'changed' of undefined` error
12+
* Fix for checkboxes and radio buttons not triggering form change event (Thanks @abecks)
13+
* Add `ddp` attribute for specifying an alternative DDP connection for "method" and "method-update" forms (Thanks @patrickleet)
14+
* Add support for `formgroup-` prefix on `afFormGroup`/`afQuickField` attributes. For example, `formgroup-class="foo"` adds "foo" class to the form group element. (Thanks @fknipp)
15+
* For Bootstrap theme templates, you can now specify `panelClass`, `headingClass`, and `bodyClass` attributes for the `afObjectField` component. (Thanks @fknipp)
16+
917
### 5.2.0
1018

1119
Fix issues with errors being thrown during reactive changes and issues with getting reactive field values.

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.2.0"
5+
version: "5.3.0"
66
});
77

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)