Releases: stripe/stripe-terminal-react-native
Releases · stripe/stripe-terminal-react-native
v0.0.1-beta.3
What's Changed
- add README documentation by @arekkubaczkowski in #3
- upgrade react native by @arekkubaczkowski in #12
- remove 3rd party rn orb by @arekkubaczkowski in #16
- add capture and get_locations endpoints to example backend by @jdivock-stripe in #21
- WIP: Usage guide by @arekkubaczkowski in #4
- Readme instruction cleanup by @jdivock-stripe in #17
- fech -> fetch by @jdivock-stripe in #18
- restores ios functionality by @jdivock-stripe in #41
- [example app] nodemon, logging middleware, loading key with env variable by @jdivock-stripe in #27
- blank
find-node.sh
after yarn install by @jdivock-stripe in #48 - use .env for server address in example app by @jdivock-stripe in #51
- fix: failing tests by @arekkubaczkowski in #63
- Fix reader display name for physical BT devices by @jdivock-stripe in #62
- Fix console warnings by @arekkubaczkowski in #67
- Fix: collecting the payments with internet reader by @arekkubaczkowski in #56
- fix: tsconfig for example project by @arekkubaczkowski in #64
- Better display of internet readers in discover by @jdivock-stripe in #71
- add retryTimes to Jest by @arekkubaczkowski in #72
- add starting server instructions by @jdivock-stripe in #82
- Fix instructions for env var file location in example app by @tomas-stripe in #83
- connection token error handling by @arekkubaczkowski in #86
- Accept entire reader object for connecting by @arekkubaczkowski in #112
- remove jCenter repo dependency by @arekkubaczkowski in #105
- bump typedoc version by @arekkubaczkowski in #110
- comment out android specific api line by @jdivock-stripe in #116
- Android example app launcher icon updated by @dhenry-stripe in #117
- even better template example url by @jdivock-stripe in #121
- Collect payment input visibility fix by @dhenry-stripe in #118
- ReadReusableCard and SetupIntent optional customerId support by @dhenry-stripe in #119
- kotlin code style updates by @dhenry-stripe in #120
- Bluetooth pairing cancellation error handling by @dhenry-stripe in #122
- Android build and language level dependency updates by @dhenry-stripe in #123
- Checking navigation state before calling goBack by @dhenry-stripe in #125
- Bluetooth proximity error handling by @dhenry-stripe in #124
- Update readme with e2e test instructions by @dhenry-stripe in #127
- Log detail screen by @dhenry-stripe in #126
- Firebase App Distribution for Android example app by @dhenry-stripe in #129
- LogListScreen back button override by @dhenry-stripe in #128
- map -> pojo by @jdivock-stripe in #130
- Increment build number for Firebase deploy by @dhenry-stripe in #131
- clean target and bootstrap from scratch by @jdivock-stripe in #132
- Disabled deploy email send by @dhenry-stripe in #135
- Per-region example app deploy by @dhenry-stripe in #136
- add bootstrap command to example package.json by @arekkubaczkowski in #114
- Per-region example app backend deploy by @dhenry-stripe in #137
- Android test context by @dhenry-stripe in #138
- Internet reader no upgrade plan by @dhenry-stripe in #145
- Example app backend returns 404 errors as json by @dhenry-stripe in #143
- add prereqs for running iOS e2e's locally by @jdivock-stripe in #144
- Adding capture_payment after process by @jdivock-stripe in #52
- Android build optimizations by @dhenry-stripe in #147
- Android SDK 2.6.0 -> 2.7.0 by @dhenry-stripe in #149
- App deploy docs by @dhenry-stripe in #148
- make useEffect sample code lint friendly by @jdivock-stripe in #151
- quick WPE label fix from dogfood feedback by @jdivock-stripe in #150
- connect to last location if none is provided by @jdivock-stripe in #152
- create ts-node specific
tsconfig
file by @jdivock-stripe in #158 - Adds example app target to spin up all processes by @jdivock-stripe in #159
- Firebase CLI fixed version - 10.2.2 by @dhenry-stripe in #161
- getListLocations -> getLocations by @jdivock-stripe in #162
- Unexpected disconnect updates state by @dhenry-stripe in #165
- iOS build optimizations by @dhenry-stripe in #166
- Replaced event name string matching with ReactNative exported constants by @dhenry-stripe in #164
- Restarting heroku prior to deploy by @dhenry-stripe in #171
- update node-fetch, install yarn with npm by @jdivock-stripe in #173
- Migrate to cimg images by @dhenry-stripe in #176
- iOS error code passthrough by @dhenry-stripe in #175
- Updated xcode and simulator versions by @dhenry-stripe in #168
- prettier/eslint js files by @jdivock-stripe in #172
- Removed tvos target by @dhenry-stripe in #179
- Adding CoC and GH issue/PR templates by @jdivock-stripe in #181
- yarn diff check by @jdivock-stripe in #180
- Create expo plugin by @arekkubaczkowski in #113
- upgrade tsc and clean up example app routing param types by @jdivock-stripe in #185
- fix TextInput color on Android by @arekkubaczkowski in #84
- npm release script by @arekkubaczkowski in #87
- test connection token on init by @arekkubaczkowski in #177
- Handle other Android connection methods by @arekkubaczkowski in #111
- Revert "Handle other Android connection methods" by @arekkubaczkowski in #186
- fix dependabot minimist issue by @jdivock-stripe in #189
- USB connection type by @dhenry-stripe in htt...