Releases: devtical/nova-qrcode-field
Releases · devtical/nova-qrcode-field
v2.0.3
[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 to1
for sizes250
or smaller.
Changed
- Dependency Update: Migrated QR code generation from
vue-qr
toAwesome-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.
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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: v2.0.0...v2.0.1
v2.0.0
composer require devtical/nova-qrcode-field
Full Changelog: v1.0.0...v2.0.0
v1.0.0 (Nova 4)
v0.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: v0.0.3...v0.0.4
v0.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: v0.0.2...v0.0.3
v0.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: v0.0.1...v0.0.2