Skip to content

Releases: nette/tracy

Released version 2.4.18

24 Sep 22:30
@dg dg
Compare
Choose a tag to compare

This is the last 2.4.x release.

  • dumpe(): don't call exit() 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

13 Aug 16:47
@dg dg
Compare
Choose a tag to compare
  • info.panel: composer 1.7.0 lock files as no longer dist and source attributes #311

For the details you can have a look at the diff.

Released version 2.4.17

13 Aug 16:45
@dg dg
Compare
Choose a tag to compare
  • info.panel: composer 1.7.0 lock files as no longer dist and source attributes #311

For the details you can have a look at the diff.

Released version 2.5.1

03 Jul 11:35
@dg dg
Compare
Choose a tag to compare

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

03 Jul 11:33
@dg dg
Compare
Choose a tag to compare
  • MailSender: $email can contain multiple addresses #308
  • readme.md: added browser compatibility
  • bar.js: fixed autoHideLabels() after 070309d
  • typo, fixed types

For the details you can have a look at the diff.

Released version 2.5.0

17 May 13:16
@dg dg
Compare
Choose a tag to compare

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

25 May 09:34
@dg dg
Compare
Choose a tag to compare
  • TracyExtension: added option netteMailer, when enabled Tracy send emails via Nette mailer #299
  • open-editor.js: focuses PhpStorm
  • open-editor.js: refactoring, added 'settings'
  • refactoring

For the details you can have a look at the diff.

Released version 2.4.14

04 May 12:09
@dg dg
Compare
Choose a tag to compare
  • 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

23 Mar 17:08
@dg dg
Compare
Choose a tag to compare

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.

Released version 2.4.12

28 Feb 00:53
@dg dg
Compare
Choose a tag to compare
  • bar: floating panel is focused on mousedown instead of on mouseover (BC break in behavior) #269
  • bar: panel zIndex is stored in session
  • bar: added Tracy.panelZIndex
  • bar: fixed z-index issue when some panels are already in FLOAT mode when the page is loaded. #269
  • bar.css: supports <small>
  • examples: improved fatal-error.php to be fatal in PHP 7

For the details you can have a look at the diff.