Skip to content

Commit

Permalink
cut version 1.1.0
Browse files Browse the repository at this point in the history
New minor version includes:
- dompurify svg sanitization as per grafana review comment.
- miscellaneous grafana review comments wrt a description typo and the troubleshooting
  section rename.
- ability to drive cell attributes from multiple time-series.
- fixes a bug that changed the cursor to a pointer even when no link was
  defined.
- converts all incoming data to a dataframe format to support the full
  gamut of data sources.
  • Loading branch information
andymchugh committed Feb 17, 2024
1 parent 143019b commit cdb8e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added andrewbmchugh-flow-panel-1.1.0.unsigned.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow",
"version": "1.0.1",
"version": "1.1.0",
"description": "Svg flowchart visualization",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
Expand Down

0 comments on commit cdb8e49

Please sign in to comment.