Skip to content
Failed

Changes

Summary

  1. Support Flatmap entry in context card. (commit: 660e4ab) (details)
  2. Add appliedFacets to store previous state (commit: d181911) (details)
  3. Update marker filtering condition (commit: 905e4cb) (details)
  4. Replace connectivity-explorer-reset with reset-update (commit: a05b220) (details)
  5. Support getting original soouce in contextual card. (commit: 2959246) (details)
  6. Better supports for adding more markers facets (commit: 2a487d9) (details)
  7. Fix an issue when clicking on the same marker. (commit: eb3bad4) (details)
  8. Fix some minor issue (commit: f43d6f8) (details)
  9. Fix a bug with collapsing tag. (commit: 776bc0c) (details)
  10. 1.11.1-beta.4 (commit: 014a582) (details)
  11. Change the way flatmap entries are populated on context cards. (commit: 10fda0e) (details)
  12. Make scaffold nerves clickable and searchable on neuron connection mode (commit: 8425cf8) (details)
  13. Update scaffold feature click for neuron connection mode (commit: c7f6485) (details)
  14. Get UBERON from API for scaffold (commit: b62abfa) (details)
  15. Pass nerves to zoomToNerves (commit: 6265ae5) (details)
  16. Fix minor issue (commit: 665f9d1) (details)
  17. Update Neuron Connection Mode behaviour (commit: ebee02f) (details)
  18. Add usageConfig (commit: 5427921) (details)
  19. Some minor fixes (commit: a5ffe93) (details)
  20. Enable tubelines for whole body dataset. (commit: dbd9f52) (details)
  21. Revert test scaffold resource link (commit: 2283d07) (details)
  22. Update selection logic (commit: e6b607b) (details)
  23. Use anatomical id for scaffold organ (commit: c2079c1) (details)
  24. Update scaffold filter options for connectivities (commit: d4c9f4a) (details)
  25. Update comment (commit: d8e7224) (details)
  26. Revert "Update comment" (commit: 6423081) (details)
  27. Update comments (commit: a8c0e31) (details)
  28. Make sure setrGreyScale is also called when connecitivtyKnowledge has been updated. (commit: fced0d4) (details)
  29. Fix connectivity filters for scaffold (commit: b929aa0) (details)
  30. Fix neuron connection filter for scaffold feature click (commit: 6fb191d) (details)
  31. Keep adding facet when click on scaffold in neuron connection mode (commit: 27b64ad) (details)
  32. Update facetPropPath (commit: f32b8d6) (details)
  33. Make sure facet will not be reset in most case (commit: be22c8b) (details)
  34. Update syncFilter (commit: 20e34e9) (details)
  35. Simplify syncFilter (commit: ada977b) (details)
  36. Update dependencies. (commit: 09f2be5) (details)
  37. 1.12.0 (commit: dc1dc78) (details)
  38. Add tagging for global settings (commit: 00b2047) (details)
  39. Prevent viewing mode clicks tracking on active item (commit: 7d539b2) (details)
  40. Format GA tagging category for global settings (commit: 6350c10) (details)
  41. Update tagging method for global settings (commit: 9156b69) (details)
  42. Add event tracking for permalink (commit: 7bca29a) (details)
  43. Add event tracking for fullscreen toggle (commit: 740f43c) (details)
  44. Add event tracking for help mode (commit: e479665) (details)
  45. Fix an error. (commit: d477375) (details)
  46. Add event tracking for split view (commit: 321a0af) (details)
  47. Update event tracking names for toolbar (commit: d1d0e70) (details)
  48. Add event tracking for toolbar viewer change (commit: 6797656) (details)
  49. Add event tracking for context card copy to clipboard (commit: b03fee1) (details)
  50. Add event tracking for sidebar tab open (commit: 62d7f9d) (details)
  51. Add event tracking for sidebar and flatmapvuer (commit: 267ca7a) (details)
  52. Fix non-breaking dependency vulnerabilities (commit: 88a3021) (details)
  53. Update event category for filter reset (commit: 5d0c48a) (details)
  54. Add event tracking for connectivity search and filters (commit: de730a8) (details)
  55. Update event tracking for context card copy (commit: 7a285d4) (details)
  56. Fix connectivity data filter (commit: 7c80375) (details)
  57. Fix connectivity data filter for facets (commit: ee313e2) (details)
  58. Fix annotation drawing mode highlight error (commit: 3222d6e) (details)
  59. Update annotation highlight empty array for drawing (commit: a3d721d) (details)
  60. Update node version (commit: 6564c1f) (details)
  61. Update package-lock.json (commit: fafd995) (details)
  62. Update dependencies. (commit: 5e7b790) (details)
  63. 1.12.1 (commit: d925cca) (details)
  64. Update data source and flatmap entry in context card. (commit: 7960665) (details)
  65. Update dependencies. (commit: bb9015a) (details)
  66. 1.12.2 (commit: 782d0b7) (details)
  67. 1.12.3 (commit: 87bc857) (details)
  68. Update map-sidebar. (commit: 029bc11) (details)
  69. 1.12.4 (commit: bde5dc2) (details)
  70. Allow dataset id and version to be passed from setCurrentEntry method. (commit: 7613d75) (details)
  71. Update flatmapvuer. (commit: 762201b) (details)
  72. 1.12.5 (commit: 49a39b9) (details)
Commit 660e4ab0c03a068d0e4cb79fe17b6d7c843865f6 by alan.wu
Support Flatmap entry in context card.
(commit: 660e4ab)
The file was modifiedsrc/components/ContextCard.vue (diff)
The file was modifiedsrc/components/FlatmapContextCard.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit d181911f4a469be0a4bf6e15d9122908c6cb8221 by 87633683+ddjnw1yu
Add appliedFacets to store previous state
(commit: d181911)
The file was modifiedsrc/stores/settings.js (diff)
Commit 905e4cbb5f89ec3b2836a087fc65d47e5ddb8a89 by 87633683+ddjnw1yu
Update marker filtering condition
(commit: 905e4cb)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit a05b2207dc4d8c483df871c358fca5de7e702a6a by 87633683+ddjnw1yu
Replace connectivity-explorer-reset with reset-update
(commit: a05b220)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 295924670b2284396fc5c38fd97f2d6df2de9cf4 by alan.wu
Support getting original soouce in contextual card.
(commit: 2959246)
The file was modifiedsrc/components/ContextCard.vue (diff)
Commit 2a487d98d8f1aeafa3d42fd1ba03ac9033d7cce2 by alan.wu
Better supports for adding more markers facets
(commit: 2a487d9)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit eb3bad41f57700c67e7d841a56b155acaeb68e45 by alan.wu
Fix an issue when clicking on the same marker.
(commit: eb3bad4)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit f43d6f8f1ccb3965fae509d31a855cec5cebf732 by 87633683+ddjnw1yu
Fix some minor issue

Make sure appliedFacets update correctly
(commit: f43d6f8)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 776bc0c949a211e721cdfca25d07e8a7a5d29f1f by alan.wu
Fix a bug with collapsing tag.
(commit: 776bc0c)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage.json (diff)
Commit 10fda0eda2fc982c4bdbded3b7a937121f66fdd2 by alan.wu
Change the way flatmap entries are populated on context cards.
(commit: 10fda0e)
The file was modifiedsrc/components/ContextCard.vue (diff)
Commit 8425cf8390f59df4d72bf5fb18e747dba5a10681 by aung.kyaw.hein
Make scaffold nerves clickable and searchable on neuron connection mode
(commit: 8425cf8)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit c7f64855cb7292777728b2e012099bc6798d22ed by aung.kyaw.hein
Update scaffold feature click for neuron connection mode
(commit: c7f6485)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit b62abfa07bf3aa1a3c37151073d4a7b184269610 by aung.kyaw.hein
Get UBERON from API for scaffold
(commit: b62abfa)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/scripts/utilities.js (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit ebee02f334d432824ba85ba998ec250277e1543f by 87633683+ddjnw1yu
Update Neuron Connection Mode behaviour
(commit: ebee02f)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/scripts/utilities.js (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit dbd9f52de6b8a13db2a9fc536efec48e516d144b by alan.wu
Enable tubelines for whole body dataset.
(commit: dbd9f52)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit 2283d07e78f7eae89d1cf7a91d3e9ad355d8e566 by 87633683+ddjnw1yu
Revert test scaffold resource link
(commit: 2283d07)
The file was modifiedsrc/components/scripts/utilities.js (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit c2079c14e8c614ea45e95d064cbb9ad8eaa6ec9d by aung.kyaw.hein
Use anatomical id for scaffold organ
(commit: c2079c1)
The file was modifiedsrc/components/scripts/utilities.js (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit d4c9f4a9a28591ebe5e8dd10dcc64bfd1f19bbb5 by aung.kyaw.hein
Update scaffold filter options for connectivities
(commit: d4c9f4a)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit 64230811b465eb88b165f8a250975e38c90dff1f by 87633683+ddjnw1yu
Revert "Update comment"

This reverts commit d8e7224ac59e7ed8022efac6c31c0a4d168ecdb1.
(commit: 6423081)
The file was modifiedcypress/component/MapContent.cy.js (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit fced0d41477b2c334da7bde2a288a9ecb7e4a736 by alan.wu
Make sure setrGreyScale is also called when connecitivtyKnowledge has been updated.
(commit: fced0d4)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit b929aa013903e7a861e4bd36e924c9b14744ce8d by aung.kyaw.hein
Fix connectivity filters for scaffold
(commit: b929aa0)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit 6fb191d05be5af3ff3949953828096910a516b48 by aung.kyaw.hein
Fix neuron connection filter for scaffold feature click
(commit: 6fb191d)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit 27b64ad1d065006e409528d376a4bf600219fdbf by 87633683+ddjnw1yu
Keep adding facet when click on scaffold in neuron connection mode
(commit: 27b64ad)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit be22c8bc1cc337c48d150dec107b77b156532638 by 87633683+ddjnw1yu
Make sure facet will not be reset in most case
(commit: be22c8b)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 00b204753c65a8281a8b866523521cf1551d7c1b by aung.kyaw.hein
Add tagging for global settings
(commit: 00b2047)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 7d539b211c91f4a3a39635763156060189263b40 by aung.kyaw.hein
Prevent viewing mode clicks tracking on active item
(commit: 7d539b2)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 6350c102ba57139b3249424707a7b4e7b5be347d by aung.kyaw.hein
Format GA tagging category for global settings
(commit: 6350c10)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 9156b69f9e156daab7ee87a573fbacd4ebfd5a39 by aung.kyaw.hein
Update tagging method for global settings
(commit: 9156b69)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 7bca29ad836195a22f3bb3e5060b70752a6374d5 by aung.kyaw.hein
Add event tracking for permalink
(commit: 7bca29a)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 740f43c92c7302f7c94ae91a47ec2d54b2eb3925 by aung.kyaw.hein
Add event tracking for fullscreen toggle
(commit: 740f43c)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit e4796659fba8f7fbcec12cb0e1c26ad71270fdb7 by aung.kyaw.hein
Add event tracking for help mode
(commit: e479665)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components/ContextCard.vue (diff)
Commit 321a0af73f0951cd5dfbca9a45990254945b6b6f by aung.kyaw.hein
Add event tracking for split view
(commit: 321a0af)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit d1d0e707232542e77ae4aaaa5e988f991ca4be83 by aung.kyaw.hein
Update event tracking names for toolbar
(commit: d1d0e70)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 6797656371d25dd26e0e2525a9e384dafe5fde50 by aung.kyaw.hein
Add event tracking for toolbar viewer change
(commit: 6797656)
The file was modifiedsrc/components/ContentBar.vue (diff)
Commit b03fee1415fd0d0aa476dd0f579dd2824755824f by aung.kyaw.hein
Add event tracking for context card copy to clipboard
(commit: b03fee1)
The file was modifiedsrc/components/ContextCard.vue (diff)
The file was modifiedsrc/components/FlatmapContextCard.vue (diff)
Commit 62d7f9d148a3a952ba6f8179385903989ac6a50c by aung.kyaw.hein
Add event tracking for sidebar tab open
(commit: 62d7f9d)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 267ca7a01357d1408f01103bd8f420e6c47b7bcd by aung.kyaw.hein
Add event tracking for sidebar and flatmapvuer
(commit: 267ca7a)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
Commit 88a3021f8eb19f69fded315d2a69c23df419c480 by aung.kyaw.hein
Fix non-breaking dependency vulnerabilities
(commit: 88a3021)
The file was modifiedpackage-lock.json (diff)
Commit 5d0c48a8050799482a86a00db8b8dbfe4079615c by aung.kyaw.hein
Update event category for filter reset
(commit: 5d0c48a)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit de730a855da2867c913277ea1d4acc0c765e0352 by aung.kyaw.hein
Add event tracking for connectivity search and filters
(commit: de730a8)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 7a285d408df9b423fd512b3776c77c42ea27777e by aung.kyaw.hein
Update event tracking for context card copy
(commit: 7a285d4)
The file was modifiedsrc/components/FlatmapContextCard.vue (diff)
The file was modifiedsrc/components/ContextCard.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit ee313e267c005853a02ecae67f976b15e491803f by aung.kyaw.hein
Fix connectivity data filter for facets
(commit: ee313e2)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/scripts/utilities.js (diff)
Commit 3222d6eb11d78a0ac820e607ca1892a99d885e43 by aung.kyaw.hein
Fix annotation drawing mode highlight error
(commit: 3222d6e)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit a3d721de8c7884c789dd136a2df7c5d1cb2a16b0 by aung.kyaw.hein
Update annotation highlight empty array for drawing
(commit: a3d721d)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
Commit 796066558f38348f74200abdce257450a15af4a2 by alan.wu
Update data source and flatmap entry in context card.
(commit: 7960665)
The file was modifiedsrc/components/FlatmapContextCard.vue (diff)
The file was modifiedsrc/components.d.ts (diff)
The file was modifiedsrc/components/ContextCard.vue (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 7613d7526ec966a0aae44a6b44d26db2232fa06e by alan.wu
Allow dataset id and version to be passed from setCurrentEntry method.
(commit: 7613d75)
The file was modifiedsrc/components/MapContent.vue (diff)
The file was modifiedsrc/components/ContextCard.vue (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)