Skip to content

Commit 4524a99

Browse files
committed
πŸ“¦ v2.5.1
- πŸ“¦ Update dependencies - πŸ‘¨β€πŸ”¬ Update [test app](https://github.com/veliovgroup/files-gridfs-autoform-example)
1 parent 26060c7 commit 4524a99

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€Ž.versionsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ mongo-id@1.0.8
4545
npm-mongo@4.3.1
4646
observe-sequence@1.0.16
4747
ordered-dict@1.1.0
48-
ostrio:autoform-files@2.5.0
48+
ostrio:autoform-files@2.5.1
4949
ostrio:cookies@2.7.2
50-
ostrio:files@2.1.1
50+
ostrio:files@2.2.0
5151
promise@0.12.0
5252
random@1.2.0
5353
react-fast-refresh@0.2.3

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Schemas.Posts = new SimpleSchema({
176176

177177
The accept values works makes use of the native HTML `accept` attribute. Read more at the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers).
178178

179-
Please read the section on **custom upload templates** and how to integrate configs like *accept* to your custom template.
179+
Please read the section on __custom upload templates__ and how to integrate configs like *accept* to your custom template.
180180

181181
## Multiple images
182182

@@ -274,9 +274,9 @@ Your custom file upload template data context will be:
274274
</template>
275275
```
276276

277-
### Note on upload configs:
277+
### Note on upload configs:
278278

279-
If you pass any config, like `accept` your upload data won't be falsey anymore,
279+
If you pass any config, like `accept` your upload data won't be falsy anymore,
280280
so you should update your template to the example above and check for each of the given properties.
281281
This is however backwards-compatible and will not break your older templates if you don't need any of the upload config
282282
introduced in > 2.1.4 releases.

β€Žpackage.jsβ€Ž

Lines changed: 2 additions & 2 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.5.0',
5+
version: '2.5.1',
66
git: 'https://github.com/veliovgroup/meteor-autoform-file.git'
77
});
88

@@ -16,7 +16,7 @@ Package.onUse((api) => {
1616
'reactive-var',
1717
'templating@1.4.2',
1818
'aldeed:autoform@7.0.0',
19-
'ostrio:files@2.1.1'
19+
'ostrio:files@2.2.0'
2020
], 'client');
2121

2222
api.addFiles([

0 commit comments

Comments
Β (0)