Skip to content

Releases: iyegoroff/react-native-color-matrix-image-filters

v5.1.0

04 Feb 19:53
Compare
Choose a tag to compare
  • added tests with infer and detox
  • added CI

v5.0.1

01 Jan 19:15
Compare
Choose a tag to compare
  • fixed amount prop

v5.0.0

01 Jan 18:34
Compare
Choose a tag to compare
  • added react-native-fast-image support
  • fixed typescript typings
  • BREAKING: renamed RNColorMatrixImageFiltersPackage.java to ColorMatrixImageFiltersPackage.java

If were using pre-5.0.0 version of this package you have to run something like this:

react-native unlink react-native-color-matrix-image-filters
yarn upgrade react-native-color-matrix-image-filters@latest
react-native link react-native-color-matrix-image-filters

v4.0.0

21 Oct 02:50
Compare
Choose a tag to compare
  • adjusted Brightness and Threshold filters
  • removed redundant Exposure filter

v3.0.0

20 Oct 23:35
Compare
Choose a tag to compare
  • renamed prop: value to amount
  • updated Grayscale and Sepia filters
  • removed redundant BlackAndWhite filter

v2.0.1

04 Oct 19:32
Compare
Choose a tag to compare

Fix for a bug resulting in a startup crash for Android Release builds #9 (@Christian-Athom)

v2.0.0

04 Oct 00:06
Compare
Choose a tag to compare
  • renamed filter: Grayscale to BlackAndWhite and grayscale to blackAndWhite;
  • added new filters: Grayscale and DuoTone.

v1.0.12

02 Oct 23:40
Compare
Choose a tag to compare

example: added docker image

v1.0.10

24 Sep 00:02
Compare
Choose a tag to compare

fixed RGBA component

v1.0.9

22 Sep 18:48
Compare
Choose a tag to compare

added RGBA filter