v6.2.0
Terminal Update
Terminal has exited beta and is now in the RC (release candidate) phase🎉
Description
In this version, we have more extended the Terminal's functionality. Please read the README carefully.
New function:
- the web implement.
- autoReconnectOnUnexpectedDisconnect(
connectReader
method's option. default is false ) - installAvailableUpdate
- cancelInstallUpdate
- setReaderDisplay
- clearReaderDisplay
- rebootReader
More information is here: v6.0.2...v6.2.0#diff-79cae2b77ba5fa93a1ff52e76ec78a5586d71ef4e95fcfb1ace7f0c20a4e74c4
Breaking changes
Change ReaderSoftwareUpdateInterface to:
export type ReaderSoftwareUpdateInterface = {
deviceSoftwareVersion: string;
estimatedUpdateTime: UpdateTimeEstimate;
requiredAt: number;
};
Changes
- ReaderInterface has been extended. Also, the index property is now deprecated.
Commit
- feat(terminal): add function setReaderDisplay at web dff3b96
- feat(terminal): implement web platform 1e389f9
- Merge branch 'main' of github.com:capacitor-community/stripe 309845d
- chore(identity): web screenshot is added dc7de58
- Merge pull request #377 from capacitor-community/feat/remove_beta_tasks 5562978
- chore(demo): update that select device is arable only 4680e31
- chore(terminal): add enum group by device image 11b47ca
- fix(demo): cancelCollectPaymentMethod set at during collectPaymentMethod 60a0c8c
- fmt c48845a
- update readme d467777
- feat(terminal): add merhantDisplayName and behalfOf for localMobile 9aed853
- feat(terminal): organize cancelable 6c28b80
- feat(terminal): implement cancelReaderConnection acedb40
- feat(teminal): set device type adca78f
- chore 1b294e0
- feat(terminal): set ReaderInterface 331e99c
- refactor(terminal): separate terminalMapper at android e7674ea
- chore d6b6028
- feat(terminal): follow ReaderSoftwareUpdateInterface to reader 09d00bd
- feat(terminal): set reader interface 3f59da8
- fmt 4e37307
- chore 7d83465
- feat(terminal): added demo 48b3263
- fix(terminal): fix type Cart b63ef5e
- chore(terminal): autoReconnectOnUnexpectedDisconnect be option 44728aa
- feat(terminal): add reconnection functions 4d9f0c5
- chore(terminal): update docs de2457b
- feat(terminal): create method of listed 4c617e5
- released 196e7d2