Skip to content

Releases: GoogleChromeLabs/browser-fs-access

v0.20.0

06 Aug 15:42
Compare
Choose a tag to compare
  • Allow for multiple MIME types with separate descriptions (#60).

    Screen Shot 2021-08-06 at 17 37 37
  • Finally remove support for chooseFileSystemEntries()-based archaic File System Access API.

v0.19.2

26 Jul 11:19
Compare
Choose a tag to compare
  • No optional chaining in legacy methods (#58).

v0.19.1

26 Jul 09:30
Compare
Choose a tag to compare
  • Improved types (#57).

v0.19.0

20 Jul 10:31
Compare
Choose a tag to compare
  • Add support for id and startIn (#56).

v0.18.1

20 Jul 09:30
Compare
Choose a tag to compare
  • Add "type": "module" to package.json (#55).

v0.18.0

01 Jul 11:10
Compare
Choose a tag to compare
  • 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

07 Jun 07:38
Compare
Choose a tag to compare

Add package.json to the "exports" (#52).

v0.17.2

20 May 13:37
Compare
Choose a tag to compare

Add directoryHandle to files returned from directoryOpen() (#51).

v0.17.1

12 May 05:14
Compare
Choose a tag to compare
  • Fix TypeScript typings (#48).

0.17.0

05 May 11:39
Compare
Choose a tag to compare

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).