Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 2 KB

CHANGELOG.md

File metadata and controls

78 lines (44 loc) · 2 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - yyyy-mm-dd

[0.5.1] - 2024-02-10

Fixed

  • Fix build error when using Fabric on iOS.

0.5.0 - 2023-10-25

Fixed

  • Fabric support on React Native 0.71+. This is a breaking change for fabric on 0.70 and lower, however paper/old arch is unaffected.

0.4.0 - 2022-07-15

Added

  • Fabric implementation.

Fixed

  • Removed redundant cast causing "BitmapDrawable cannot be cast to VectorDrawable".

0.3.0 - 2021-05-21

Changed

  • Default resizeMode to cover for Image compatibility.

0.2.1 - 2021-05-21

Changed

  • Move resizeMode to style props for Image compatibility.

0.2.0 - 2021-05-20

Added

  • resizeMode prop.

0.1.2 - 2021-04-26

Added

  • Typescript definitions.

0.1.1 - 2021-04-22

Changed

  • Don't mix MJS and CJS.

0.1.0 - 2021-04-15

Added

  • Initial release.