Releases: react-native-progress-view/progress-view
v1.5.0
What's Changed
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /fabric-example by @dependabot in #135
- chore(deps): bump react-devtools-core from 4.26.0 to 4.28.4 by @dependabot in #142
- Add accessibilityLabel support by @YajurG in #144
- Add isIndeterminate to ProgressViewProps by @koloboid in #140
- chore(deps): bump react-devtools-core from 4.26.0 to 4.28.4 in /example by @dependabot in #141
- chore(deps): bump @babel/traverse from 7.16.5 to 7.23.2 by @dependabot in #137
- chore(deps): bump @babel/traverse from 7.18.2 to 7.23.2 in /fabric-example by @dependabot in #138
- chore(deps): bump @babel/traverse from 7.19.3 to 7.23.2 in /example by @dependabot in #139
- chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #148
- chore(deps): bump ip from 1.1.5 to 1.1.9 by @dependabot in #145
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /fabric-example by @dependabot in #147
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /example by @dependabot in #146
- chore: update yarn and node version by @Naturalclar in #153
New Contributors
Full Changelog: v1.4.2...v1.5.0
v1.4.1
v1.3.1
fix: Xcode 12 compatibility (#62) by @Pranit-Harekar
v1.3.0
🎉 Added Android version of progress view thanks to @alpha0010
feat: Add Android support for progress-view (#58) by @alpha0010
chore: update rn version of example by @Naturalclar
docs: add android (#59) by @Naturalclar
v1.2.4
chore: update eslint and other packages (#52) by @Naturalclar
chore: add codeowners (#57) by @Naturalclar
chore: fix podspec repo url by @Naturalclar
Update Windows project to fix compilation and add auto-linking (#55) by @tritao
v1.2.3
Resolve Missing Deploy Target (#49) by @chiaramooney
v1.2.2
fix: (windows) Remove references to example folder in vcxproj (#48) by @MicrosoftNik
v1.2.1
chore: setup github actions (#46) by @Naturalclar
fix: remove babel dependency (#47) by @Naturalclar
v1.2.0
Added MacOS support for the ProgressView 🎉
feat: Add macOS support for progress-view (#42) by @amgleitman