All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.3 (2023-03-31)
0.6.2 (2023-03-01)
0.6.1 (2023-02-12)
0.6.0 (2023-02-10)
- ios:
duration
is now returned in seconds and no longer in milliseconds.
0.5.10 (2023-02-07)
0.5.9 (2023-01-17)
0.5.8 (2023-01-15)
0.5.7 (2023-01-10)
- android: select files from external storage (#67) (06a3030)
- ios:
pickMedia
,pickImages
andpickVideos
do not return multiple files (#68) (36e8321)
0.5.6 (2023-01-09)
0.5.5 (2023-01-06)
- ios: save files in a temporary directory (ad3f8bb)
0.5.4 (2023-01-06)
- wrong data type was returned for
duration
,height
andwidth
(7a42c13)
0.5.3 (2023-01-06)
- add methods
pickImages
,pickMedia
andpickVideos
(#62) (b7c1381) - return
duration
,width
andheight
properties (#63) (cb7e4ef)
0.5.2 (2022-10-11)
0.5.1 (2022-10-09)
0.5.0 (2022-09-04)
0.4.0 (2022-08-04)
- This plugin was renamed to
@capawesome/capacitor-file-picker
. Please install the new npm package and runnpx cap sync
. - This plugin now only supports Capacitor 4.
0.3.1 (2022-07-13)
0.3.0 (2022-02-23)
- Property
data
ofFile
is now optional
0.2.3 (2022-01-26)
- inline source code in esm map files (41952b2)
0.2.2 (2021-11-22)
0.2.1 (2021-10-31)
- 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)
- Method
pickFile
is replaced bypickFiles
0.1.3 (2021-10-01)
- local files are not shown (0115e2b)
0.1.2 (2021-08-29)
0.1.1 (2021-08-29)
Initial release 🎉