Releases: buggregator/frontend
v1.23.1
v1.23.0
What's Changed
- Issue/#96 inspector page improve by @Kreezag in #215
- #96 polish mobile styles for inspector-page-timeline by @Kreezag in #216
- Issue/#59 update top functions tab by @Kreezag in #217
- dx/update-storybook-package-versions by @Kreezag in #200
- Issue/#74 unused event types by @Kreezag in #218
- #219 fix sentry icon alignment in safari by @Kreezag in #220
- #77 add base version of pwa manifest by @Kreezag in #221
Full Changelog: 1.22.1...1.23.0
v1.22.1
v1.22.0
What's Changed
- issue/#94-var-dumper-cli-environment by @Kreezag in #195
- Issue/#37 update stale dependencies by @Kreezag in #196
- Issue/#103 extend sentry report by @Kreezag in #197
- Issue/#139 multiple projects support by @Kreezag in #203
- #139 actualize server event types and mocks by @Kreezag in #205
- Issue/#94 fix var dump cli display by @Kreezag in #201
- fix dark theme check conditions by @Kreezag in #206
- Dx/fix console warnings by @Kreezag in #207
- downgrade node 22.5 to 22.4 in test workflow by @Kreezag in #208
- Issue/#202 monolog preview change by @Kreezag in #209
- Issue/#139 multiple projects support by @Kreezag in #204
- #151 update preview events endpoint by @Kreezag in #211
- Issue/#212 add default project support by @Kreezag in #213
Full Changelog: 1.21.1...1.22.0
v1.21.1
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