Skip to content

Releases: react-native-masked-view/masked-view

v0.3.1

11 Dec 00:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Oct 00:33
Compare
Choose a tag to compare

What's Changed

  • fix: deprecated set-output in GitHub Action workflows by @tobiasehlert in #192
  • feat(android): 🌟 add support for React Native 0.73 by @masonle2x2 in #195
  • Fix ci runner by @Naturalclar in #198
  • chore(deps): bump ua-parser-js from 0.7.28 to 0.7.33 by @dependabot in #188
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #180
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /example by @dependabot in #200
  • chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #199
  • chore(deps): bump json5 from 2.1.3 to 2.2.3 by @dependabot in #185
  • chore(deps): bump json5 from 2.2.1 to 2.2.3 in /example by @dependabot in #186
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example by @dependabot in #181
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #201
  • chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example by @dependabot in #203
  • feat(all): add support RN <0.71 when add namespace by @masonle2x2 in #197
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #204
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /example by @dependabot in #202
  • Update node version in CI by @Naturalclar in #205
  • Update example version by @Naturalclar in #207

New Contributors

Full Changelog: v0.2.9...v0.3.0

v0.2.9

31 Mar 02:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

08 Oct 07:49
Compare
Choose a tag to compare

fix: Mask flicker while navigating on Android (#171) by @gabrieldonadel

v0.2.7

14 Jul 04:04
8c7ec78
Compare
Choose a tag to compare

Chore:
chore(android): replaced jCenter with maven (#146) @matteodanelli
Change React peerDependencies version (#163) @FonDorn
Remove deprecated ViewPropTypes (#169) @Naturalclar

Docs:
Remove $ from README.md terminal commands (#133) @andresribeiro

v0.2.6

30 Nov 06:31
Compare
Choose a tag to compare

Feat

  • Allow Android rendering mode (hardware/software) to be controlled via a prop (#127) by @levibuzolic

Chore

v0.2.5

29 Jun 01:29
Compare
Choose a tag to compare

fix: Add check that maskView not null. (#125) by @khorark

v0.1.11

26 Apr 12:22
Compare
Choose a tag to compare

Add fix for React v17 compatibility with React Native 0.64 and react-navigation v5

Fixed #111

v0.2.4

22 Apr 16:11
Compare
Choose a tag to compare

Enabling hardware acceleration on Android (#116) by @k-ibr

v0.2.3

16 Mar 21:27
5f5dc0d
Compare
Choose a tag to compare

fix: peerDependencies support React 17