Skip to content

Releases: barryvdh/laravel-debugbar

v3.5.1: Fix "array to string conversion" in 3.5.0 (#1102)

07 Sep 19:36
233c106
Compare
Choose a tag to compare
This commit broke the debugbar: https://github.com/barryvdh/laravel-debugbar/commit/51c8ea3ab2c56664ebc9718ca68e342827bd7851#diff-8a2d53e88e43b04de0cc4f64882d91feR63 since sprintf() uses multiple arguments, it doesn't accept an array of arguments.

Support Laravel 8

07 Sep 11:10
1180dca
Compare
Choose a tag to compare
v3.5.0

Override sf-dump colors in Dark Mode

v3.4.1

11 Aug 10:31
9e785aa
Compare
Choose a tag to compare
Update laravel-debugbar-dark-mode.css

Add Dark Mode, optimize stacktrace/hints

11 Aug 09:31
a529211
Compare
Choose a tag to compare
Add dark mode (#1074)

* Add dark mode

* Add a new config option to control dark mode. Supported modes: auto, dark, light
Optimize dark mode css

* Implement dark mode using multiple css files

* Add Dracula theme for HighlighJS

Based on https://github.com/dracula/highlightjs/blob/master/dracula.css

* Update laravel-debugbar-dark-mode.css

Co-authored-by: Barry vd. Heuvel <[email protected]>

Support Livewire requests

05 May 10:58
57f2219
Compare
Choose a tag to compare

Render the Livewire widgets in the debugbar, like normale ajax requests.

screencast-127 0 0 1_8000-2020 05 05-12_59_32

v3.3.2

17 Apr 04:45
95c31aa
Compare
Choose a tag to compare
Add badge to Model Collector

Tweak models/timeline

16 Apr 09:09
67ced7c
Compare
Choose a tag to compare
v3.3.1

Tweak btn padding

Update layout

16 Apr 07:31
8fc3d22
Compare
Choose a tag to compare

Modernize layout (##1020 by @TristanMouchet)
Debugbar 3.3 Screenshot

v3.2.9

25 Feb 20:45
42d5da5
Compare
Choose a tag to compare
Update composer.json

v3.2.8: Merge pull request #963 from hendeavors/laravelhelperbugfix

03 Sep 17:22
18208d6
Compare
Choose a tag to compare