Skip to content

Latest commit

 

History

History
136 lines (78 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

136 lines (78 loc) · 4.5 KB

Changelog

All notable changes to laravel-dashboard will be documented in this file

3.1.0 - 2024-03-02

What's Changed

  • Update upgrading.md by @remievraere in #114
  • Laravel 11.x Compatibility by @laravel-shift in #115

New Contributors

  • @remievraere made their first contribution in #114

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/3.0.2...3.1.0

3.0.2 - 2023-10-09

  • Reload page on session expiration

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/3.0.1...3.0.2

3.0.1 - 2023-10-03

  • Fix for Livewire 3

3.0.0 - 2023-10-03

  • support for Livewire 3

2.1.4 - 2023-02-02

What's Changed

  • Update overview.md by @WouterBrouwers in #100
  • Add livewire hook to refresh page on 419 error. by @dbohn in #105
  • Fix Tests Shield Badge by @faissaloux in #107
  • Replace php_cs with Pint by @faissaloux in #109
  • Fix Pint workflow by @faissaloux in #110
  • Laravel 10.x Compatibility by @laravel-shift in #111

New Contributors

  • @WouterBrouwers made their first contribution in #100
  • @dbohn made their first contribution in #105
  • @faissaloux made their first contribution in #107
  • @laravel-shift made their first contribution in #111

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/2.1.3...2.1.4

2.1.3 - 2022-05-23

What's Changed

  • Fix attribute class by @mbardelmeijer in #93

New Contributors

  • @mbardelmeijer made their first contribution in #93

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/2.1.2...2.1.3

2.1.2 - 2022-05-19

What's Changed

  • Fix link to video (v2 docs) by @felixfrey in #92
  • Update tile.blade.php by @aymanatmeh in #88

New Contributors

  • @aymanatmeh made their first contribution in #88

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/2.1.1...2.1.2

2.1.1 - 2022-04-07

What's Changed

  • Ability to not load external dependencies by @billmn in #90

New Contributors

  • @billmn made their first contribution in #90

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/2.1.0...2.1.1

2.1.0 - 2022-02-08

What's Changed

  • Trello tile added. by @tkaratug in #66
  • Update twitter-tile.md by @tvbeek in #67
  • Small typo fix by @JosephSilber in #68
  • Helpscout tile added by @Dion213 in #69
  • Laravel news tile by @dietercoopman in #83
  • Allow Laravel 9 by @tvbeek in #87

New Contributors

  • @tkaratug made their first contribution in #66
  • @JosephSilber made their first contribution in #68
  • @Dion213 made their first contribution in #69
  • @dietercoopman made their first contribution in #83

Full Changelog: https://github.com/spatie/laravel-dashboard/compare/2.0.1...2.1.0

2.0.1 - 2020-12-12

  • allow PHP 8

2.0.0 - 2020-09-09

  • add support for Livewire 2
  • drop support for Laravel 7

1.3.1 - 2020-09-09

  • add support for Laravel 8

1.3.0 - 2020-07-09

  • allow to override the external dependencies (#41)

1.2.0 - 2020-06-11

  • Add --color-success CSS variable

1.1.0 - 2020-05-08

  • Add stacks for assets and scripts on render tile (#16)

1.0.0 - 2020-04-30

  • Initial release