Commit Graph

46 Commits

Author SHA1 Message Date
semantic-release-bot 4c448619d3 chore(release): 1.7.1 [skip ci]
## [1.7.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.7.0...v1.7.1) (2020-05-21)

### Bug Fixes

* deprecate saveToCameraRoll ([#183](https://github.com/react-native-community/react-native-cameraroll/issues/183)) ([aa47532](https://github.com/react-native-community/react-native-cameraroll/commit/aa47532)), closes [#182](https://github.com/react-native-community/react-native-cameraroll/issues/182)
2020-05-21 07:56:11 +00:00
Harry Yu 057acd815b
chore: Updated example to build and run on latest React Native (#177)
* Updated example to build and run on latest React Native

* Fixed `yarn test:detox` release builds

* Added missing downloadDependencies CircleCI task
2020-05-20 20:57:46 +03:00
semantic-release-bot 87f1478ca7 chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.3...v1.7.0) (2020-05-20)

### Features

* Added fileSize for getPhotos API ([#180](https://github.com/react-native-community/react-native-cameraroll/issues/180)) ([e7cf866](https://github.com/react-native-community/react-native-cameraroll/commit/e7cf866))
2020-05-20 17:39:22 +00:00
semantic-release-bot 7745bdf6e8 chore(release): 1.6.3 [skip ci]
## [1.6.3](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.2...v1.6.3) (2020-05-20)

### Bug Fixes

* Fixed 'Invalid column COUNT(*) as count' on CameraRoll.getAlbums() due to GROUP BY support removed in Android Q. ([#176](https://github.com/react-native-community/react-native-cameraroll/issues/176)) ([563ec15](https://github.com/react-native-community/react-native-cameraroll/commit/563ec15))
2020-05-20 16:03:45 +00:00
semantic-release-bot 8ed034e0d8 chore(release): 1.6.2 [skip ci]
## [1.6.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.1...v1.6.2) (2020-05-12)

### Bug Fixes

* Fixed 'Invalid column longitude' in Android 29 SDK  ([#170](https://github.com/react-native-community/react-native-cameraroll/issues/170)) ([39fe65e](https://github.com/react-native-community/react-native-cameraroll/commit/39fe65e))
2020-05-12 15:53:26 +00:00
semantic-release-bot ec4b587aa7 chore(release): 1.6.1 [skip ci]
## [1.6.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.0...v1.6.1) (2020-05-08)

### Bug Fixes

* Error Domain=PHPhotosErrorDomain Code=-1 ([#172](https://github.com/react-native-community/react-native-cameraroll/issues/172)) ([a4be52c](https://github.com/react-native-community/react-native-cameraroll/commit/a4be52c)), closes [#157](https://github.com/react-native-community/react-native-cameraroll/issues/157) [#143](https://github.com/react-native-community/react-native-cameraroll/issues/143)
2020-05-08 19:44:44 +00:00
semantic-release-bot 7c2986ef13 chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.2...v1.6.0) (2020-04-30)

### Bug Fixes

* Fixed reference to git repository in Podspec file ([#161](https://github.com/react-native-community/react-native-cameraroll/issues/161)) ([b261a98](https://github.com/react-native-community/react-native-cameraroll/commit/b261a98))

### Features

* **android:** Manually obtain location metadata using ExifInterface ([#114](https://github.com/react-native-community/react-native-cameraroll/issues/114)) ([ade785e](https://github.com/react-native-community/react-native-cameraroll/commit/ade785e))
2020-04-30 12:21:51 +00:00
semantic-release-bot 53e42df323 chore(release): 1.5.2 [skip ci]
## [1.5.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.1...v1.5.2) (2020-03-26)

### Bug Fixes

* getPhotos crash if there is a quote in album name ([#156](https://github.com/react-native-community/react-native-cameraroll/issues/156)) ([f51d387](https://github.com/react-native-community/react-native-cameraroll/commit/f51d387))
2020-03-26 10:13:18 +00:00
semantic-release-bot e25de5790b chore(release): 1.5.1 [skip ci]
## [1.5.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.0...v1.5.1) (2020-03-26)

### Bug Fixes

* rollback getExceptionHandler change ([#158](https://github.com/react-native-community/react-native-cameraroll/issues/158)) ([bd23aa1](https://github.com/react-native-community/react-native-cameraroll/commit/bd23aa1)), closes [#149](https://github.com/react-native-community/react-native-cameraroll/issues/149)
2020-03-26 09:58:41 +00:00
semantic-release-bot b4d1576937 chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.4.1...v1.5.0) (2020-03-26)

### Bug Fixes

* remove unused import that breaks the build for RN >= 0.60 ([#150](https://github.com/react-native-community/react-native-cameraroll/issues/150)) ([334ab0e](https://github.com/react-native-community/react-native-cameraroll/commit/334ab0e))
* Update deprecated functions ([#149](https://github.com/react-native-community/react-native-cameraroll/issues/149)) ([3e38ab1](https://github.com/react-native-community/react-native-cameraroll/commit/3e38ab1))

### Features

* get album list ([#139](https://github.com/react-native-community/react-native-cameraroll/issues/139)) ([fc1855e](https://github.com/react-native-community/react-native-cameraroll/commit/fc1855e))
2020-03-26 08:32:35 +00:00
Jesse Katsumata 4190ac9c1e
chore: update and fix lint error (#153)
* chore: update eslint config

* chore: apply prettier

* Run CI
2020-03-26 10:19:13 +02:00
semantic-release-bot f3fc48d150 chore(release): 1.4.1 [skip ci]
## [1.4.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.4.0...v1.4.1) (2020-02-08)

### Bug Fixes

* fix IOS MetaData ([#134](https://github.com/react-native-community/react-native-cameraroll/issues/134)) ([e70cff5](https://github.com/react-native-community/react-native-cameraroll/commit/e70cff5))
2020-02-08 02:20:05 +00:00
semantic-release-bot 34444b21b3 chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.3.1...v1.4.0) (2020-02-05)

### Bug Fixes

* Making Promise return types consistent across iOS and Android, updating types to match. ([#137](https://github.com/react-native-community/react-native-cameraroll/issues/137)) ([b49dc8e](https://github.com/react-native-community/react-native-cameraroll/commit/b49dc8e))

### Features

* Support filter media items between dates ([#140](https://github.com/react-native-community/react-native-cameraroll/issues/140)) ([75b4208](https://github.com/react-native-community/react-native-cameraroll/commit/75b4208))
2020-02-05 09:27:23 +00:00
Bartol Karuza 900c53a3cb
chore: increase the max RN version to 62 (#133)
fixes #127
2020-01-20 17:39:44 +08:00
semantic-release-bot 3ace12431d chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.3.0...v1.3.1) (2020-01-20)

### Bug Fixes

* **lib:** Fix for pagination on Android. ([#130](https://github.com/react-native-community/react-native-cameraroll/issues/130)) ([33dfb99](https://github.com/react-native-community/react-native-cameraroll/commit/33dfb99)), closes [#47](https://github.com/react-native-community/react-native-cameraroll/issues/47) [#118](https://github.com/react-native-community/react-native-cameraroll/issues/118)
2020-01-20 09:09:54 +00:00
semantic-release-bot bd55652654 chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.2.1...v1.3.0) (2019-11-07)

### Bug Fixes

* **example:** remove flow parsing from example ([452fd7b](https://github.com/react-native-community/react-native-cameraroll/commit/452fd7b))
* **lib:** Android 10 screenshot sorted incorrectly ([#98](https://github.com/react-native-community/react-native-cameraroll/issues/98)) ([902abd4](https://github.com/react-native-community/react-native-cameraroll/commit/902abd4)), closes [#97](https://github.com/react-native-community/react-native-cameraroll/issues/97)
* **lib:** Fix warning for deprecated RCTBridge interface for RCTImageLoader ([#87](https://github.com/react-native-community/react-native-cameraroll/issues/87)) ([c0a132d](https://github.com/react-native-community/react-native-cameraroll/commit/c0a132d))

### Features

* **lib:** Moved deletePhotos to use new PHAsset API and added an implementation for Android ([#69](https://github.com/react-native-community/react-native-cameraroll/issues/69)) ([7850dd5](https://github.com/react-native-community/react-native-cameraroll/commit/7850dd5))
2019-11-07 13:27:30 +00:00
Bartol Karuza 4469030e6e
chore(docs): add meta info for the react-native-website (#81) 2019-09-03 17:21:38 +02:00
semantic-release-bot 77c186ebb5 chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.2.0...v1.2.1) (2019-08-14)

### Bug Fixes

* **lib:** typo in PHFetchOptions ([#78](https://github.com/react-native-community/react-native-cameraroll/issues/78)) ([75e325d](https://github.com/react-native-community/react-native-cameraroll/commit/75e325d))
2019-08-14 20:05:17 +00:00
semantic-release-bot fcc2e10d0e chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.2...v1.2.0) (2019-08-14)

### Bug Fixes

* **lib:** Convert PHAsset to JPEG for uploading ([c958493](https://github.com/react-native-community/react-native-cameraroll/commit/c958493))
* **lib:** fix issue with CameraRoll.saveImageWithTag and new save function with options ([7519cb5](https://github.com/react-native-community/react-native-cameraroll/commit/7519cb5))

### Features

* **lib:** save photos or videos to an album ([dc00a4f](https://github.com/react-native-community/react-native-cameraroll/commit/dc00a4f))
2019-08-14 19:34:56 +00:00
semantic-release-bot 344b3a93a4 chore(release): 1.1.2 [skip ci]
## [1.1.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.1...v1.1.2) (2019-08-14)

### Bug Fixes

* **lib:** Remove unrecognised UTF8 tag from xcworkspace file ([0d5a2da](https://github.com/react-native-community/react-native-cameraroll/commit/0d5a2da))
2019-08-14 17:17:42 +00:00
Bartol Karuza 25989a86a0
chore(lib): lock lodash version to mitigate security risk (#71)
https://github.com/react-native-community/react-native-cameraroll/network/alert/yarn.lock/lodash/open
2019-08-01 16:28:30 +02:00
semantic-release-bot 13059fab0f chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.0...v1.1.1) (2019-06-18)

### Bug Fixes

* **lib:** move to local variable instead of relying on the string constant from RN core ([#63](https://github.com/react-native-community/react-native-cameraroll/issues/63)) ([a2d39f0](https://github.com/react-native-community/react-native-cameraroll/commit/a2d39f0))
2019-06-18 15:34:41 +00:00
semantic-release-bot f321084c7b chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.5...v1.1.0) (2019-06-13)

### Bug Fixes

* **lib:** mirror fix PHAsset video upload ([#58](https://github.com/react-native-community/react-native-cameraroll/issues/58)) ([829c7bd](https://github.com/react-native-community/react-native-cameraroll/commit/829c7bd)), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](458e70c79d/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032)

### Features

* **lib:** Filename added to the image properties iOS and Android ([#61](https://github.com/react-native-community/react-native-cameraroll/issues/61)) ([f420cef](https://github.com/react-native-community/react-native-cameraroll/commit/f420cef)), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](458e70c79d/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032)
2019-06-13 06:31:39 +00:00
semantic-release-bot 12125ce53f chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.4...v1.0.5) (2019-05-13)

### Bug Fixes

* **lib:** dummy commit back to the center fix semantic-release ([5678c76](https://github.com/react-native-community/react-native-cameraroll/commit/5678c76))
2019-05-13 19:23:47 +00:00
semantic-release-bot 1837b6d727 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.3...v1.0.4) (2019-05-13)

### Bug Fixes

* **lib:** dummy commit fix semantic-release ([33af018](https://github.com/react-native-community/react-native-cameraroll/commit/33af018))
2019-05-13 19:17:23 +00:00
semantic-release-bot ff71da1709 chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.2...v1.0.3) (2019-05-13)

### Bug Fixes

* **lib:** dummy commit fix semantic-release ([66cb175](https://github.com/react-native-community/react-native-cameraroll/commit/66cb175))
2019-05-13 19:12:12 +00:00
semantic-release-bot 1cc909c729 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.1...v1.0.2) (2019-05-13)

### Bug Fixes

* **lib:** dummy commit to bump to 1.0.2 ([d431900](https://github.com/react-native-community/react-native-cameraroll/commit/d431900))
2019-05-13 19:05:35 +00:00
semantic-release-bot fd285e9f4b chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.0...v1.0.1) (2019-05-13)

### Bug Fixes

* **lib:** fix groupType all not working on Android ([#57](https://github.com/react-native-community/react-native-cameraroll/issues/57)) ([7c05112](https://github.com/react-native-community/react-native-cameraroll/commit/7c05112)), closes [#56](https://github.com/react-native-community/react-native-cameraroll/issues/56)
2019-05-13 18:47:21 +00:00
Bartol Karuza 1e37b29426 chore(ci): manual release to test publishing fix 2019-05-08 11:33:44 +02:00
semantic-release-bot 74727b1f7f chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-05-07)

### Bug Fixes

* **ci:** add yarn install step to publish ([ed86e6f](https://github.com/react-native-community/react-native-cameraroll/commit/ed86e6f))
* **ci:** eslint dependency version issue ([1d0636b](https://github.com/react-native-community/react-native-cameraroll/commit/1d0636b))
2019-05-07 20:35:22 +00:00
Bartol Karuza 1d0636bf73 fix(ci): eslint dependency version issue 2019-05-07 22:30:06 +02:00
Bartol Karuza e49880f908 feature(lib): dummy commit for triggering the release 2019-05-07 22:12:27 +02:00
Bartol Karuza cd8725841e chore(lib) include 59 in peer dependency list 2019-04-14 10:59:35 +02:00
Frikkie Snyman 8f721f372f
Add description to package.json 2019-04-09 14:47:02 +02:00
Bartol Karuza 23ea8fbd2b
Merge pull request #31 from react-native-community/feature/update-dependencies
fix(app) update dependencies
2019-04-06 12:17:54 +02:00
Bartol Karuza 7277538350 fix(app) update dependencies 2019-04-06 12:17:01 +02:00
Bartol Karuza bbd158014b
Merge pull request #26 from iamolegga/typescript-fix
fix typescript declarations
2019-04-06 11:39:29 +02:00
Matt Oakes ffbbfee27c Standard ESLint 2019-04-05 17:14:27 -07:00
Oleg Repin 2b52d760c1 fix typescript declarations 2019-04-03 14:20:54 +03:00
Bartol Karuza 8c8c0fe921 v1.0.3 2019-03-03 20:36:01 +08:00
Bartol Karuza db7d74635f v1.0.2 2019-03-03 20:14:05 +08:00
Bartol Karuza 13bc86ada8 v1.0.1 2019-03-03 19:46:55 +08:00
Bartol Karuza 02cf845006 circleci and detox setup 2019-03-02 16:00:53 +08:00
Bartol Karuza c3cdd18810 setup of library config files for flow, eslint, babel, jest, etc.. 2019-02-24 12:57:12 +08:00
Bartol Karuza bd10d565e5 update package.json with basic info and dependencies
mostly copied from https://github.com/react-native-community/react-native-netinfo/blob/master/package.json
2019-02-24 12:38:20 +08:00
Bartol Karuza 1f3f111bca create-react-native-library and react-native init of example app
# Conflicts:
#	README.md
2019-02-24 12:13:49 +08:00