github Devonab/filament-easy-footer v1.1.0

latest releases: v2.1.0, v2.1.0-beta, v2.0.0-beta...
8 months ago

πŸ†• Changes

  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #3
  • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #4
  • Fixed public repo failed to get tag without token by @Cybrarist in #5
  • Add text to custom logo, and make custom logo url opens in new tab by @Cybrarist in #6

⚠️Minor breaking Change

Since it is now possible to add a text to the front of the logo, the parameter used to specify the height moves to 4th position, with the text in 3rd. Remember to update the position of the parameter if you have specified a height.

// Old code (v1.0.x)
->withLogo(path:'path/to/logo.svg', url:'https://example.com', height: 30)

// New code (v1.1.x)
->withLogo(path:'path/to/logo.svg', url:'https://example.com', text:'Something', height: 30)

πŸ‘€ New Contributor

Full Changelog: v1.0.6...v1.1.0

Don't miss a new filament-easy-footer release

NewReleases is sending notifications on new releases.