Sage Svg Versions Save

A simple package for using inline SVGs with Sage 10.

v1.1.2

6 months ago

Change log

Enhancements

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

v1.1.1

9 months ago

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

2 years ago

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

3 years ago

Change log

Bug fixes

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

v1.0.5

4 years ago

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

4 years ago

Change log

Bug fixes

  • Fix undefined variable

v1.0.3

4 years ago

Change log

Enhancements

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

v1.0.2

4 years ago

Change log

Enhancements

  • fix(provider): check for blade before binding directives (#2)

v1.0.1

4 years ago

Change log

Bug fixes

  • Fix config loading order (#1)
  • Use base_path('dist') instead of public_path() by default (#1)
  • Fix classname on singleton (#1)

Enhancements

  • Use app container directly instead of helpers in service provider
  • Small code clean up

v1.0.0

4 years ago

Initial release