diff --git a/CHANGELOG-cellpop-fixes.md b/CHANGELOG-cellpop-fixes.md new file mode 100644 index 0000000000..2a1de2ffaf --- /dev/null +++ b/CHANGELOG-cellpop-fixes.md @@ -0,0 +1,4 @@ +- Fix missing space and period in Azimuth link above cell population chart. +- Fix organ page crashing when marking dataset as visible while another dataset is expanded. +- Fix field outline overlapping with label of heatmap normalization control. +- Fix overlapping between violins in Cellpop visualizations. diff --git a/context/app/static/js/components/organ/CellPop/CellPopDescription.tsx b/context/app/static/js/components/organ/CellPop/CellPopDescription.tsx index 7bec1d9212..55b792b472 100644 --- a/context/app/static/js/components/organ/CellPop/CellPopDescription.tsx +++ b/context/app/static/js/components/organ/CellPop/CellPopDescription.tsx @@ -39,8 +39,8 @@ export default function CellPopDescription() { , ]} > - This interactive heatmap visualizes cell populations in datasets from this organ. Cell type annotations are from - Azimuth. Key features are + This interactive heatmap visualizes cell populations in datasets from this organ. Cell type annotations are from{' '} + Azimuth. Key features are highlighted below and a tutorial is available. ); diff --git a/context/package-lock.json b/context/package-lock.json index 0efec3d6d6..180d6d2940 100644 --- a/context/package-lock.json +++ b/context/package-lock.json @@ -40,7 +40,7 @@ "@visx/text": "^3.3.0", "@visx/tooltip": "^3.3.0", "@xyflow/react": "^12.0.3", - "cellpop": "^0.0.7", + "cellpop": "^0.0.8", "chart.js": "^4.4.2", "d3": "^7.9.0", "d3-array": "^3.2.4", @@ -14924,9 +14924,9 @@ } }, "node_modules/cellpop": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cellpop/-/cellpop-0.0.7.tgz", - "integrity": "sha512-fNsf0D+/8TSYeMASw0sic2E6yWs1+XbzkETSrkOxXevmJSE8WFvLhaITGLWctSW/r4J5RbDsEIRHL3pV1VhXdA==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cellpop/-/cellpop-0.0.8.tgz", + "integrity": "sha512-96HVtZTEd6qPp2jH8LO0QN8N64L0SUXnL69ul3du3enHRpIut5nOWOXnb5Kdu7AFundMXkXVfpp0Y+xObV24bg==", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", diff --git a/context/package.json b/context/package.json index 4104d11928..9e3402098c 100644 --- a/context/package.json +++ b/context/package.json @@ -33,7 +33,7 @@ "@visx/text": "^3.3.0", "@visx/tooltip": "^3.3.0", "@xyflow/react": "^12.0.3", - "cellpop": "^0.0.7", + "cellpop": "^0.0.8", "chart.js": "^4.4.2", "d3": "^7.9.0", "d3-array": "^3.2.4",