Skip to content

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

Release 1.3.0

26 Oct 07:12
Compare
Choose a tag to compare

1.3.0 (2021-10-26)

Features

  • add barcode method for android and iOS (9ee1b26)
  • add qrcode method for android and iOS (61a5a9d)
  • add type for qrcode (b484394)

Release 1.2.0

21 Oct 06:54
Compare
Choose a tag to compare

1.2.0 (2021-10-21)

Bug Fixes

  • make language is optional in types (9d4fe16)
  • modify according to the convention (7eacd44)

Features

  • add changing language & smooth text for iOS (30b31cb)
  • add default text language (fdd96a7)

Release 1.1.0

12 Oct 16:23
Compare
Choose a tag to compare

1.1.0 (2021-10-12)

Features

  • adds imageBase64 method for android and iOS (4f6e6c2)

Release 1.0.1

07 Jul 18:19
Compare
Choose a tag to compare

1.0.1 (2021-07-07)

Features

  • add printing from data source to printing class (33cfe08)

Release 0.15.0

09 Jun 18:52
Compare
Choose a tag to compare

0.15.0 (2021-06-09)

Features

  • add chained printing method for android (dedd9a1)

Release 0.14.1

04 Jun 18:33
Compare
Choose a tag to compare

0.14.1 (2021-06-04)

Bug Fixes

  • removed extra space (5550ced)
  • typescript fails in printing (5fef488)

Release 0.14.0

03 Jun 19:13
Compare
Choose a tag to compare

0.14.0 (2021-06-03)

Bug Fixes

  • moved the generation of event to own function. Send event in performDiscovery (781866a)
  • remove orphaned brackets (4f7967b)
  • stub android method (a3dab6b)

Features

  • add image printing (4ab56ad)
  • add print image from assets source for iOS (f5bbf67)
  • adds a delay when emitting event after discovering printers (13136ee)
  • chained printing method (2c45715)

Release 0.13.4

17 Mar 12:41
Compare
Choose a tag to compare

0.13.4 (2021-03-17)

Bug Fixes

  • crash on iOS because of passing undelcared parameter to discovery, update readme (3628a21)

Release 0.13.3

16 Mar 08:11
Compare
Choose a tag to compare

0.13.3 (2021-03-16)

Bug Fixes

  • android: add missing jniLibs targets (da6b0a3)
  • android: added gradle and adb reverse commands to example (afa36e7)
  • android: added gradle and adb reverse commands to example (64056fc)
  • android: removed easy select, not used (46ff8f4)

Release 0.13.2

13 Mar 19:51
Compare
Choose a tag to compare

0.13.2 (2021-03-13)

Bug Fixes

  • add try catch block for sending events when bridge is not initialized (d14ea4a)