Releases: buggregator/frontend
v1.21.0
What's Changed
- DX/update storybook version by @Kreezag in #181
- DX/update page layouts by @Kreezag in #182
- Issue/#183 fix pause functionality by @Kreezag #184
- DX/update api version request by @Kreezag #185
- Issue/#98 open link in ide request by @Kreezag #186
- Issue/#188 fix event download action in preview-card by @Kreezag #191
- Issue/#189 add channel to monolog labels by @Kreezag #192
Full Changelog: 1.20.0...1.21.0
v1.20.0
v1.19.2
v1.19.1
What's Changed
- Sets Wall Time as a default metric for call graph profiler by @butschster in #165
- Fixed Profiler popup Stat-board issues: by @butschster in #164
Full Changelog: 1.19.0...1.19.1
v1.19.0
Profiler Module major updates
1. Backend-Driven Data Processing
We've shifted calculations to the backend side, moving away from storing data in event payloads as JSON. This change allows for more complex graph constructions and analysis, enabling developers to compare profiles and conduct thorough analyses. Server-side data generation also opens up opportunities for PHP developers to contribute to data enhancement and bug fixing more easily.
2. Enhanced Flame Chart Visualization
Long-awaited improvements to the flame chart are now live! This update ensures that alongside other profiling data, you can visualize your code's performance from a fresh perspective, with server-side data generation supporting the visualization.
3. Introduction of Top Functions with Sorting Options
Dive into detailed analysis with the new feature that allows you to explore the top 100 function calls. You can sort these based on criteria like Call times, CPU time, wall time, peak memory usage, and memory usage, with exclusive insights available for each function.

UI Improvements
Removes summary from profiles page
The summary section has been removed from the profiles page and is now exclusively available under the top functions tab.

Now it's only on "Top Functions" tab

The call stack display on the left side has been removed to streamline the interface.

Theme and Visual Enhancements
Improved support for both dark and light themes, ensuring a more consistent and visually appealing experience across different user preferences.
Some visual changes
What's Changed
- [#157] fix pause removing on empty page by @Kreezag in #159
- [#154] add var-dump label by @Kreezag in #160
- Improve/event groups by @Kreezag in #161
- Refactors profiler module by @butschster in #163
Full Changelog: 1.18.0...1.19.0
v1.19.0-beta0
Profiler improvements preview
-
Moves calculations on a backend side.
-
Fixes styles on dark and light theme
Other changes
- [#157] fix pause removing on empty page by @Kreezag in #159
- [#154] add var-dump label by @Kreezag in #160
- Improve/event groups by @Kreezag in #161
Full Changelog: 1.18.0...1.19.0-beta0
v1.18.0
v1.17.1
v1.17.0
What's Changed
- Refactors SMTP attachments fetching from HTTP endpoint by @butschster in #140
- Issue/#134 add logo by @Kreezag in #141
- [bugfix] fix ray event style by @Kreezag in #144
- [bugfix] fix inspector page open by @Kreezag in #145
- Bugfix/update types by @Kreezag in #147
- Issue/#127 block deleting new appeared events by @Kreezag in #148
Full Changelog: 1.16.0...1.17.0
v1.17.0-beta0
What's Changed
- Refactors SMTP attachments fetching from HTTP endpoint by @butschster in #140
Full Changelog: 1.16.0...1.17.0






