# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [1.4.0]
- Check & Request camera permission at runtime

### [1.3.1]
- Fix support for sdk level lower than 19
- Upgrade built tools to v27
- Upgrade `compile` with `implementation`

### [1.3.0]
- Add support for multiple files selection
- Add `audio/*` to default accepted file types
- Use v27 for support libraries

### [1.2.0]
- Add support for targetSdkVersion 26

### [1.1.0]
- Changed prop name to get the webview ref, from `getRef` to `webviewRef`

### [1.0.0]
- Add example project

### [0.2.0]
- Read `accept` attribute from input field

### 0.1.0
- Add support for video recording

[1.4.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/0.1.0...0.2.0
