Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:19
· 16 commits to master since this release

Release v1.0.0: initial Barcode Input Bundle

Changelog

Added

  • Initial release of nowo-tech/barcode-input-bundle.
  • Symfony BarcodeType form field with optional camera scanner (@zxing/browser) and keyboard-wedge scanner support.
  • BarcodeValueTransformer for server-side normalization (trim, strip non-printable, max length).
  • BarcodeFormat enum for supported symbologies (EAN-13/8, UPC-A/E, Code 128/39, ITF, Codabar).
  • TypeScript assets (barcode-input.js) with <nowo-barcode-input> custom element and standalone IIFE.
  • Multi-framework Twig form themes (Bootstrap 3/4/5, Foundation 5/6, Tailwind 2, table, Symfony default).
  • Translations: de, en, es, fr, it, nl, pt.
  • Named Symfony asset package nowo_barcode_input (base_path /bundles/nowobarcodeinput).
  • Symfony Flex recipe and Symfony 8 FrankenPHP demo.

Full Changelog: https://github.com/nowo-tech/BarcodeInputBundle/commits/v1.0.0