Skip to content

v1.1.0

Choose a tag to compare

@Devonab Devonab released this 26 Feb 19:23
· 28 commits to main since this release

🆕 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