Releases: GoogleChromeLabs/browser-fs-access
Releases · GoogleChromeLabs/browser-fs-access
v0.19.2
- No optional chaining in legacy methods (#58).
v0.19.0
- Add support for
id
and startIn
(#56).
v0.18.1
- Add
"type": "module"
to package.json
(#55).
v0.18.0
- Remove rejection handling on canceled file open and directory open dialogs since it caused more harm than good. People who need the throwing behavior can do so as per the method introduced in #45. (#53)
- Enable SSR by making sure
self
exists. (#54)
v0.17.3
Add package.json
to the "exports"
(#52).
v0.17.2
Add directoryHandle
to files returned from directoryOpen()
(#51).
v0.17.1
- Fix TypeScript typings (#48).
0.17.0
Changes
- The legacy
fileOpen()
implementation now returns an array of files instead of a FileList
(#46).
- The exception behavior in the legacy
fileOpen()
and directoryOpen()
implementations is now configurable (#45).