Releases: fruitcake/laravel-telescope-toolbar
Releases · fruitcake/laravel-telescope-toolbar
v1.3.5
What's Changed
- Add compatiblity for Laravel Telescope 5.x by @bornemisza in #77
New Contributors
- @bornemisza made their first contribution in #77
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- migrate phpunit config by @barryvdh in #68
- Syntax fix (missing semicolon) by @plegenza in #69
- Fix toolbar icon shift on closing by @TheBlckbird in #70
- Use auto color scheme by default by @barryvdh in #73
- Update toolbar to match Symfony 7 by @barryvdh in #72
- Laravel 11.x Compatibility by @laravel-shift in #75
- Updated README to document TELESCOPE_TOOLBAR_ENABLED usage by @chrisvasey in #74
New Contributors
- @plegenza made their first contribution in #69
- @TheBlckbird made their first contribution in #70
- @laravel-shift made their first contribution in #75
- @chrisvasey made their first contribution in #74
Full Changelog: v1.3.3...v1.3.4
Support Laravel 10
v1.3.3 Allow Laravel 10 (#67)
v1.3.2: Add Laravel 9 (#59)
Support Laravel 9
v1.3.1
v1.3.0: Allow Telescope 4 / Laravel 8 (#46)
* Update composer.json * Update composer.json
v1.2.5: [Feature] Added config option to exclude paths (#42)
* Update telescope-toolbar.php * Added ability to exclude from running on certain config paths * Added default array for Toolbar config reference
Handle Livewire
Fix large SQL (duration and view)
Fix error when query time is above 999ms (#29) * fix: error when query time is above 999ms * fix: error when query time is above 999ms
v1.2.2: Merge pull request #24 from victorlap/feat-showmodels
Show details about models