Skip to content

Commit e84b304

Browse files
committed
πŸ“¦ v2.4.0
- 🀝 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)
1 parent c27de71 commit e84b304

File tree

3 files changed

+27
-29
lines changed

3 files changed

+27
-29
lines changed

β€Ž.versionsβ€Ž

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
1-
aldeed:autoform@6.3.0
1+
aldeed:autoform@7.0.0
22
3-
babel-compiler@7.5.3
3+
babel-compiler@7.6.0
44
55
66
77
88
9-
9+
1010
1111
1212
1313
1414
15-
ddp-client@2.3.3
15+
ddp-client@2.4.0
1616
17-
17+
1818
1919
20-
dynamic-import@0.5.2
21-
ecmascript@0.14.3
20+
dynamic-import@0.6.0
21+
ecmascript@0.15.0
2222
23-
ecmascript-runtime-client@0.10.0
24-
ecmascript-runtime-server@0.9.0
23+
ecmascript-runtime-client@0.11.0
24+
ecmascript-runtime-server@0.10.0
2525
2626
2727
2828
2929
30-
3130
3231
3332
3433
35-
logging@1.1.20
34+
logging@1.2.0
3635
37-
36+
3837
39-
modules@0.15.0
38+
modules@0.16.0
4039
4140
42-
43-
41+
42+
4443
4544
46-
npm-mongo@3.7.0
45+
npm-mongo@3.8.1
4746
4847
49-
ostrio:autoform-files@2.3.1
50-
ostrio:cookies@2.6.0
51-
ostrio:files@1.14.2
48+
ostrio:autoform-files@2.4.0
49+
ostrio:cookies@2.7.0
50+
ostrio:files@2.0.0
5251
5352
53+
5454
5555
56-
56+
5757
5858
59-
59+
6060
6161
6262
@@ -66,6 +66,5 @@ [email protected]
6666
6767
6868
69-
70-
71-
69+
70+

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ Schemas.Posts = new SimpleSchema({
9393
collection: 'Images',
9494
uploadTemplate: 'uploadField', // <- Optional
9595
previewTemplate: 'uploadPreview', // <- Optional
96-
insertConfig: { // <- Optional, .insert() method options, see: https://github.com/VeliovGroup/Meteor-Files/wiki/Insert-(Upload)
96+
insertConfig: { // <- Optional, .insert() method options, see: https://github.com/veliovgroup/Meteor-Files/blob/master/docs/insert.md
9797
meta: {},
9898
isBase64: false,
9999
transport: 'ddp',
100-
streams: 'dynamic',
101100
chunkSize: 'dynamic',
102101
allowWebWorkers: true
103102
}

β€Žpackage.jsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package.describe({
22
name: 'ostrio:autoform-files',
33
summary: 'File upload for AutoForm using ostrio:files',
44
description: 'File upload for AutoForm using ostrio:files',
5-
version: '2.3.1',
5+
version: '2.4.0',
66
git: 'https://github.com/VeliovGroup/meteor-autoform-file.git'
77
});
88

@@ -15,8 +15,8 @@ Package.onUse((api) => {
1515
'mongo',
1616
'reactive-var',
1717
18-
'aldeed:autoform@6.3.0',
19-
'ostrio:files@1.14.2'
18+
'aldeed:autoform@7.0.0',
19+
'ostrio:files@2.0.0'
2020
], 'client');
2121

2222
api.addFiles([

0 commit comments

Comments
Β (0)