Releases: veliovgroup/meteor-autoform-file
Releases · veliovgroup/meteor-autoform-file
📦 v2.5.2
- Support for
meteor@3.0.0-rc.*
and related/dependent packages, thanks to @harryadel
📦 v2.5.1
v2.5.0
Major changes:
⚠️ Minimum required version of meteor is2.0
⚠️ Removedglobal.Buffer = function () {};
Changes:
- 🤝 Compatibility with
meteor@2.7.3
- 📦
templating@1.4.2
, wasv1.3.2
- 📦
ostrio:files@2.1.1
, wasv2.0.0
v2.4.0
- 🤝 Compatibility with
meteor@2.0.0
- 📦
aldeed:autoform@7.0.0
- 📦
ostrio:files@2.0.0
For more details see ostrio:files@2.0.0
release notes
v2.3.1
- 🤝 Compatibility with
meteor@1.10.2
; - 📦 Update
ostrio:files
dependency tov1.14.2
, wasv1.14.0
.
v2.3.0
- ☝️ This release focused on compatibility with
meteor@1.9.*
andnode@12.*.*
; - 🤝 Compatibility with
meteor@1.9.*
; - 🤝 Compatibility with
node@12.*.*
; - 👨🔬 Demo autoform-gridfs app is updated and tested agains latest meteor/node.js releases;
Minor:
- 🔥 Package version
v2.3.0
and newer are compatible only withmeteor@1.9.*
and newer, due to changes inmeteor@1.9
andnode@12
Fixed:
- 🐞 Fix issues from #57: Default insertConfig chunksize and streams are NaN, thanks to @jankapunkt;
Updated:
- 📦 Remove
underscore
Atmosphere dependency for good; - 📦 Update
ostrio:files
Atmosphere dependency tov1.14.0
, wasv1.13.0
v2.2.1
- 👨💻 Merge #56 Get form Id for validation context thanks @harryadelb and @jankapunkt
- 📦 Update Atmosphere
ostrio:files
tov1.13.0
, wasv1.11.2
v2.2.0
- 📦 Dependencies update
- 👷♂️ Merge #48, thanks to @pfmziota and @jankapunkt
- 👷♂️ Merge #53, introducing
accept
option/field, thanks to @jankapunkt - 👨💻 Minor codebase enhancements
- 📋 Documentation update
v2.1.3
- 👷♂️ Attempt to fix #45, thanks to @jankapunkt , @marcoschwartz , and @anjunatic
- 📦 Update Atmosphere dependencies
v2.1.2
- 🏗 Merge #44 , fixing #43 , thanks to @jankapunkt and @rich-m21