Releases: barryvdh/laravel-debugbar
Releases ยท barryvdh/laravel-debugbar
v3.14.0
What's Changed
This releases has a few improvements to various collectors:
- new Pennant collector
- new (visual) on-demand Explain option for Queries and layout improvements (improved copy button, exclude paths)
This also updates prepares some settings which are experimental, like hiding empty tabs.
- Fix forget cache button position on cache collector by @parallels999 in #1617
- Toolbar refinements by @nckrtl in #1610
- Update docs for laravel 11 by @lakuapik in #1620
- Update readme to support Laravel 11.md by @devsrv in #1621
- Fix route path in phar by @murrant in #1624
- HTMX support by @rojtjo in #1629
- Replace implicit nullable types in parameter declarations by @jnoordsij in #1632
- Avoid calling urlencode() on null by @villfa in #1638
- Fix badges by @erikn69 in #1640
- Remove condition to skip test by @sarunas-k in #1641
- Add collectors unit tests for route and session by @sarunas-k in #1642
- Add support for non-standard PDO's by @tkuijer in #1646
- [github actions] Use artifacts v4 by @barryvdh in #1649
- Migrate PHPCS configuration to file by @jnoordsij in #1633
- New Queries Panel with Improved EXPLAIN output by @tpetry in #1648
- TWeak defaults, remove deprecated option by @barryvdh in #1650
- Fix: Query hints rendering
<code>
by @nuernbergerA in #1652 - Gate: Show target in description by @barryvdh in #1653
- Laravel Pennant Collector by @AlexJump24 in #1655
- Use laravel logo icon on LaravelCollector by @erikn69 in #1656
- Tweak copy query, remove alert and change icon by @barryvdh in #1658
- Avoid js
alert
on copy, and avoid params opening on link click by @erikn69 in #1659 - Option to hide empty tabs by @barryvdh in #1660
- Add option to hide queries by @barryvdh in #1661
- Fix QueryCollector by @erikn69 in #1664
- Test API request by @barryvdh in #1667
- Explain Improvements by @tpetry in #1670
- Small fixes to queries widget by @erikn69 in #1665
- Inject data on every request, not just store by @barryvdh in #1668
New Contributors
- @lakuapik made their first contribution in #1620
- @devsrv made their first contribution in #1621
- @murrant made their first contribution in #1624
- @rojtjo made their first contribution in #1629
- @villfa made their first contribution in #1638
- @sarunas-k made their first contribution in #1641
- @tkuijer made their first contribution in #1646
- @tpetry made their first contribution in #1648
- @AlexJump24 made their first contribution in #1655
Full Changelog: v3.13.5...v3.14.0
v3.13.5
v3.13.4
v3.13.3
v3.13.2
v3.13.1
v3.13.0 - New History tab
Biggest change is the new Dataset Tab, which shows the history and adds a toggle for auto-show.
This builds upon https://github.com/maximebf/php-debugbar/releases/tag/v1.22.0
What's Changed
- Fix exclude_paths on ViewCollector by @erikn69 in #1577
- Remove deprecated TwigCollector by @erikn69 in #1580
- Better Livewire support on RouteCollector by @erikn69 in #1583
- feat(LogsCollector): support multiple log files by @erikn69 in #1560
- Set line default as 1 on QueryCollector by @erikn69 in #1589
- Update twig class reference by @erikn69 in #1587
- Normalize db path on sqlite by @erikn69 in #1586
- Make sure session is saved after changing (again) by @barryvdh in #1591
- Show dataset tab by @barryvdh in #1581
- Use upstream fontawesome by @barryvdh in #1596
- Allow localhost for openhandler by @barryvdh in #1598
- Upstream twig extensions by @erikn69 in #1599
- Lazy load twig collectors by @barryvdh in #1600
- Make auth tab optional and show only user name by @PaolaRuby in #1578
Full Changelog: v3.12.4...v3.13.0
v3.12.4
v3.12.3
v3.12.2 - Revert session saving
What's Changed
Full Changelog: v3.12.1...v3.12.2