Releases: lekoala/silverstripe-debugbar
Releases · lekoala/silverstripe-debugbar
2.2.2
What's Changed
- FIX Identify correct class/method for query trace by @GuySartorelli in #153
Full Changelog: 2.2.1...2.2.2
3.0.1
- Don't trigger requirements too soon
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- DEP PHP Support in CMS5 by @sabina-talipova in #144
- DOC Update README.md for CMS 5 by @GuySartorelli in #149
- ENH enable disabling of debugbar on route-match basis via config by @dizzystuff in #151
New Contributors
- @sabina-talipova made their first contribution in #144
- @dizzystuff made their first contribution in #151
Full Changelog: 2.2.1...3.0.0
3.0.0-beta1
What's Changed
- Cache collector
- Late jquery supports
- Various tweaks
- SS5 support
- DEP PHP Support in CMS5 by @sabina-talipova in #144
- DOC Update README.md for CMS 5 by @GuySartorelli in #149
- ENH enable disabling of debugbar on route-match basis via config by @dizzystuff in #151
New Contributors
- @sabina-talipova made their first contribution in #144
- @dizzystuff made their first contribution in #151
Full Changelog: 2.2.1...3.0.0-beta1
2.2.1
What's Changed
- ENH Ensure deprecation notices are collected by @GuySartorelli in #148
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- MNT Fix CI github workflow by @GuySartorelli in #143
New Contributors
- @GuySartorelli made their first contribution in #143
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Update composer file to address 4.11 upgrade by @djmattski in #138
- fix php 8.1 deprecation warning by @andrewnick in #139
New Contributors
- @djmattski made their first contribution in #138
- @andrewnick made their first contribution in #139
Full Changelog: 2.0.8...2.1.0
2.0.8
What's Changed
- Deprecated trim() fix by @callan-stretton in #135
New Contributors
- @callan-stretton made their first contribution in #135
Full Changelog: 2.0.7...2.0.8
2.0.7: Merge pull request #134 from Zazama/php81-fix
- Fix php 8.1 compat
2.0.5
- checks if collectors are available (Thomas) - f254adf
- fix tests (Thomas) - 2a25756
- FIX isDisabled does not cover all cases (Thomas) - b906443
- FIX showDb should ignore null (Thomas) - 9093ad6
- Update README.md (Thomas Portelange) - 3b1ce46
- Update SSViewerProxy.php (torleif) - 9b519fe
- fix psr-4 naming convention (Thomas) - db9692f
- fix message collector helper (Thomas) - 4416451
- use getter (Thomas) - 485ddac
- NEW add track time helper (Thomas) - 05b235e
- properly proxy all config manifests and fix tests (Thomas) - bb6c676
- Make the requirements more readable (Simon Erkelens) - bb68479
- FIX properly display line for a trait (Thomas) - f5786a7
- add tooltip (Thomas) - 7f745f6
- FIX z-index issue (Thomas) - 5663f65
- group similar labels in timeline (Thomas) - 992bad9
- allow to customize css easily (Thomas) - b083176
- update assets to latest version (Thomas) - ef440ad
- avoid tracking the same template multiple times (Thomas) - b2b0866
- NEW add template rendering time warning (Thomas) - e57543b