Skip to content

Commit b3b9a51

Browse files
barryvdhgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 4ccab20 commit b3b9a51

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v3.15.3 - 2025-04-08
4+
5+
### What's Changed
6+
7+
* Add condition for implemented query grammar by @rikwillems in https://github.com/barryvdh/laravel-debugbar/pull/1757
8+
* Collect dumps on message collector by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1759
9+
* Fix `capture_dumps` option on laravel `dd();` by @parallels999 in https://github.com/barryvdh/laravel-debugbar/pull/1762
10+
* Preserve laravel error handler by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1760
11+
* Fix `Trying to access array offset on false on LogsCollector.php` by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1763
12+
* Update css theme for views widget by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1768
13+
* Fix laravel-debugbar.css on query widget by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1765
14+
* Use htmlvardumper if available on CacheCollector by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1766
15+
* Update QueryCollector.php fix issue #1775 by @Mathias-DS in https://github.com/barryvdh/laravel-debugbar/pull/1776
16+
* Better grouping the events count by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1774
17+
18+
### New Contributors
19+
20+
* @rikwillems made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1757
21+
* @Mathias-DS made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1776
22+
23+
**Full Changelog**: https://github.com/barryvdh/laravel-debugbar/compare/v3.15.2...v3.15.3
24+
325
## v3.15.2 - 2025-02-25
426

527
### What's Changed

0 commit comments

Comments
 (0)