Skip to content

Commit 6273c7f

Browse files
committed
release
1 parent 3cc077e commit 6273c7f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aldeed:[email protected]-pre.1
1+
22
33
44
@@ -18,7 +18,7 @@ [email protected]
1818
1919
2020
21-
local-test:aldeed:[email protected]-pre.1
21+
local-test:aldeed:[email protected]
2222
2323
2424

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ AutoForm
55

66
AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation. This package requires and automatically installs the [simple-schema](https://github.com/aldeed/meteor-simple-schema) package. You can optionally use it with the [collection2](https://github.com/aldeed/meteor-collection2) package, which you have to add to your app yourself.
77

8-
## UPDATING TO 4.0
8+
## NOTE: AutoForm 5.0
99

10-
AutoForm 4.0 is out with support for custom input types, but also lots of compatibility breaks. Be sure to check out the [change log](https://github.com/aldeed/meteor-autoform/blob/master/CHANGELOG.md) when updating your app!
10+
AutoForm 5.0 is now available and has many compatibility breaks, but also many fixes and improvements. This release includes a lot of internal refactoring, so it's a good idea to thoroughly test all your forms after updating to 5.0+. Be sure to check out the [change log](https://github.com/aldeed/meteor-autoform/blob/master/CHANGELOG.md) for full details.
11+
12+
**Add-on Package Authors**: Please test your package against AutoForm 5.0, and then release an update in which you change your `api.use` to `api.use('aldeed:[email protected] || 5.0.0');`
1113

1214
## Table of Contents
1315
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

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

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)