Skip to content

remove injected clearfix, export BarcodeDecoder, lots of dependency upgrades, internal rework

Compare
Choose a tag to compare
@ericblade ericblade released this 16 Apr 00:15
· 525 commits to master since this release
73f9762
  • No longer inserts a
    tag into your document, preventing weird content reflows.
    If you used floating to position your things before, you'll need to either add your own clearfix, or preferably, find a better way to layout your page.
    See 592a5d0
  • Internal BarcodeDecoder component is now exported to the public. See 153289e
  • A ton of internal work has been performed converting a lot of code to TypeScript. All tests pass, but YMMV, so if you have any new problems, please reach out.