Skip to content

Releases: GoogleChromeLabs/browser-fs-access

v0.27.0

14 Apr 16:02

Choose a tag to compare

  • Fix for the type being correctly passed with Response and Blob alike. (#101)
  • New optional callback that fires when the save file dialog was shown. (`#102)

v0.26.1

04 Apr 15:17

Choose a tag to compare

  • Switch to microbundle (#99, #94).

v0.25.0

20 Feb 19:39

Choose a tag to compare

  • Fix when MIME types and extensions were incorrectly passed (#92).

v0.24.1

19 Feb 14:28

Choose a tag to compare

v0.23.0

29 Nov 12:13

Choose a tag to compare

  • Readable stream support when saving (#67)

v0.22.1

29 Nov 12:12

Choose a tag to compare

  • Output ESM and CJS bundle (#83)

v0.21.1

10 Nov 14:15

Choose a tag to compare

  • Add a skipDirectory() function to skip certain directories when traversing recursively. (#80)

v0.21.0

27 Oct 05:45

Choose a tag to compare

  • Deal with Safari behavior (#72).

v0.20.5

14 Sep 07:23

Choose a tag to compare

  • Fix fileSave() return type (#68).

v0.20.4

16 Aug 11:42

Choose a tag to compare

  • Add excludeAcceptAllOption.
  • Fix types (#65).