Skip to content

Latest commit

 

History

History
101 lines (52 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

101 lines (52 loc) · 2.98 KB

Changelog

All notable changes to laravel-google-fonts will be documented in this file.

1.4.1 - 2024-03-14

What's Changed

  • Fix issues with font URLs without a ".woff2" extension. by @MrMage in #48

New Contributors

  • @MrMage made their first contribution in #48

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.4.0...1.4.1

1.4.0 - 2024-03-08

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #43

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.3.1...1.4.0

1.3.1 - 2024-03-06

Hotfix for the previous release.

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.3.0...1.3.1

1.3.0 - 2024-03-05

What's Changed

  • Add support preload fonts by @hasan-ahani in #42

New Contributors

  • @hasan-ahani made their first contribution in #42

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.2.3...1.3.0

1.2.3 - 2023-01-24

What's Changed

  • Laravel 10.x Compatibility by @laravel-shift in #33

New Contributors

  • @laravel-shift made their first contribution in #33

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.2.2...1.2.3

1.2.2 - 2023-01-17

What's Changed

  • Convert all tests to pest by @alexmanase in #31
  • add nonce option by @rubanooo in #32

New Contributors

  • @alexmanase made their first contribution in #31
  • @rubanooo made their first contribution in #32

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.2.1...1.2.2

1.2.1 - 2022-09-07

What's Changed

  • Fix tests and avoid double slashes in public urls by @fjahn in #28

New Contributors

  • @fjahn made their first contribution in #28

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.2.0...1.2.1

1.2.0 - 2022-02-28

What's Changed

  • Add method to access url by @zepfietje in #21

New Contributors

  • @zepfietje made their first contribution in #21

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.1.0...1.2.0

1.1.0 - 2022-01-13

  • Add support for Laravel 9

Full Changelog: https://github.com/spatie/laravel-google-fonts/compare/1.0.0...1.1.0

1.0.0 - 2021-06-23

  • First release