Releases: react-native-masked-view/masked-view
Releases · react-native-masked-view/masked-view
v0.3.2
What's Changed
- feat(#162): fabric support by @mateusz1913 in #221
- Revert "feat(#162): fabric support" by @brentvatne in #222
- Fix black background on android by @alanjhughes in #228
- fix: lint error by @Naturalclar in #231
New Contributors
- @mateusz1913 made their first contribution in #221
- @brentvatne made their first contribution in #222
- @alanjhughes made their first contribution in #228
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Calling invalidate in RNCMaskedView by @koplyarov in #214
New Contributors
- @koplyarov made their first contribution in #214
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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
- @tobiasehlert made their first contribution in #192
- @masonle2x2 made their first contribution in #195
Full Changelog: v0.2.9...v0.3.0
v0.2.9
What's Changed
- docs(readme): overall improvements by @LRNZ09 in #173
- feat(example): add multiple component examples app by @LRNZ09 in #176
- Web stub (#70) by @hexadecy in #175
- Update node version used in CI by @Naturalclar in #177
- fix(types): utility type removed from RN 0.71 by @alpha0010 in #187
New Contributors
- @LRNZ09 made their first contribution in #173
- @hexadecy made their first contribution in #175
- @alpha0010 made their first contribution in #187
Full Changelog: v0.2.8...v0.2.9
v0.2.8
fix: Mask flicker while navigating on Android (#171) by @gabrieldonadel
v0.2.7
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
Feat
- Allow Android rendering mode (hardware/software) to be controlled via a prop (#127) by @levibuzolic
Chore
- remove buildToolsVersion (#121) by @dulmandakh
- Update Android Tools gralde version (#101) by @someonewithpc