react-flame-graph
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,23 +0,32 @@ | ||
Changelog | ||
------------ | ||
## Changelog | ||
##### 1.3.0 | ||
- 🎉 Enable node selection with a ref via `focusNode` method ([jgzuke](https://github.com/jgzuke) - [#17](https://github.com/bvaughn/react-flame-graph/pull/17)) | ||
##### 1.2.0 | ||
* 🎉 Support custom `color` and `backgroundColor` options ([jgzuke](https://github.com/jgzuke) - [#13](https://github.com/bvaughn/react-flame-graph/pull/13)) | ||
* 🎉 Add `onChange` callback for when a new node is selected ([jgzuke](https://github.com/jgzuke) - [#15](https://github.com/bvaughn/react-flame-graph/pull/15)) | ||
- 🎉 Support custom `color` and `backgroundColor` options ([jgzuke](https://github.com/jgzuke) - [#13](https://github.com/bvaughn/react-flame-graph/pull/13)) | ||
- 🎉 Add `onChange` callback for when a new node is selected ([jgzuke](https://github.com/jgzuke) - [#15](https://github.com/bvaughn/react-flame-graph/pull/15)) | ||
##### 1.1.0 | ||
* 🎉 Add support for optional `tooltip` attribute to data. ([maaz93](https://github.com/maaz93) - [#10](https://github.com/bvaughn/react-flame-graph/pull/10)) | ||
- 🎉 Add support for optional `tooltip` attribute to data. ([maaz93](https://github.com/maaz93) - [#10](https://github.com/bvaughn/react-flame-graph/pull/10)) | ||
##### 1.0.3 | ||
* Upgrade to 1.0.0 release of react-window. | ||
* 🐛 Fixed overlapping text during resize transition. ([vincentriemer](https://github.com/vincentriemer) - [#2](https://github.com/bvaughn/react-flame-graph/pull/2)) | ||
- Upgrade to 1.0.0 release of react-window. | ||
- 🐛 Fixed overlapping text during resize transition. ([vincentriemer](https://github.com/vincentriemer) - [#2](https://github.com/bvaughn/react-flame-graph/pull/2)) | ||
##### 1.0.2 | ||
* Refactored some inline styles to use CSS. | ||
* Added more steps to color gradient. | ||
- Refactored some inline styles to use CSS. | ||
- Added more steps to color gradient. | ||
##### 1.0.1 | ||
* Improverd `package.json` description and keywords. | ||
- Improverd `package.json` description and keywords. | ||
# 1.0.0 | ||
Initial release of library. | ||
Initial release of library. |
{ | ||
"name": "react-flame-graph", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "React component for visualizing profiling data", | ||
@@ -5,0 +5,0 @@ "author": |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
161148
3568