Skip to content

Commit

Permalink
Publish 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed May 2, 2017
1 parent 7238696 commit 0fd73d7
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 55 deletions.
107 changes: 53 additions & 54 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,57 +1,56 @@
aldeed:autoform@6.0.0
allow-deny@1.0.2
babel-compiler@6.5.2
babel-runtime@0.1.6
base64@1.0.6
binary-heap@1.0.6
blaze@2.1.5
blaze-tools@1.0.6
boilerplate-generator@1.0.6
caching-compiler@1.0.2
aldeed:autoform@6.1.0
allow-deny@1.0.5
babel-compiler@6.18.1
babel-runtime@1.0.1
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.8
blaze-tools@1.0.10
boilerplate-generator@1.0.11
caching-compiler@1.1.9
caching-html-compiler@1.0.4
callback-hook@1.0.6
check@1.1.2
ddp@1.2.3
ddp-client@1.2.3
ddp-common@1.2.3
ddp-server@1.2.4
deps@1.0.10
diff-sequence@1.0.3
ecmascript@0.4.1
ecmascript-runtime@0.2.8
ejson@1.0.9
geojson-utils@1.0.6
html-tools@1.0.7
htmljs@1.0.7
id-map@1.0.5
jquery@1.11.6
livedata@1.0.16
local-test:aldeed:autoform@6.0.0
logging@1.0.10
meteor@1.1.12
minifier-js@1.1.9
minimongo@1.0.12
modules@0.5.1
modules-runtime@0.6.1
callback-hook@1.0.10
check@1.2.5
ddp@1.2.5
ddp-client@1.3.4
ddp-common@1.2.8
ddp-server@1.3.14
deps@1.0.12
diff-sequence@1.0.7
ecmascript@0.7.2
ecmascript-runtime@0.3.15
ejson@1.0.13
geojson-utils@1.0.10
html-tools@1.0.11
htmljs@1.0.11
id-map@1.0.9
jquery@1.11.10
livedata@1.0.18
local-test:aldeed:autoform@6.1.0
logging@1.1.17
meteor@1.6.1
minimongo@1.0.21
modules@0.8.1
modules-runtime@0.7.10
momentjs:moment@2.10.6
mongo@1.1.5
mongo-id@1.0.2
npm-mongo@1.4.41
observe-sequence@1.0.9
ordered-dict@1.0.5
promise@0.6.5
random@1.0.7
reactive-dict@1.1.5
reactive-var@1.0.7
retry@1.0.5
routepolicy@1.0.8
spacebars@1.0.9
spacebars-compiler@1.0.9
mongo@1.1.16
mongo-id@1.0.6
npm-mongo@2.2.24
observe-sequence@1.0.16
ordered-dict@1.0.9
promise@0.8.8
random@1.0.10
reactive-dict@1.1.8
reactive-var@1.0.11
retry@1.0.9
routepolicy@1.0.12
spacebars@1.0.12
spacebars-compiler@1.1.0
templating@1.1.7
templating-tools@1.0.2
tinytest@1.0.6
tracker@1.0.11
ui@1.0.9
underscore@1.0.6
webapp@1.2.6
webapp-hashing@1.0.7
templating-tools@1.1.1
tinytest@1.0.12
tracker@1.1.2
ui@1.0.11
underscore@1.0.10
webapp@1.3.15
webapp-hashing@1.0.9
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ forms with automatic insert and update events, and automatic reactive validation

## Change Log

### 6.1.0

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

### 6.0.0

This version is updated to work with the new SimpleSchema NPM package. It is not backwards compatible with the Meteor SimpleSchema package. See:
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
name: "aldeed:autoform",
summary: "Easily create forms with automatic insert and update, and automatic reactive validation.",
git: "https://github.com/aldeed/meteor-autoform.git",
version: "6.0.0"
version: "6.1.0"
});

Package.onUse(function(api) {
Expand Down

0 comments on commit 0fd73d7

Please sign in to comment.