Skip to content

Releases: tr3v3r/react-native-esc-pos-printer

Release v2.1.0

10 Sep 12:15
Compare
Choose a tag to compare

v2.1.0 (2022-09-10)

  • Multi print support on Android.
  • Catch print errors on the new flow.
  • Fixed disconnect not resolving/rejecting on iOS.
  • Skip local printers on Android.
  • Extended printer support list.
    TM_T88VII
    TM_L90LFC
    TM_L100

Thanks to https://github.com/fragilehm

Release 2.0.0

17 Jul 15:32
Compare
Choose a tag to compare

2.0.0 (2022-07-17)

  • Fixed scripts/movelib.js dir typo.
  • Upgraded react-native-esc-pos-printer to the latest in Podfile.lock.
  • Allow discovering multiple printers based on the timeout.
  • Update iOS info.plist to support Bluetooth printers.
  • Upgraded react-native-builder-bob
  • Upgraded the IPHONEOS_DEPLOYMENT_TARGET to 11.0 also updated in Podfile.
  • Added react, react-native types.

Release 1.11.2

17 Jul 15:31
Compare
Choose a tag to compare

1.11.2 (2022-07-17)

Bug Fixes

Release 1.11.0

23 Mar 17:14
Compare
Choose a tag to compare

1.11.0 (2022-03-23)

Features

  • extract android and iOS SDK to separate npm package (2f47f7b)

Release 1.10.0

21 Mar 20:20
Compare
Choose a tag to compare

1.10.0 (2022-03-21)

Bug Fixes

Features

  • add the option in android to finish discovery when the first printer is found instead of waiting for the discovery timeout to arrive (71c2d33)
  • add the option to specify the print command (send) timeout (9ef8572)

Release 1.8.0

28 Jan 08:15
Compare
Choose a tag to compare

1.8.0 (2022-01-28)

Features

  • update android SDK to v.2.19.0 (608628e)

Release 1.7.1

26 Jan 20:42
Compare
Choose a tag to compare

1.7.1 (2022-01-26)

Bug Fixes

Release 1.7.0

16 Jan 15:56
Compare
Choose a tag to compare

Move iOS SDK to separate pcakage

Release 1.5.0

22 Nov 08:34
Compare
Choose a tag to compare

1.5.0 (2021-11-22)

Features

  • adding addPulse functionality (96902ba)
  • pass scanningTimeout params to both iOS and Android handlers (896dd95)
  • use NSEC_PER_MSEC to prevent unnecessary operations (07dc610)

Release 1.4.0

29 Oct 08:53
Compare
Choose a tag to compare

1.4.0 (2021-10-29)

Features

  • add color, mode, hafltone, brightness params for prining image (b1a31d9)
  • add universal method for printing image data for iOS (b8dbb4e)
  • add universal print image method for Android (54721af)