Skip to content

Latest commit

 

History

History
109 lines (64 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

109 lines (64 loc) · 3.82 KB

Changelog

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

2.1.4 - 2023-02-02

What's Changed

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

New Contributors

  • @WouterBrouwers made their first contribution in spatie#100
  • @dbohn made their first contribution in spatie#105
  • @faissaloux made their first contribution in spatie#107
  • @laravel-shift made their first contribution in spatie#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 spatie#93

New Contributors

  • @mbardelmeijer made their first contribution in spatie#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 spatie#92
  • Update tile.blade.php by @aymanatmeh in spatie#88

New Contributors

  • @aymanatmeh made their first contribution in spatie#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 spatie#90

New Contributors

  • @billmn made their first contribution in spatie#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 spatie#66
  • Update twitter-tile.md by @tvbeek in spatie#67
  • Small typo fix by @JosephSilber in spatie#68
  • Helpscout tile added by @Dion213 in spatie#69
  • Laravel news tile by @dietercoopman in spatie#83
  • Allow Laravel 9 by @tvbeek in spatie#87

New Contributors

  • @tkaratug made their first contribution in spatie#66
  • @JosephSilber made their first contribution in spatie#68
  • @Dion213 made their first contribution in spatie#69
  • @dietercoopman made their first contribution in spatie#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