Releases: GoogleChromeLabs/browser-fs-access
Releases · GoogleChromeLabs/browser-fs-access
v0.30.0
- Append the
input
element to the DOM, which should fix iOS Safari not reliably firing the change
event (#115).
v0.29.6
- Fixes a bug where extensions wouldn't always work on Windows (#114).
v0.29.5
- Correct release version number.
v0.28.5
- 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
- Remove reference to undefined
reject
(#106).
v0.28.1
- Corrected a misnamed variable name (#105).
v0.28.0
- Re-add the
"browser"
field in package.json
(#103).
v0.27.0
- 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
- Switch to microbundle (#99, #94).
v0.25.0
- Fix when MIME types and extensions were incorrectly passed (#92).