QR Code Field Releases Notes

QR Code Field Releases Notes

Changelogs and Releases Notes for QR Code Field: QR Code Input to generate QR Code with designing options for filamentPHP.

1.1.16

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot
  • Add logo to QR code

1.1.15

What's Changed

  • Docs: Update stallation and database migrations by @cgiupponi

New Contributors

  • @cgiupponi made their first contribution

1.1.14

What's Changed

  • fix set state modal

1.1.13

What's Changed

  • support png type to render qr tables

1.1.12

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.1 to 2.4 by @dependabot
  • Update ColorManager.php by @schrempfra
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot

New Contributors

  • @schrempfra made their first contribution

1.1.11

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • Improvg Download Action by @dbpolito

New Contributors

  • @dbpolito made their first contribution

1.1.10

What's Changed

  • Change the type of the put text size to numeric and check if the size is empty, return the default size by @waelkhalifa
  • makg data put live onBlur

New Contributors

  • @waelkhalifa made their first contribution

1.1.9

What's Changed

  • fix set colors

1.1.8

What's Changed

  • fix defualt gradient value

1.1.7

What's Changed

  • fix reactive color picker

1.1.6

What's Changed

  • add translate by @T1anjiu

New Contributors

  • @T1anjiu made their first contribution

1.1.5

What's Changed

  • add translation

1.1.4

What's Changed

  • set default values if the user didn't set one

1.1.3

What's Changed

  • build assets

1.1.2

What's Changed

  • download QR code as SVG

1.1.1

What's Changed

new feature:

  • add the ability to select transparent background color

1.1.0

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.0 to 2.3.1 by @dependabot
  • ✨ make it easier to render QR anywhere your app

Render the QR Code.

you can render the QR code any component that accept HTML usg the QR Facade:

Qr::render(data:'dataOrUrl')

and it's accept these options:

?strg $data = null,
?array $options = null,
strg $statePath = 'url',
strg $optionsStatePath = 'options',
bool $downloadable = true

Usage with Table and Infolist

to sert the QR code any FilamentPHP table or folist, it's better to be displayed a popover or modal,

and you can use our plug Popover:

PopoverEntry::make('name')
    ->trigger('click')
    ->placement('right')
    ->offset([0, 10])
    ->popOverMaxWidth('none')
    ->icon('heroicon-o-chevron-right')
    ->content(Qr::render(data:'dataOrUrl')),

Changes:

rename the function qrRender to render, only affect if you're usg it manually

New Contributors

  • @dependabot made their first contribution

1.0.4

What's Changed

  • fix usg custom options column
  • improve responsive UI

1.0.3

What's Changed

  • allow to customize QR action

1.0.2

What's Changed

  • usg suffix Action stead of ht Action

New Contributors

  • @atmonshi made their first contribution

1.0.1

compile assets

1.0.0

Let's goo

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.