All notable changes to ignition
will be documented in this file
- disable executing solutions on non-local environments or from non-local IP addresses on version 1.x (#404)
- add extra editors (#389)
- fix CVE-2021-3129 for facade/ignition 1.16.x (Laravel 6) (#351)
do not use, tagged on the wrong branch
- do not use missing package solution provider by default (closes #179)
- remove ability to fix variable names
- 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