Release Notes (Web)
3.1.0
Release 5/9/2025
- Added support for the i7500 printer:
- Supports bitmap printing with Bluetooth Low Energy connection
- Does not support MANUAL supply
- Added CutOption named "CutAfterRow".
- Only the M611, S3700, and i7500 support this command. All other printers will not print.
- This must be used in tandem with "PrintingOptions.setCutAfterRowValue(2)"
- Added a PrintingOptions method named "setCutAfterRowValue" that takes an integer to specify how many labels to cut after.
- For example, setting this value to 2 will cut after every 2nd label
- Added CutOption named "UsePrinterSettings".
- This is only supported on the i7500 if there is post print accessory installed. All other printers will not print.
- This setting will use whichever CutOption is configured on the printer itself.
- Added a property in BradySdk named "postPrintAccessoryType" that returns the name of the accessory installed on a connected i7500.
- Will default to "None" for all other printers.
- Added a property in BradySdk named "isSupplyDirectThermal" that returns true/false if the installed part is Direct Thermal.
- Added a property in BradySdk named "dotsPerInch" that returns the dots per inch capability of the connected printer.
3.0.3
3/3/2025
- Fixed an issue where unnecessary web calls were being made to Firebase even when the "collectAnalytics" flag was set to "false".
3.0.2
10/15/2024
- Added an alternative "print" API method for manually specifying label offsets if the image printed is not in the desired location.
3.0.1
DEPRECATED
3.0.0
Release 9/9/2024
- Added support for the S3700 printer:
- Bluetooth Low Energy connection
- Prints only bitmaps
- Currently does not support cutting shapes since only bitmaps can be printed.
2.0.2
Release 8/5/2024
- Added collection of analytics related to print jobs to help improve user experience
- Add minor print process improvements related to M211 printer
2.0.1
Release 6/7/2024
- Fixes bugs related to update 2.0.0
2.0.0
Release 6/3/2024
- Adds support for M610 and M710 printers
- Adds API methods to set the number of copies and cut option for print jobs
- Improves print quality through implemented greyscale conversion
- Fixes bug in compression logic that would cause printing errors on certain images
1.6.1
Release 4/2/2024
- Changes in package configuration for publishing
- Improvement in clarity to the README file
1.6.0
Release 4/2/2024
- The first release of the brady-web-sdk package on npmjs.com
- Support for Bluetooth connectivity and Bitmap printing to the M211, M611, and M511.
- To see the Bluetooth Web API's supported web browsers, go to their documentation page