Skip to content

Releases: GoogleChromeLabs/browser-fs-access

v0.30.0

20 Jun 11:50
Compare
Choose a tag to compare
  • Append the input element to the DOM, which should fix iOS Safari not reliably firing the change event (#115).

v0.29.6

01 Jun 10:04
Compare
Choose a tag to compare
  • Fixes a bug where extensions wouldn't always work on Windows (#114).

v0.29.5

05 May 11:03
Compare
Choose a tag to compare
  • Correct release version number.

v0.28.5

02 May 07:25
Compare
Choose a tag to compare
  • Export the legacy and the modern functions explicitly, allowing for defensive approaches as shown in excalidraw/excalidraw#5100 (comment) where the File System Access API is blocked by enterprise policy.

v0.28.3

28 Apr 09:28
Compare
Choose a tag to compare
  • Remove reference to undefined reject (#106).

v0.28.1

19 Apr 16:41
Compare
Choose a tag to compare
  • Corrected a misnamed variable name (#105).

v0.28.0

14 Apr 18:06
Compare
Choose a tag to compare
  • Re-add the "browser" field in package.json (#103).

v0.27.0

14 Apr 16:02
Compare
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
Compare
Choose a tag to compare
  • Switch to microbundle (#99, #94).

v0.25.0

20 Feb 19:39
Compare
Choose a tag to compare
  • Fix when MIME types and extensions were incorrectly passed (#92).