Skip to content

Latest commit

 

History

History
127 lines (57 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

127 lines (57 loc) · 5.82 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.2 (2022-10-11)

Bug Fixes

  • android: files of type text/csv are not selectable (#51) (25ed4d9)

0.5.1 (2022-10-09)

Bug Fixes

  • android: base64 encoded data contains line breaks (#49) (953d92a)

0.5.0 (2022-09-04)

⚠ BREAKING CHANGES

  • set default value of readData to false (#43)

  • set default value of readData to false (#43) (6100f00)

0.4.0 (2022-08-04)

⚠ BREAKING CHANGES

  • This plugin was renamed to @capawesome/capacitor-file-picker. Please install the new npm package and run npx cap sync.
  • This plugin now only supports Capacitor 4.

Features

0.3.1 (2022-07-13)

Features

Bug Fixes

  • android: map text/csv to text/comma-separated-values (#36) (87b82f6)

0.3.0 (2022-02-23)

⚠ BREAKING CHANGES

  • Property data of File is now optional

Features

0.2.3 (2022-01-26)

Bug Fixes

  • inline source code in esm map files (41952b2)

0.2.2 (2021-11-22)

Bug Fixes

  • android: add fallback for file name (#20) (96fc1e6)

0.2.1 (2021-10-31)

Bug Fixes

  • android: local files are not shown with empty types array (#18) (fc2c6aa)
  • web: increase timeout to detect cancel (#19) (d03c001)

0.2.0 (2021-10-02)

⚠ BREAKING CHANGES

  • Method pickFile is replaced by pickFiles

Features

  • support for multiple file selection (#14) (ea7f055)

0.1.3 (2021-10-01)

Bug Fixes

  • local files are not shown (0115e2b)

0.1.2 (2021-08-29)

Features

Bug Fixes

  • ios: document picker swipe down not handled (#11) (ed13fee)

0.1.1 (2021-08-29)

Features

0.1.0 (2021-08-15)

Initial release 🎉