Released version 2.4.5
- added support for Content Security Policy script-src: 'nonce-....' #136
- bar.js: avoid multiple init for bar links #239
- bar.css: resets some other CSS properties and :before and :after (#240)
- bar: showing/hiding of panel is done via CSS classes
- TracyExtension: fixed compatibility with nette/di
- bar.js:
evalScripts()
uses createElement('script') instead ofeval()
- bar.js: monkey patching
getResponseHeader()
&getAllResponseHeaders()
replaced withaddEventListener()
For the details you can have a look at the diff.