Releases: nette/tracy
Releases · nette/tracy
Released version 2.5.3
- Helpers::
improveException()
supports Nette\MemberAccessException dumpe()
: don't callexit()
in production mode- bar.js: repeated opening/closing of panel shifts it's position up and left #318
- bar.js: fixed multiple panels with tracy-focused class #316
- fixed compatibility with PHP 5.4 #317
- bar.js: fixed checking of same origin #315
For the details you can have a look at the diff.
Released version 2.4.18
This is the last 2.4.x release.
dumpe()
: don't callexit()
in production mode- bar.js: repeated opening/closing of panel shifts it's position up and left #318
- bar.js: fixed multiple panels with tracy-focused class #316
- fixed compatibility with PHP 5.4 #317
- bar.js: fixed checking of same origin #315
For the details you can have a look at the diff.
Released version 2.5.2
Released version 2.4.17
Released version 2.5.1
Please make a donation at https://nette.org/donate
- MailSender: $email can contain multiple addresses #308
- readme.md: added browser compatibility
- bar.js: fixed
autoHideLabels()
after 070309d - added missing Coveralls file
- bar.js: visibility is determined by width
- MailSender: validates email
- typo, fixed types
- BlueScreen: empty($ex->tracyAction) may throw exception #305
For the details you can have a look at the diff.
Released version 2.4.16
Released version 2.5.0
Please make a donation at https://nette.org/donate
New features
- bar: panels are resizable [Closes #285]
- added BlueScreen::addAction()
- TracyExtension: added option
netteMailer
, when enabled Tracy send emails via Nette mailer #299 - bluescreen: added action 'open file' and 'create file' which opens/creates file mentioned in exception messsage (see https://tracy.nette.org/open-files-in-ide)
- bluescreen: added action 'fix it' which opens and fixes file
- bluescreen: better readability of quoted part of exception message
- bluescreen: focuses PhpStorm
- JavaScript uses ES6
- added Nette\Bridge
Changes, BC breaks
- update open-in-editor scripts!
- option
netteMailer
is enabled by default - Logger: formatMessage() & formatLogLine() changed to public static methods
- bar: tables are 100% width
- bar: wrap the content of panel with
<div class="tracy-inner"><div class="tracy-inner-container">...
- bar: changed coords system from right-bottom to left-top
Released version 2.4.15
Released version 2.4.14
- bar: ignore mouseenter when button is pressed
- bar: removed flex-wrap for floating bar
- bar: mouseenter & mouseleave are supported by Firefox and Chrome
- Dumper: Added support for
__debugInfo()
magic method via Dumper::DEBUGINFO option #135 #282 - info.panel.html: fix undefined property in list of composer packages (#287)
- bar: support for debug bar at top of screen AJAX fixes
- phpDoc: added $var name to @param
- fixing issues found by Psalm
For the details you can have a look at the diff.
Released version 2.4.13
Please make a donation at https://nette.org/donate
- bar: support for debug bar at top of screen #286
- bar: added composer packages to info panel
- bar: Allow adding of custom icons to panel header (#276)
- added Debugger::$showFireLogger #267
- supports Content-Security-Policy-Report-Only
- bar.js: fixed nonce reading when attribute is not exposed
For the details you can have a look at the diff.