Releases: thingworx-field-work/ThingworxBarcodeScannerWidget
Releases · thingworx-field-work/ThingworxBarcodeScannerWidget
v1.2.1
v1.2.0
1.2.0 (2021-03-12)
Breaking changes
Because of Thingworx 9.1 compatibility, some properties were renamed:
Barcode-Type
->BarcodeType
Patch-Size
->PatchSize
Existing mashups that use the barcode scanner widget with this properties set or bound, will need to have the bindings redone.
Features
- Migrate to using the new framework, in https://github.com/ptc-iot-sharing/ThingworxDemoWebpackWidget. This enables a more expressive way of building widget.
- Fix compatibility with ThingWorx 9.1.
- Migrate to using https://github.com/ericblade/quagga2. This is actively maintained, and boasts massively improved scanning times and performance.
1.1.5
Allow rescanning the same barcode. Previously the live detection woul…