All notable changes to ignition
will be documented in this file
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #455
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #467
- fix: template literals deprecation for php 8.2.1 by @Mane-Olawale in #471
- @Mane-Olawale made their first contribution in #471
Full Changelog: https://github.com/facade/ignition/compare/2.17.6...2.17.7
- notice if dots have been used in the view name by @WebPajooh in #457
- @WebPajooh made their first contribution in #457
Full Changelog: https://github.com/facade/ignition/compare/2.17.5...2.17.6
- fix solutions section padding by @faissaloux in #433
- Bump markdown-it from 9.1.0 to 12.3.2 by @dependabot in #446
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #448
- Fix E_NOTICE when requesting invalid script by @cweiske in #449
Full Changelog: https://github.com/facade/ignition/compare/2.17.4...2.17.5
- fix bug where uninitialized property within a job could break Ignition
- allow filtering route parameters using a
toFlare
method
- Allow overflow-x on solutions with unbreakable words by @willemvb in #431
Full Changelog: https://github.com/facade/ignition/compare/2.17.1...2.17.2
- scroll overflow on solutions
- streamline Livewire solutions
- improve recording of Livewire data
- allow sending of unbinded sql queries to Flare
- improve recording data from jobs (#416)
- improve output of flare:test
- update base URL for Flare
- add support for VScode WSL + SSH remote (#420)
- fix namespace of
SentReports
in facade
- add tracking uuid (#418)
- add support for VS Codium editor (#417)
- add support for collecting information about jobs (#412)
- use npm ci instead of install (#411)
- fix issues with circular dependencies in model route parameters (#408)
- remove notice about dirty git state in context
- wrap
AddGitInformation
middleware in try-catch
- fix issues introduced in 2.11.1 (#403)
- fix sending queued reports on Laravel Vapor queues (#398)
- prepare Laravel 9 support
- remove filp/whoops dependency
- update front-end dependencies
- fix typo in config/flare.php (#395)
- fix memory leaks in Octane (#393)
- add a solution for lazy loading violations (#392)
- add Xdebug format links for editor (#383)
- avoid making call to Flare when no API key is specified
- support Octane (#379)
- censor passwords by default (#377)
- add
censor_request_body_fields
default config option
- add
censor_request_body_fields
config option
- adds a debug warning when having debug enabled on a non-local environment (#366)
- Disable executing solutions on non-local environments or from non-local IP addresses (#364)
- add extra output to test command when executing verbosely
- fix ignition not working when there is no argv
- remove custom grouping
- fix wrong config usage (#354)
- fix memory leaks caused by log and query recorder (#344)
- fix tinker logs not being sent to Flare
- fix logged context not being sent to Flare
- fix double
$
on PHP 8 (#338)
- fix for breaking change in highlight.js (fixes 2.5.5)
- revert to compiled js of 2.5.3
- added compiled js of previous release
- added support for Nova text editor (#343)
- Use Livewire compatible compiler engine when using Livewire (#340)
- fix
MakeViewVariableOptionalSolution
to disallow stream wrappers and files that do not end in ".blade.php" (#334)
- add support for LiveWire component urls
- add PHP 8.0-dev support
- remove unnecessary
scrivo/highlight.php
dependency
- fix
MakeViewVariableOptionalSolution
to disallow stream wrappers and files that do not end in .blade.php (#356)
- fix copy casing
- add livewire component discovery solution
- Address Missing Mix Manifest Error (#317)
- add loading state on share button (#309)
- compatibility fix for L8
- possible security vulnerability: bump elliptic version (#300)
- possible XSS vulnerability: escape characters in stacktrace and exception title
- catch exception in detectLineNumber for not existing blade files (#299)
- fix an error that would throw a blank page when using third party extensions
- fix all psalm related issues
- properly bind singleton (#291)
- improve db name solution (#289)
- allow override of Dumper via
$_SERVER variable
(#271) - make DumpHandler instance manually in DumpRecorder (#286)
- only setup queues when queue is available (#287)
- add
ignition:make:solution-provider
command
- add "Undefined Property" solution (#264)
- correctly detect dump location from ddd (#216)
- use application contract instead of concrete class (#243)
- do not render solution title tag for empty titles
- Fix
DefaultDbNameSolutionProvider
(#277)
- remove ability to fix variable names
- blacklist certain variable names when fixing variable names
- handle exceptions in case the request doesn't have a user (#274)
- support Laravel 8
- fix execute solution route not defined (#265)
- adds support for Laravel 7
- drop support for Laravel 6 and below
- git information won't be collected by default anymore (if you need this set
collect_git_information
totrue
in theflare
config file) MissingPackageSolutionProvider
was added to theignored_solution_providers
because it potentially could be slow.
- add named routes (#197)
- add exception to the bottom of the html (#230)
- add indicator that solution is running (#212)
- Remove external reference for icons (#134)
- Allow custom grouping types
- Detect multibyte position offsets when adding linenumbers to the blade view - Fixes #193
- Add exception to html (#206)
- Add a clear exception when passing no parameters to ddd (#205)
- Ignore JS tests (#215)
- Fix share report route bug
- simplify default Laravel installation (#198)
- add conditional line number (#182)
- add better error messages for missing validation rules (#125)
- Add
ignition:make-solution
command - Add default for query binding option (Fixes #183)
- Fix service provider registration (Fixes #177)
- collapse vendor frames on windows fix (#176)
- add ability to send logs to flare
- add
ddd
function
- Resolve configuration from the injected app instead of the helper (#168)
- Remove
select-none
from error message - Change line clamp behaviour for longer error messages
- fix for
TypeError: Cannot set property 'highlightState' of undefined
- Revert javascript assets via URL - Fixes #161
- added solution for running Laravel Dusk in production (#121)
- Automatically fix blade variable typos and optional variables (#38)
- Use url helper to generate housekeeping endpoints
- Add the ability to define a query collector max value (#153)
- fix
__invoke
method name in solution (#151)
- Add noscript trace information - fixes #146
- Use javascript content type for asset response - fixes #149
- Load javascript assets via URL. Fixes #16
- Prevent undefined index exception in
TestCommand
- Ignore invalid characters in JSON encoding. Fixes #138
- add no-index on error page
- Fix
RouteNotDefinedSolutionProvider
in Laravel 5
- updated publishing tag from default config
- Resolve configuration from the injected application instead of the helper - Fixes #131
- add
RouteNotDefined
solution provider (#113)
- suggest running migrations when a column is missing (#83)
- Remove quotation from git commit url (#89)
- Fix open_basedir restriction when looking up config file. Fixes (#120)
- Remove Inter, Operator from font stack. Fixes #74
- Use previous exception trace for view exceptions. Fixes #107
- Use DIRECTORY_SEPARATOR to fix an issue with blade view lookups in Windows
- Use Laravel style comments
- Use a middleware to protect ignition routes (#93)
- Use exception line number as fallbacks for view errors
- Wrap solution provider lookup in a try-catch block
- Lookup the first exception when linking to Telescope
- pass an empty string to query if no connection name is available - fixes #86
- Match whoops minimum version constraint with Laravel 6
- Use empty array for default ignored solution providers
- fix for new Laravel 6 installs
- Suggest default database name in Laravel 6
- Add void return type to FlareHandler::write()
- allow monolog v2
- style fixes
- Change
remote-sites-path
andlocal-sites-path
config keys to us snake case
- add
enable_runnable_solutions
key to config file
- add
MergeConflictSolutionProvider
- add
ignored_solution_providers
key to config file
- Fixed context tab crash when not using git (#24)
- Fixed an error that removed the ability to register custom blade directives.
- Fixed an error that prevented solution execution in Laravel 5.5 and 5.6
- The "Share" button can now be disabled in the configuration file
- Fixes an error when trying to log
null
values
- Check if the authenticated user has a
toArray
method available, before collecting user data
- Corrected invalid link in config file
- Fixed an error in the
DefaultDbNameSolutionProvider
that could cause an infinite loop in Laravel < 5.6.28
- add support for L5.5 & 5.6 (#21)
- initial release