We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaefe5 commit c3b35d7Copy full SHA for c3b35d7
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## Unreleased
2
3
+## [1.8.0] - 2020-07-19
4
+
5
+### Added
6
7
+- Added search highlighting in time order & left heavy views [[#297](https://github.com/jlfwong/speedscope/pull/297)]
8
9
+### Fixed
10
11
+- Fix performance issues for the caller/callee flamegraphs in the sandwich view [[#296](https://github.com/jlfwong/speedscope/pull/296)]
12
13
## [1.7.0] - 2020-07-13
14
15
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "speedscope",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",
0 commit comments