Skip to content

Releases: osamaqarem/react-native-image-colors

2.4.0

04 Jan 19:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

Release 2.3.0

09 Jul 09:28
Compare
Choose a tag to compare

Release 2.2.0

03 Jul 07:22
Compare
Choose a tag to compare
  • feat: handle fallback hex collor error (#73) (ae19e5e)
  • chore(example): bump react native version to 0.71.11 (#74) (30b3792)
  • docs: update RN CLI app requirements (#71) (56b9620)
  • chore: configure release-it (e4af57b)

Release 2.1.0

25 Jun 12:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

Release 2.0.0

13 May 07:07
08005f7
Compare
Choose a tag to compare

Rewrite with Expo Modules API

The main goal of this rewrite is future proofing the package for maintainability.
There are no new features added, and the new installation requirements are a breaking change.

For example, we now support the new architecture should we need to make use of it with new features. but we're still backwards compatible with the old architecture. We also have no additional C++ code to maintain or compile for builds.
Many benefits such as these are available by building with the Expo Modules API.

https://docs.expo.dev/modules/overview

Huge props to @KrzysztofMoch! They were the main contributor for this rewrite.

Breaking Changes

New Contributors

Full Changelog: v1.5.2...v2.0.0

Release 1.5.2

05 Feb 07:32
Compare
Choose a tag to compare

1.5.2 (2023-02-05)

Bug Fixes

  • RN>0.70: Bump kotlin version to 1.6.0 (#60) (b5fc99c)

New Contributors

Release 1.5.1

06 May 20:51
Compare
Choose a tag to compare

1.5.1 (2022-05-06)

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

Release 1.5.0

11 Dec 13:45
8cabe47
Compare
Choose a tag to compare

1.5.0 (2021-12-11)

Bug Fixes

Features

Release 1.4.0

25 Aug 08:28
Compare
Choose a tag to compare

1.4.0 (2021-08-25)

Features

Other

  • Updated example project to demonstrate usage in expo managed workflow apps (#33) (5ad1409)

Release 1.4.0-beta.0

25 Aug 07:14
Compare
Choose a tag to compare
Release 1.4.0-beta.0 Pre-release
Pre-release

1.4.0-beta.0 (2021-08-25)

Features