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
- π¦ Update dependencies
- π¨βπ¬ Update test app
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