Skip to content

Releases: star-micronics/react-native-star-io10

1.7.0

04 Jul 02:12
50d9c1d
Compare
Choose a tag to compare
  • Added TearOff (feed to tear bar) to the CutType enum.
  • Added India to the Printer.InternationalCharacterType enum.
  • Changed the example app to use function components instead of class components.
  • Changed the example app to use CheckBox instead of Picker.
  • Updated React Native version to 0.73.8.
  • Updated React Native for Windows version to 0.73.13.
  • iOS/Windows: Changed so that StarIO10InUseError is thrown immediately when StarPrinter.open() is executed for a LAN printer that has already been opened by another device if autoSwitchInterface is false.
  • Bug Fix:
    • iOS: Fixed an issue where occasionally caused a crash when executing print operations on multiple printers at the same time.
    • Fixed the value of the name property of the StarIO10Error subclass to be the string of the class name when the app bundle is generated with the minify option enabled.
    • iOS: Fixed an issue where StarIO10IllegalDeviceStateError(message: "Network Unavailable.") could occasionally be thrown even though the iOS device is actually connected to the network.

1.6.1

28 Mar 06:25
Compare
Choose a tag to compare
  • Bug Fix:
    • iOS: Fixed privacy manifest file according to Apple's App Review. (react-native-star-io10 does not use Required Reason API.)
  • Updated React Native version to 0.73.6.
  • Updated React Native Windows version to 0.73.11.

1.6.0

13 Feb 00:36
Compare
Choose a tag to compare
  • Added POP10CBI support.
  • Added API for template printing function.
  • Added a screen for template printing to the sample app.
  • Added API for specifying number of character function.
  • Added API for setting full/half-width of Unicode ambiguous characters.
  • Changed the Auto Switch Interface function to enabled by default.
  • Improved switching speed of the Auto Switch Interface function.
  • Added several samples of printing patterns using template printing function.
  • Added privacy manifest file according to Apple's guidelines. (react-native-star-io10 does not use Required Reason API.)
  • Updated React Native version to 0.73.2.
  • Updated React Native for Windows version to 0.73.4.
  • Android: Added Android 14 support.
  • iOS: Added use_frameworks! support. #90
  • Remove unused imports and variables. #107

1.5.0

14 Nov 01:02
Compare
Choose a tag to compare
  • Added MCP31CI/CBI support.
  • Faster print data generation.
  • iOS/Android: Added a sample to generate receipt images from text data.
  • Bug Fix:
    • iOS/Windows: Fixed to be able to print to printers on different segment networks by specifying IP address.
    • Fixed an issue where decorations (methods starting with style) set with DocumentBuilder.addPrinter() were not reset when the method ended.

1.4.0

14 Sep 02:17
Compare
Choose a tag to compare
  • Added TSP100IV SK support.
  • Updated React Native version to 0.72.4.
  • Updated React Native for Windows version to 0.72.7.
  • iOS: Changed minimum supported OS version from 12 to 13.
  • Android: Changed minimum supported OS version from 6 to 9.
  • Windows: Changed minimum supported OS version from Windows 10 1909 to 22H2.
  • Android/Windows: Updated Bluetooth module information for SM-L200.

1.3.0_20230529

09 Jun 09:17
Compare
Choose a tag to compare
  • Updated React Native version to 0.71.6 to fix an issue that the example app cannot be built in Xcode14.3. (facebook/react-native#36739)
  • Updated React Native for Windows version to 0.71.6 to resolve build failure for x86 architecture and React Native CodeGen build failure on Windows.

1.3.0

18 Apr 03:20
Compare
Choose a tag to compare
  • Added mC-Label3 support.
  • Added internal processing required for Bluetooth changes of SM-S210i, SM-S230i, SM-T300i and SM-T400i.
  • Updated React Native version to 0.71.4.
  • Added API for spooler function.
  • Added API for Page Mode.
  • Added API for setting/getting Star Configuration.
  • Added API for getting detailed status.
  • Added printing samples of the spooler function and several samples of printing patterns for labels to the example app.
  • Fixed an issue that command generation does not execute when adding a Builder immediately after instantiation. #72

iOS

  • Supported for Xcode 14.
    • Changed to not include Bitcode based on Apple policy.

Android

  • Fixed a rare crash while performing a discovery.
  • Fixed an issue that printing may fail via USB in certain devices and will not recover after failure without the USB cable removal and insertion.

Windows

  • Supported for Visual Studio 2022.
  • Added a specification that the model can be estimated and acquired for some printers with Bluetooth device name set to the initial value (TSP100IIIBI, mPOP, mC-Print2/3, mC-Label3 and SM-L200/300) when using the StarDeviceDiscoveryManager class.

1.2.0

16 May 11:22
Compare
Choose a tag to compare
  • Added POP10CI support.
  • Added new Bluetooth module information for SM-L200.
  • Updated React Native version to 0.67.2.

Android

  • Added a specification that the model can be estimated and acquired for some printers with Bluetooth device name set to the initial value (TSP100IIIBI, mPOP, mC-Print2/3 and SM-L200/300) when using the StarDeviceDiscoveryManager class.
  • Fixed to avoid obfuscation to unnecessary parts.

Windows

  • Fixed a crash in applications installed from the Microsoft Store caused by API calls to any of this library.

1.1.0

25 Nov 00:19
Compare
Choose a tag to compare
  • Added TSP100IV support.
  • Updated React Native version to 0.66.
  • Updated libraries to be used.
  • Improved printing speed.
  • Added type definition files for TypeScript.

iOS

  • Supported for Xcode 13.
  • Added support for the iOS simulator on Apple Silicon Mac.
  • Fixed a crash of StarLogger class when exiting the application.
  • Fixed an issue where memory usage kept increasing while searching for LAN printers.
  • Fixed an issue that the startDiscovery method of the StarDeviceDiscoveryManager class could not detect printers that joined the network after the search started.
  • Added a process to exclude simulator binaries from StarIO10 when building for devices.
  • Improved internal processing.

Android

  • Responded to the JCenter shutdown.
  • Fixed a crash when leaving the dialog asking for USB access for a few seconds or selecting cancel.
  • Fixed an issue that the startDiscovery method of the StarDeviceDiscoveryManager class could not detect printers that joined the network after the search started.
  • Support for Android OS specification change when using USB communication.

1.0.0_20210514

24 May 05:17
Compare
Choose a tag to compare
  • example (iOS : 1.0.1)