Skip to content

Releases: Charanor/react-native-highlight-overlay

Release 1.4.0

06 Nov 16:41
Compare
Choose a tag to compare

1.4.0 (2022-11-06)

Bug Fixes

  • remove console.log in FadeDuringHighlight (b8420cc)

Features

  • add support for custom highlight (78f7010)

Release 1.3.0

09 Apr 03:08
Compare
Choose a tag to compare

1.3.0 (2022-04-09)

Bug Fixes

  • example: add highlight-overlay as dependency (3f27b33)
  • fix highlight flickering (f037b92)
  • UIView not supporting box-none ~> none (b615351)

Features

  • add FadeDuringHighlight component (6451b64)
  • add react-native-reanimated dependency (0799f0c)
  • add basic overlay styling (8e01f33)
  • add support for highlight offset (4ae4829)
  • context: add getRootRef action (838b585)
  • make HighlightOverlay animatable (52bfce8)

Release 1.2.1

18 Oct 16:38
Compare
Choose a tag to compare

1.2.1 (2021-10-18)

Bug Fixes

  • fix measurment when using react-navigation (203a6f9), closes #2

v1.2.0

15 Oct 08:24
Compare
Choose a tag to compare

What's Changed

  • Changed method to use Svg with clip path instead of duplicating highlighted element. This allows for more configuration on how the highlight is displayed.

Full Changelog: v1.1.0...v1.2.0