Skip to content

Latest commit

 

History

History
204 lines (106 loc) · 5.64 KB

CHANGELOG.md

File metadata and controls

204 lines (106 loc) · 5.64 KB

Changelog

All notable changes to Qr will be documented in this file

1.1.17 - 2024-12-22

What's Changed

  • custom form by @do-dyco in #37

New Contributors

  • @do-dyco made their first contribution in #37

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.16...1.1.17

1.1.16 - 2024-09-02

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #32
  • Add logo to QR code by @atmonshi in #34

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.15...1.1.16

1.1.15 - 2024-06-28

What's Changed

  • Docs: Update installation and database migrations by @cgiupponi in #30

New Contributors

  • @cgiupponi made their first contribution in #30

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.14...1.1.15

1.1.14 - 2024-06-26

What's Changed

  • fix set state in modal by @atmonshi in #28

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.13...1.1.14

1.1.13 - 2024-06-13

What's Changed

  • support png type to render qr in tables by @atmonshi in #27

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.12...1.1.13

1.1.12 - 2024-06-10

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #24
  • Update ColorManager.php by @schrempfra in #26
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #25

New Contributors

  • @schrempfra made their first contribution in #26

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.11...1.1.12

1.1.11 - 2024-03-05

What's Changed

  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #21
  • Improving Download Action by @dbpolito in #22

New Contributors

  • @dbpolito made their first contribution in #22

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.10...1.1.11

1.1.10 - 2024-02-24

What's Changed

  • Change the type of the input text size to numeric and check if the size is empty, return the default size by @waelkhalifa in #19
  • making data input live onBlur by @atmonshi in #20

New Contributors

  • @waelkhalifa made their first contribution in #19

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.9...1.1.10

1.1.9 - 2024-02-12

What's Changed

  • fix set colors by @atmonshi in #17

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.8...1.1.9

1.1.8 - 2024-02-09

What's Changed

  • fix defualt gradient value by @atmonshi in #16

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.7...1.1.8

1.1.7 - 2024-02-05

What's Changed

  • fix reactive color picker by @atmonshi in #15

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.6...1.1.7

1.1.6 - 2024-01-28

What's Changed

  • add translate by @T1anjiu in #14

New Contributors

  • @T1anjiu made their first contribution in #14

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.5...1.1.6

1.1.5 - 2024-01-24

What's Changed

  • add translation by @atmonshi in #13

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.4...1.1.5

1.1.4 - 2024-01-14

What's Changed

  • set default values if the user didn't set one by @atmonshi in #11

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.3...1.1.4

1.1.3 - 2024-01-12

What's Changed

  • build assets by @atmonshi in #9

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.2...1.1.3

1.1.2 - 2024-01-12

What's Changed

  • download QR code as SVG by @atmonshi in #8

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.1...1.1.2

1.1.1 - 2024-01-12

What's Changed

new feature:

  • add the ability to select transparent background color by @atmonshi in #7

Full Changelog: https://github.com/lara-zeus/qr/compare/1.1.0...1.1.1

1.1.0 - 2024-01-02

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #4
  • ✨ make it easier to render QR anywhere in your app by @atmonshi in #5

New Contributors

  • @dependabot made their first contribution in #4

Full Changelog: https://github.com/lara-zeus/qr/compare/1.0.4...1.1.0

1.0.4 - 2023-12-29

What's Changed

  • fix using custom options column by @atmonshi in #3
  • improve responsive UI

Full Changelog: https://github.com/lara-zeus/qr/compare/1.0.3...1.0.4

1.0.3 - 2023-12-15

What's Changed

  • allow to customize QR action by @atmonshi in #2

Full Changelog: https://github.com/lara-zeus/qr/compare/1.0.2...1.0.3

v1.0.0 - 2023-12-12

  • initial release