Skip to content

Commit

Permalink
Bump version and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Oct 6, 2015
1 parent 4649055 commit 38e4ec6
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 36 deletions.
88 changes: 53 additions & 35 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,37 +1,55 @@
aldeed:autoform@5.5.1
aldeed:autoform@5.6.0
aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_2
[email protected]
[email protected]
local-test:aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
local-test:aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
momentjs:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ forms with automatic insert and update events, and automatic reactive validation

## Change Log

### 5.6.0

- Add ability to specify a `data` attribute on `afFieldInput`, which is then added to the data context of the input type template. (See the readme.)
- Fix issue with submitting proper value when the `null` option is chosen for a boolean field
- Fix issues with reactive reruns that change the form schema
- Adjust value returned from AutoForm.getFieldValue when the form isn't rendered yet
- Fix issue with autosaving changes to multiple select fields
- Adjustments to support BlazeComponents
- Fix width of array field when there is only one
- Fix initial value of contenteditable fields

Thanks to all who submitted PRs: @abecks, @kellyje, @bySabi, @vimes1984, @Nieziemski, @smeijer

### 5.5.1

Add jquery dependency for Meteor 1.2 compatibility
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: "5.5.1"
version: "5.6.0"
});

Package.onUse(function(api) {
Expand Down

0 comments on commit 38e4ec6

Please sign in to comment.