Skip to content

Commit

Permalink
πŸ“¦ v2.4.0
Browse files Browse the repository at this point in the history
- 🀝 Compatibility with `[email protected]`
- πŸ“¦ `aldeed:[email protected]`
- πŸ“¦ `ostrio:[email protected]`

For more details see [`ostrio:[email protected]` release notes](https://github.com/veliovgroup/Meteor-Files/releases/tag/2.0.0)
  • Loading branch information
dr-dimitru committed Feb 4, 2021
1 parent c27de71 commit e84b304
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 29 deletions.
47 changes: 23 additions & 24 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
aldeed:autoform@6.3.0
aldeed:autoform@7.0.0
[email protected]
babel-compiler@7.5.3
babel-compiler@7.6.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
ddp-client@2.3.3
ddp-client@2.4.0
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
dynamic-import@0.5.2
ecmascript@0.14.3
dynamic-import@0.6.0
ecmascript@0.15.0
[email protected]
ecmascript-runtime-client@0.10.0
ecmascript-runtime-server@0.9.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
logging@1.1.20
logging@1.2.0
[email protected]
[email protected].0
[email protected].1
[email protected]
modules@0.15.0
modules@0.16.0
[email protected]
momentjs:[email protected]
[email protected].0
[email protected].1
[email protected].1
[email protected].2
[email protected]
[email protected]
npm-mongo@3.7.0
npm-mongo@3.8.1
[email protected]
[email protected]
ostrio:autoform-files@2.3.1
ostrio:cookies@2.6.0
ostrio:files@1.14.2
ostrio:autoform-files@2.4.0
ostrio:cookies@2.7.0
ostrio:files@2.0.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
Expand All @@ -66,6 +66,5 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ Schemas.Posts = new SimpleSchema({
collection: 'Images',
uploadTemplate: 'uploadField', // <- Optional
previewTemplate: 'uploadPreview', // <- Optional
insertConfig: { // <- Optional, .insert() method options, see: https://github.com/VeliovGroup/Meteor-Files/wiki/Insert-(Upload)
insertConfig: { // <- Optional, .insert() method options, see: https://github.com/veliovgroup/Meteor-Files/blob/master/docs/insert.md
meta: {},
isBase64: false,
transport: 'ddp',
streams: 'dynamic',
chunkSize: 'dynamic',
allowWebWorkers: true
}
Expand Down
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
name: 'ostrio:autoform-files',
summary: 'File upload for AutoForm using ostrio:files',
description: 'File upload for AutoForm using ostrio:files',
version: '2.3.1',
version: '2.4.0',
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
});

Expand All @@ -15,8 +15,8 @@ Package.onUse((api) => {
'mongo',
'reactive-var',
'[email protected]',
'aldeed:autoform@6.3.0',
'ostrio:files@1.14.2'
'aldeed:autoform@7.0.0',
'ostrio:files@2.0.0'
], 'client');

api.addFiles([
Expand Down

0 comments on commit e84b304

Please sign in to comment.