Skip to content

v0.2.9

Latest
Compare
Choose a tag to compare
@NyllRE NyllRE released this 07 Nov 05:44
· 2 commits to master since this release

compare changes

  • You can now import module types (Issue: #23, Fix: #24 $\rightarrow$ #26)
  • Added settings for the useFileStorage module to control the files ref function of deleting old files
const { handleFileInput, files } = useFileStorage({ clearOldFiles: false })
  • setting is backwards compatible, if you don't use it the old functionality percists