Skip to content

Latest commit

 

History

History
100 lines (52 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

100 lines (52 loc) · 3.54 KB

Changelog

All notable changes to laravel-helpers will be documented in this file.

v2.0.3 - 2024-11-11

[v2.0.3]

Added

  • Dynamic Margin Adjustment: QR code margin now adjusts automatically based on the QR code size. If the size is greater than 250, it applies the value specified in ->margin(), and defaults to 1 for sizes 250 or smaller.

Changed

  • Dependency Update: Migrated QR code generation from vue-qr to Awesome-qr.js, enabling enhanced customization options for QR codes, including support for background images, logo images, and dynamic styling options.

Documentation

  • Updated README with examples showcasing dynamic margin settings, logo and background configuration, and usage instructions for Awesome-qr.js.
  • Added notes on customizing margin based on size and details of the migration to Awesome-qr.js.

Credits

  • Special thanks to the developers of vue-qr for their previous library support.
  • Kudos to Awesome-qr.js for providing improved customization features.

Upgrade Note: For existing users, please replace any vue-qr references with the new settings and ensure you update your composer.json file with devtical/nova-qrcode-field v2.0.3 to apply these enhancements.

v2.0.2 - 2023-11-25

Full Changelog: https://github.com/devtical/nova-qrcode-field/compare/v2.0.1...v2.0.2

v2.0.1 - 2023-02-27

What's Changed

  • feat: pass padding to vue-qr by @mark-nicepants in #20

New Contributors

  • @mark-nicepants made their first contribution in #20

Full Changelog: https://github.com/devtical/nova-qrcode-field/compare/v2.0.0...v2.0.1

Version 2.0.0

Full Changelog: https://github.com/devtical/nova-qrcode-field/compare/v1.0.0...v2.0.0

Version 1.0.0

What's Changed

  • Support Laravel Nova 4.0 by @metrixinfo in #12

Full Changelog: https://github.com/wearedevtical/nova-qrcode-field/compare/v0.0.4...v1.0.0

Version 0.0.4

What's Changed

  • Make method signature compatible with Laravel Nova v4. by @metrixinfo in #10

New Contributors

  • @metrixinfo made their first contribution in #10

Full Changelog: https://github.com/wearedevtical/nova-qrcode-field/compare/v0.0.3...v0.0.4

Version 0.0.3

What's Changed

  • Refactored to use value from the underlaying resource(as should do a field in nova) by @yuriy-martini in #7

New Contributors

  • @yuriy-martini made their first contribution in #7

Full Changelog: https://github.com/Kristories/nova-qrcode-field/compare/v0.0.2...v0.0.3

Version 0.0.2

What's Changed

  • Update Qrcode.php by @bsormagec in #4
  • Add size options for detail and index views by @DanielLavoie90 in #6

New Contributors

  • @bsormagec made their first contribution in #4
  • @DanielLavoie90 made their first contribution in #6

Full Changelog: https://github.com/Kristories/nova-qrcode-field/compare/v0.0.1...v0.0.2

Version 0.0.1

  • Initial release