Skip to content

Releases: Log1x/sage-svg

v2.0.2

05 Oct 23:43
c871fa8
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix missing array type for passing attachments (#29)

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

28 Jul 16:57
257b533
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix null value deprecation error for Str::endsWith by @LeoColomb in #27

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Jul 06:53
510f911
Compare
Choose a tag to compare

Change log

Notes

  • The minimum PHP version is now 8.1.
  • Acorn 4.x is recommended (very easy to update, do it!), but 3.x should work still.
  • This release is 90% clean up so don't feel pressured to update, Sage SVG is otherwise quite stable.

Enhancements

  • ✨ Add support for Vite (#26)
  • ✨ Add support for multiple manifests and child themes (#25)
  • ✨ Add support for prefixing SVG id attributes (#22)
  • 🔧 Bump the minimum PHP version to 8.1
  • 🧑‍💻 Add a SageSvg facade
  • 🎨 Improve the config docblocks
  • 🎨 Improve configuration and filesystem handling
  • 🎨 Improve directive registration
  • 🧑‍💻 Add strict types to custom provider methods
  • 🔥 Remove legacy check for BladeSvgSage
  • 🎨 Tidy up the render method
  • 🧑‍💻 Add strict types to properties and methods
  • 🎨 Improve method naming conventions
  • 🧑‍💻 Add strict types to the get_svg helper
  • 🔥 Remove composer.lock from the project
  • 🙈 Add a .gitignore file to the project
  • ➕ Add laravel/pint to the project
  • ➖ Remove squizlabs/php_codesniffer from the project
  • 🔧 Remove unused Composer scripts
  • 👷 Update GitHub workflows for PHP 8.x
  • 👷 Change linting workflow step to Pint
  • 📝 Update the README badges, requirements, and examples

New Contributors

Full Changelog: v1.1.2...v2.0.0

v1.1.2

16 Nov 23:52
c04ac4f
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): Fix Acorn 4.x support

v1.1.1

29 Jul 08:30
9b6660d
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix: Removed unused $cache property (#18)
  • fix(docs): Fix build status badge

Enhancements

  • chore(config): Remove deprecated Roots\public_path namespace (#17)
  • chore(ci): Test against 8.1 and 8.2 (#19)
  • chore(deps): Bump dev-dependencies

v1.1.0

11 Mar 05:43
a97cc38
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(config): Change default path to public_path()
  • enhance(ci): Swap CircleCI to GitHub actions
  • chore(deps): Bump dependencies
  • chore(deps): Bump minimum PHP version to 7.4

v1.0.6

06 Dec 04:45
923f0c2
Compare
Choose a tag to compare

Change log

Bug fixes

fix(provider): Fix variable type mismatch (#10)

v1.0.5

30 Apr 00:36
40cf359
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(sagesvg): Allow setting default SVG 'attributes' via config file (#8)
  • chore(deps): Bump dependencies
  • chore(deps): Bump minimum PHP version to match Acorn
  • chore(license): Bump license year

v1.0.4

28 Nov 13:41
Compare
Choose a tag to compare

Change log

Bug fixes

  • Fix undefined variable

v1.0.3

19 Nov 10:12
Compare
Choose a tag to compare

Change log

Enhancements

  • Add configurable custom directives. (#3, @kellymears)
  • Bump composer deps
  • Bump PHP version to 7.2
  • Fix linting