v3.10.6 Tweak view data for Inertia
What's Changed
- Use Ignition defaults as fallback on config.php by @PaolaRuby in #1535
- More descriptive messages on GateCollector by @erikn69 in #1536
- Use Dracula Theme color on html dumper by @erikn69 in #1537
- Make opt-in events data collecting by @erikn69 in #1534
- Remove Laravel <5.6 support code by @erikn69 in #1528
- Allow Debugbar to work with runtime connection by @deleugpn in #1526
- Use default PhpInfoCollector by @erikn69 in #1532
- Fix LaravelDebugbar imports by @erikn69 in #1533
- Use variable
$events
instead of$this->app['events']
by @erikn69 in #1538 - Use variable $config instead of $this->app['config'] by @erikn69 in #1540
- Test collect real path from compiled views on QueryCollector by @erikn69 in #1543
- GateCollector tests by @erikn69 in #1545
- Search auth identifer support UUID, ULID, GLID by @erikn69 in #1544
- Query backtrace results custom limite option by @erikn69 in #1541
- Feat dark colors by @barryvdh in #1547
- Use dark theme by default by @barryvdh in #1546
- Laravel 11 tests by @erikn69 in #1551
- Add check icon on gate collector(
success
label) by @erikn69 in #1549 - Fix explode(): Passing null to parameter
#2
warning by @parallels999 in #1550 - Check if view path is set by @barryvdh in #1552
- Support Inertia ajax calls by @erikn69 in #1527
- Differentiate other log levels by @erikn69 in #1553
- Merge route middleware with controller ones by @Katenkka in #1235
New Contributors
- @PaolaRuby made their first contribution in #1535
- @Katenkka made their first contribution in #1235
Full Changelog: v3.10.5...v3.10.6