@abi-software/flatmapvuer 0.5.9 → 0.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +402 -402
  2. package/LICENSE +201 -201
  3. package/README.md +105 -105
  4. package/babel.config.js +14 -14
  5. package/package-lock.json +18473 -18473
  6. package/package.json +79 -79
  7. package/public/index.html +17 -17
  8. package/src/App.vue +228 -228
  9. package/src/assets/_variables.scss +43 -43
  10. package/src/assets/styles.scss +7 -7
  11. package/src/components/AnnotationTool.vue +403 -403
  12. package/src/components/EventBus.js +2 -2
  13. package/src/components/ExternalResourceCard.vue +98 -98
  14. package/src/components/FlatmapVuer.vue +2070 -2059
  15. package/src/components/MultiFlatmapVuer.vue +535 -536
  16. package/src/components/ProvenancePopup.vue +422 -422
  17. package/src/components/SelectionsGroup.vue +249 -249
  18. package/src/components/Tooltip.vue +52 -52
  19. package/src/components/TreeControls.vue +231 -231
  20. package/src/components/index.js +9 -9
  21. package/src/components/legends/DynamicLegends.vue +112 -112
  22. package/src/components/legends/SvgLegends.vue +67 -67
  23. package/src/icons/fonts/mapicon-species.eot +0 -0
  24. package/src/icons/fonts/mapicon-species.svg +14 -14
  25. package/src/icons/fonts/mapicon-species.ttf +0 -0
  26. package/src/icons/fonts/mapicon-species.woff +0 -0
  27. package/src/icons/mapicon-species-style.css +42 -42
  28. package/src/icons/yellowstar.js +5 -5
  29. package/src/legends/legend.svg +25 -25
  30. package/src/main.js +8 -8
  31. package/src/nerve-map.js +99 -0
  32. package/src/services/flatmapQueries.js +415 -415
  33. package/vue.config.js +31 -31
  34. package/dist/demo.html +0 -10
  35. package/dist/flatmapvuer.common.js +0 -22741
  36. package/dist/flatmapvuer.common.js.map +0 -1
  37. package/dist/flatmapvuer.css +0 -1
  38. package/dist/flatmapvuer.umd.js +0 -22751
  39. package/dist/flatmapvuer.umd.js.map +0 -1
  40. package/dist/flatmapvuer.umd.min.js +0 -4
  41. package/dist/flatmapvuer.umd.min.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,402 +1,402 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
-
10
- ## [v0.5.9](https://github.com/alan-wu/flatmapvuer/compare/v0.5.9-beta.0...v0.5.9)
11
-
12
- ### Merged
13
-
14
- - Annotation UI and connected path [`#123`](https://github.com/alan-wu/flatmapvuer/pull/123)
15
- - Add the featured markers star to the legend with tooltip [`#122`](https://github.com/alan-wu/flatmapvuer/pull/122)
16
-
17
- ### Commits
18
-
19
- - Increment version. [`c3b98bf`](https://github.com/alan-wu/flatmapvuer/commit/c3b98bfc21720153ff018ae0e61501c00e8c99e7)
20
- - Reset version. [`5f10239`](https://github.com/alan-wu/flatmapvuer/commit/5f10239a05f33b9d6bb1b6c71d02605c0d1c0c58)
21
- - Merge in changes. [`76ee249`](https://github.com/alan-wu/flatmapvuer/commit/76ee249280969445f48af38e9dfe8677d45faa00)
22
-
23
- ## [v0.5.9-beta.0](https://github.com/alan-wu/flatmapvuer/compare/v0.5.8...v0.5.9-beta.0) - 2023-11-09
24
-
25
- ### Commits
26
-
27
- - Add initial UI for annotation viewing/submitting dialog. [`b5d3263`](https://github.com/alan-wu/flatmapvuer/commit/b5d326303f83bba7c1c7f468aecee49d092e0b4d)
28
- - Restructure Tooltip component. Add in Annotational Tool component [`974f07e`](https://github.com/alan-wu/flatmapvuer/commit/974f07e6b242d11f3fb33469f0ae59246a5647e7)
29
- - Improve annotation UI based on feedbacks. [`c631c7a`](https://github.com/alan-wu/flatmapvuer/commit/c631c7a98e8b5baf070b02c3a7bdfbfcf999bd80)
30
-
31
- ## [v0.5.8](https://github.com/alan-wu/flatmapvuer/compare/v0.5.7...v0.5.8) - 2023-11-07
32
-
33
- ### Merged
34
-
35
- - Update package # [`#120`](https://github.com/alan-wu/flatmapvuer/pull/120)
36
- - Add show/hide for details, add transition [`#119`](https://github.com/alan-wu/flatmapvuer/pull/119)
37
-
38
- ## [v0.5.7](https://github.com/alan-wu/flatmapvuer/compare/v0.5.6...v0.5.7) - 2023-09-14
39
-
40
- ### Merged
41
-
42
- - Fix a few issues causing neuron search to fail [`#117`](https://github.com/alan-wu/flatmapvuer/pull/117)
43
- - Revert "Add flatmap prov information button" [`#116`](https://github.com/alan-wu/flatmapvuer/pull/116)
44
- - Add flatmap prov information button [`#115`](https://github.com/alan-wu/flatmapvuer/pull/115)
45
-
46
- ### Commits
47
-
48
- - Create a context card for the flatmap prov [`546dca8`](https://github.com/alan-wu/flatmapvuer/commit/546dca85a80d34988404e9de3137ce1acc2d9817)
49
- - Strip out a lot of the context card content [`d4b5d31`](https://github.com/alan-wu/flatmapvuer/commit/d4b5d317c611480ab6d5f9e3537ede03394526bd)
50
- - Add centrelines toggle. [`60c315e`](https://github.com/alan-wu/flatmapvuer/commit/60c315e4a9923d62e7a149ad50c00351915cdd3a)
51
-
52
- ## [v0.5.6](https://github.com/alan-wu/flatmapvuer/compare/v0.5.5...v0.5.6) - 2023-08-08
53
-
54
- ### Commits
55
-
56
- - Add an accidentally removed line. [`3948001`](https://github.com/alan-wu/flatmapvuer/commit/394800196414108c4e6f8cbf271b53b022818b97)
57
-
58
- ## [v0.5.5](https://github.com/alan-wu/flatmapvuer/compare/v0.5.4...v0.5.5) - 2023-08-07
59
-
60
- ### Merged
61
-
62
- - Additional settings [`#114`](https://github.com/alan-wu/flatmapvuer/pull/114)
63
- - Add hierarchical control (FC) and species information (AC) [`#113`](https://github.com/alan-wu/flatmapvuer/pull/113)
64
- - Add label for what species provenance info comes from [`#110`](https://github.com/alan-wu/flatmapvuer/pull/110)
65
-
66
- ### Commits
67
-
68
- - Merge in upstream changes. [`39bbcf7`](https://github.com/alan-wu/flatmapvuer/commit/39bbcf7886f22c7c5f7518e7fabcfe23c78db93f)
69
- - Update to the latest flamtap-viewer. [`50d25c3`](https://github.com/alan-wu/flatmapvuer/commit/50d25c3e30f6bf57f60610ace38f1bd283b90cfd)
70
- - Add open map UI. [`11f993e`](https://github.com/alan-wu/flatmapvuer/commit/11f993e3e2882a5ba65b7361ac9a77b86c3944c7)
71
-
72
- ## [v0.5.4](https://github.com/alan-wu/flatmapvuer/compare/v0.5.3...v0.5.4) - 2023-07-04
73
-
74
- ## [v0.5.3](https://github.com/alan-wu/flatmapvuer/compare/v0.5.2...v0.5.3) - 2023-07-04
75
-
76
- ### Merged
77
-
78
- - Couple of pop up fixes and remove an unused argument. [`#112`](https://github.com/alan-wu/flatmapvuer/pull/112)
79
- - Remove unused request [`#111`](https://github.com/alan-wu/flatmapvuer/pull/111)
80
-
81
- ### Commits
82
-
83
- - Fix a couple of display issue with tooltip. [`196e1a8`](https://github.com/alan-wu/flatmapvuer/commit/196e1a89bd369d4297252e7e23edbc5ad80435f1)
84
- - Remove unused variable. [`521828d`](https://github.com/alan-wu/flatmapvuer/commit/521828dd0ae43e23078d264793ee40f2bf9ee5a8)
85
- - Fix uberon map for connectivity not being saved as a variable [`643690e`](https://github.com/alan-wu/flatmapvuer/commit/643690efc58934b8028bda592149179339ed7b9b)
86
-
87
- ## [v0.5.2](https://github.com/alan-wu/flatmapvuer/compare/v0.5.1...v0.5.2) - 2023-06-15
88
-
89
- ### Commits
90
-
91
- - Fix an issue with flatmap queries not using the right name. [`eaf6167`](https://github.com/alan-wu/flatmapvuer/commit/eaf6167a1b7ff7426f313cf0231a1fc017e68752)
92
-
93
- ## [v0.5.1](https://github.com/alan-wu/flatmapvuer/compare/v0.5.0...v0.5.1) - 2023-06-15
94
-
95
- ### Commits
96
-
97
- - Udpate dependencies. [`943e51f`](https://github.com/alan-wu/flatmapvuer/commit/943e51fc4f88014d6c3c9fae2b99d3ffa6465fd2)
98
- - Revert changes in dependencies. [`3a70807`](https://github.com/alan-wu/flatmapvuer/commit/3a708074cc05a1b10e14b2bc33790cd934479469)
99
-
100
- ## [v0.5.0](https://github.com/alan-wu/flatmapvuer/compare/v0.4.6...v0.5.0) - 2023-06-12
101
-
102
- ### Merged
103
-
104
- - Update build [`#107`](https://github.com/alan-wu/flatmapvuer/pull/107)
105
- - Fix provenance logic: [`#109`](https://github.com/alan-wu/flatmapvuer/pull/109)
106
-
107
- ### Commits
108
-
109
- - Downgrade to vue 2.6.14 [`a81b049`](https://github.com/alan-wu/flatmapvuer/commit/a81b049813301700e3ea16dad0d7f7109433f362)
110
- - Merge in upstream changes, [`f490c11`](https://github.com/alan-wu/flatmapvuer/commit/f490c1171d591b57987f6b6f81a3dd62feaac293)
111
- - Update vue version to 2.7.14 [`5eeadec`](https://github.com/alan-wu/flatmapvuer/commit/5eeadecce6ea554c806d5b2c0db50fb92e9ec7a6)
112
-
113
- ## [v0.4.6](https://github.com/alan-wu/flatmapvuer/compare/0.4.6-fixes-2...v0.4.6) - 2023-06-01
114
-
115
- ## [0.4.6-fixes-2](https://github.com/alan-wu/flatmapvuer/compare/v0.4.6-fixes-0...0.4.6-fixes-2) - 2023-06-05
116
-
117
- ### Commits
118
-
119
- - Version 0.4.6-fixes-1 [`e8b60c3`](https://github.com/alan-wu/flatmapvuer/commit/e8b60c3e9bf381f4af68bd95612cdd20ea3132d0)
120
- - Rename mapboxgl in css rules to maplibregl. [`9040cc9`](https://github.com/alan-wu/flatmapvuer/commit/9040cc96d32bb076c14c05af52f79a7137cd2651)
121
- - Search will display the label and location of the highest score result. [`c3b2e47`](https://github.com/alan-wu/flatmapvuer/commit/c3b2e471ed3bb6eb61c078c903814f40d57ca3fa)
122
-
123
- ## [v0.4.6-fixes-0](https://github.com/alan-wu/flatmapvuer/compare/v0.4.5...v0.4.6-fixes-0) - 2023-06-01
124
-
125
- ### Commits
126
-
127
- - Fix an issue with poppver does not dismiss. [`c26cd14`](https://github.com/alan-wu/flatmapvuer/commit/c26cd143211247c0b58dad0379ac14c69b6edc0e)
128
- - Fix the version of flatmap-viewer at 0.2.3.2-b.4 [`d7692a2`](https://github.com/alan-wu/flatmapvuer/commit/d7692a20b855e5550c74962dd416515b9b67cdce)
129
- - 0.4.6 release. [`d6e0e01`](https://github.com/alan-wu/flatmapvuer/commit/d6e0e014c450c7f3a2f091db4f8f70dbadbeb157)
130
-
131
- ## [v0.4.5](https://github.com/alan-wu/flatmapvuer/compare/v0.4.2...v0.4.5) - 2023-06-01
132
-
133
- ### Merged
134
-
135
- - Update beta text. [`#108`](https://github.com/alan-wu/flatmapvuer/pull/108)
136
- - Fix pubmed resource logic [`#106`](https://github.com/alan-wu/flatmapvuer/pull/106)
137
-
138
- ### Commits
139
-
140
- - Update flatmap-viewer [`4dfeb29`](https://github.com/alan-wu/flatmapvuer/commit/4dfeb296889802cee878d14c1143b99a8ed8fd7d)
141
- - Remove debug code, update package # [`4d226fa`](https://github.com/alan-wu/flatmapvuer/commit/4d226faa084b80e76ee78e9f445f47173909e113)
142
- - Version 0.4.5 [`d28daf4`](https://github.com/alan-wu/flatmapvuer/commit/d28daf48614e67568865bd0c1ae2309d5e90cbfa)
143
-
144
- ## [v0.4.2](https://github.com/alan-wu/flatmapvuer/compare/v0.4.1...v0.4.2) - 2023-05-10
145
-
146
- ### Commits
147
-
148
- - Fix an issue with setting state before mounted. [`73d6cc1`](https://github.com/alan-wu/flatmapvuer/commit/73d6cc11005568c6b00f3dd322ff778b12373f63)
149
-
150
- ## [v0.4.1](https://github.com/alan-wu/flatmapvuer/compare/v0.4.0...v0.4.1) - 2023-05-10
151
-
152
- ### Merged
153
-
154
- - Update controls and tidy up [`#105`](https://github.com/alan-wu/flatmapvuer/pull/105)
155
- - Resolve promise list with 'true/false' for whether to display tooltip [`#104`](https://github.com/alan-wu/flatmapvuer/pull/104)
156
- - Remove services from package.json [`#103`](https://github.com/alan-wu/flatmapvuer/pull/103)
157
- - Switch class to function as it was breaking mapintegrated build [`#102`](https://github.com/alan-wu/flatmapvuer/pull/102)
158
- - Queries refactor [`#101`](https://github.com/alan-wu/flatmapvuer/pull/101)
159
- - V0.4.0 [`#100`](https://github.com/alan-wu/flatmapvuer/pull/100)
160
-
161
- ### Commits
162
-
163
- - Use new FC map [`e54bf3c`](https://github.com/alan-wu/flatmapvuer/commit/e54bf3cfa5031020f136251d3691d3d1f05a1971)
164
- - Update version number. [`cd32fa9`](https://github.com/alan-wu/flatmapvuer/commit/cd32fa955bff0b38c29271f30cacc106f1355cb2)
165
- - Move toolip logic to flatmapQueries.js [`9b09d0c`](https://github.com/alan-wu/flatmapvuer/commit/9b09d0c97e218e7799071aedecd7193441954a3d)
166
-
167
- ## [v0.4.0](https://github.com/alan-wu/flatmapvuer/compare/v0.3.15...v0.4.0) - 2023-04-04
168
-
169
- ### Merged
170
-
171
- - Prov pop up feedback [`#97`](https://github.com/alan-wu/flatmapvuer/pull/97)
172
- - Rename Change background colour to change settings. [`#96`](https://github.com/alan-wu/flatmapvuer/pull/96)
173
-
174
- ### Commits
175
-
176
- - Create a new vue component for the selection controls. [`aed5e35`](https://github.com/alan-wu/flatmapvuer/commit/aed5e3598d4d1fc8d6dd34a0cb7541066d155751)
177
- - Add dynamic system legends. [`9c86414`](https://github.com/alan-wu/flatmapvuer/commit/9c8641476d61830f5f5141f3fe29c1a4c04b316f)
178
- - update flatmap-viewer to 2.2.13 [`f8e0dc8`](https://github.com/alan-wu/flatmapvuer/commit/f8e0dc8473b37935dc24b9765569ed5c9d26604d)
179
-
180
- ## [v0.3.15](https://github.com/alan-wu/flatmapvuer/compare/v0.3.12...v0.3.15) - 2023-02-27
181
-
182
- ### Merged
183
-
184
- - Fix minimap sizing issue and make sure flatmap-viewer 2.2.9 is used [`#95`](https://github.com/alan-wu/flatmapvuer/pull/95)
185
- - Remove call to function that does not exist [`#94`](https://github.com/alan-wu/flatmapvuer/pull/94)
186
- - Update package # and publish [`#93`](https://github.com/alan-wu/flatmapvuer/pull/93)
187
- - Minimap hideable [`#92`](https://github.com/alan-wu/flatmapvuer/pull/92)
188
- - Improve initialisation and search [`#91`](https://github.com/alan-wu/flatmapvuer/pull/91)
189
-
190
- ### Commits
191
-
192
- - Move code to flatmapvuer, fix transform origin [`a630ed8`](https://github.com/alan-wu/flatmapvuer/commit/a630ed85806cf008d6b3d36d3ee270994341b86e)
193
- - Add an additional flag to allow label to be displayed with the searchAndShowResult function. [`5f6c57b`](https://github.com/alan-wu/flatmapvuer/commit/5f6c57b7fc4eb062c6b00b80e95f007f3bd0a95a)
194
- - Improve state loading. [`f695883`](https://github.com/alan-wu/flatmapvuer/commit/f6958831c23fa9539463182509e1b55620eb9521)
195
-
196
- ## [v0.3.12](https://github.com/alan-wu/flatmapvuer/compare/v0.3.12-fixes-0...v0.3.12) - 2023-01-20
197
-
198
- ## [v0.3.12-fixes-0](https://github.com/alan-wu/flatmapvuer/compare/v0.3.11...v0.3.12-fixes-0) - 2023-01-20
199
-
200
- ### Merged
201
-
202
- - Permalink update [`#90`](https://github.com/alan-wu/flatmapvuer/pull/90)
203
-
204
- ### Commits
205
-
206
- - Flatmapvuer now uses uuid to fetch the map when saved in state. [`af447d3`](https://github.com/alan-wu/flatmapvuer/commit/af447d3e73bb8324d636b4831d7527d821704a60)
207
- - Improve initialisation of the multi flatmap. [`c00e258`](https://github.com/alan-wu/flatmapvuer/commit/c00e2584f02e0e9d4fbb8507a5ebbabd0f2f9655)
208
- - Fix an issue with reactivity by assigning value directly into an object. [`f87757b`](https://github.com/alan-wu/flatmapvuer/commit/f87757b32f0566eb8d6355055d60cb4ff724b597)
209
-
210
- ## [v0.3.11](https://github.com/alan-wu/flatmapvuer/compare/v0.3.10...v0.3.11) - 2022-12-16
211
-
212
- ### Merged
213
-
214
- - Now search on model for pubmed ids [`#85`](https://github.com/alan-wu/flatmapvuer/pull/85)
215
-
216
- ### Commits
217
-
218
- - Cut down pubmedviewer, organise tooltip proccessing [`dde4b8b`](https://github.com/alan-wu/flatmapvuer/commit/dde4b8b62808475dac4e4cc2ecbbcc72c48d1196)
219
- - Increment version number to 0.3.11. [`a7509fd`](https://github.com/alan-wu/flatmapvuer/commit/a7509fdbd4f6914f4362f2e526362ca8248b1a5e)
220
- - Remove older unused watch on the pubmedvuer [`a74efe6`](https://github.com/alan-wu/flatmapvuer/commit/a74efe6ea54380d36afdaeede339584697701d5b)
221
-
222
- ## [v0.3.10](https://github.com/alan-wu/flatmapvuer/compare/0.3.9...v0.3.10) - 2022-12-13
223
-
224
- ### Commits
225
-
226
- - Update to the latest version of flatmap-viewer. [`775fd65`](https://github.com/alan-wu/flatmapvuer/commit/775fd6551877e1219fb63e675be2ce31a2eb8a36)
227
- - Add css for other neruon type. [`a8df0c5`](https://github.com/alan-wu/flatmapvuer/commit/a8df0c5cb03448a3b3bc5ab6e709206aee54f526)
228
- - Start storing uuid when saving the state. [`21cea3e`](https://github.com/alan-wu/flatmapvuer/commit/21cea3eb1dbd58795482f29b7c2e5ed198fb7d63)
229
-
230
- ## [0.3.9](https://github.com/alan-wu/flatmapvuer/compare/0.3.8...0.3.9) - 2022-12-08
231
-
232
- ### Merged
233
-
234
- - Update to the latest flatmap [`#84`](https://github.com/alan-wu/flatmapvuer/pull/84)
235
-
236
- ### Commits
237
-
238
- - Update to flatmap-viewer 2.2.7 and change the way maps are found. [`c2ae329`](https://github.com/alan-wu/flatmapvuer/commit/c2ae3297fb167e68515f8c779c4ce4222ea48211)
239
-
240
- ## [0.3.8](https://github.com/alan-wu/flatmapvuer/compare/0.3.3...0.3.8) - 2022-12-02
241
-
242
- ### Merged
243
-
244
- - Add legends [`#83`](https://github.com/alan-wu/flatmapvuer/pull/83)
245
- - Update node processing to display labels correctly [`#75`](https://github.com/alan-wu/flatmapvuer/pull/75)
246
- - Switch to new colors [`#81`](https://github.com/alan-wu/flatmapvuer/pull/81)
247
- - Run npm install and update package # [`#76`](https://github.com/alan-wu/flatmapvuer/pull/76)
248
- - Latest changes message [`#74`](https://github.com/alan-wu/flatmapvuer/pull/74)
249
-
250
- ### Commits
251
-
252
- - Use the latest version of flatmap-viewer and update the endpoint. [`ecc5174`](https://github.com/alan-wu/flatmapvuer/commit/ecc517468aecab36097b29fd794f4e05fd8be1db)
253
- - Begin working on legends. [`eb225cb`](https://github.com/alan-wu/flatmapvuer/commit/eb225cbe6285ff0030a03710a0f940b79e464311)
254
- - Fix the creation of labels from nodes [`c28653a`](https://github.com/alan-wu/flatmapvuer/commit/c28653ad3534677d51fd29f666b5b036b8939e37)
255
-
256
- ## [0.3.3](https://github.com/alan-wu/flatmapvuer/compare/v0.3.1...0.3.3) - 2022-08-19
257
-
258
- ### Merged
259
-
260
- - Add success pop-up [`#71`](https://github.com/alan-wu/flatmapvuer/pull/71)
261
-
262
- ### Commits
263
-
264
- - Add props to display and customis the latest changes message. [`494c3d8`](https://github.com/alan-wu/flatmapvuer/commit/494c3d8d6f86038495925704d676cbce91a665ed)
265
- - Rename 'success' to 'latestChanges' [`6bec159`](https://github.com/alan-wu/flatmapvuer/commit/6bec15969d4fa6cfb28cfeddb89ec813c4343d6c)
266
- - Fix tooltip boolean numbers [`76c4481`](https://github.com/alan-wu/flatmapvuer/commit/76c448124476d3a16fb9633ce1ad8e95653b5cf9)
267
-
268
- ## [v0.3.1](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0...v0.3.1) - 2022-07-29
269
-
270
- ### Merged
271
-
272
- - Add scrollbar to the pathway popups [`#70`](https://github.com/alan-wu/flatmapvuer/pull/70)
273
- - Bump async from 2.6.3 to 2.6.4 [`#63`](https://github.com/alan-wu/flatmapvuer/pull/63)
274
- - Bump terser from 4.8.0 to 4.8.1 [`#67`](https://github.com/alan-wu/flatmapvuer/pull/67)
275
- - Bump minimist from 1.2.5 to 1.2.6 [`#61`](https://github.com/alan-wu/flatmapvuer/pull/61)
276
- - Bump shell-quote from 1.7.2 to 1.7.3 [`#68`](https://github.com/alan-wu/flatmapvuer/pull/68)
277
- - Bump eventsource from 1.1.0 to 1.1.2 [`#69`](https://github.com/alan-wu/flatmapvuer/pull/69)
278
-
279
- ### Commits
280
-
281
- - Switch to using scrollbar for tooltips [`6467659`](https://github.com/alan-wu/flatmapvuer/commit/646765986db012aaa86985a69ab6c46571a46f66)
282
- - Increment to version 0.3.0 [`6cdebde`](https://github.com/alan-wu/flatmapvuer/commit/6cdebde6fb62f24ed25989fedf54cae5d6380f16)
283
- - Update package # [`9999102`](https://github.com/alan-wu/flatmapvuer/commit/9999102256526f65984534f26c174d062863e426)
284
-
285
- ## [v0.3.0](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0-beta-2...v0.3.0) - 2022-07-22
286
-
287
- ### Merged
288
-
289
- - Upstream downstream pop ups [`#64`](https://github.com/alan-wu/flatmapvuer/pull/64)
290
-
291
- ### Commits
292
-
293
- - Refactor axon->destination dendrite->origin [`2e8ad3e`](https://github.com/alan-wu/flatmapvuer/commit/2e8ad3efeeaa22987071215922540cdacb313e9d)
294
- - Update flatmap-viewer, no longer tooltips for nerve cuffs [`be23067`](https://github.com/alan-wu/flatmapvuer/commit/be2306743b5353617d0258a50688b3c97fcfc958)
295
- - split up popup boolean and creation [`5fe897c`](https://github.com/alan-wu/flatmapvuer/commit/5fe897cc7afe2ba467531cdd261f70107e3e0af7)
296
-
297
- ## [v0.3.0-beta-2](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0-beta-1...v0.3.0-beta-2) - 2022-05-23
298
-
299
- ### Commits
300
-
301
- - Improve label lookup. [`fceec12`](https://github.com/alan-wu/flatmapvuer/commit/fceec12276af56d28a9fbbc1f88c7bc984b17aef)
302
-
303
- ## [v0.3.0-beta-1](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0-beta-0...v0.3.0-beta-1) - 2022-05-23
304
-
305
- ### Commits
306
-
307
- - Handle missing data gratefully. [`875c5a0`](https://github.com/alan-wu/flatmapvuer/commit/875c5a0402808e0e05a6b58f708edcd6fbc47bf5)
308
-
309
- ## [v0.3.0-beta-0](https://github.com/alan-wu/flatmapvuer/compare/v0.2.5...v0.3.0-beta-0) - 2022-05-23
310
-
311
- ### Commits
312
-
313
- - Create upstream-downstream tooltips [`3d2215f`](https://github.com/alan-wu/flatmapvuer/commit/3d2215f2d8ce6c2c4615505dac27c034d6b53434)
314
- - Add pubmed queries for nerve cuffs [`81ec823`](https://github.com/alan-wu/flatmapvuer/commit/81ec8239dc7c5d7476a496797df33420532b8852)
315
- - Make semicolons consistent and use provide/inject for apis [`60bd15d`](https://github.com/alan-wu/flatmapvuer/commit/60bd15d2984425c0a3f73b5d051634e936002230)
316
-
317
- ## [v0.2.5](https://github.com/alan-wu/flatmapvuer/compare/v0.2.5-beta-1...v0.2.5) - 2022-05-19
318
-
319
- ### Merged
320
-
321
- - Build in element ui to avoid styles being used in global space. [`#65`](https://github.com/alan-wu/flatmapvuer/pull/65)
322
-
323
- ## [v0.2.5-beta-1](https://github.com/alan-wu/flatmapvuer/compare/v0.1.33...v0.2.5-beta-1) - 2022-05-11
324
-
325
- ### Merged
326
-
327
- - Pan zoom events. Icon updates. Show/hide UI APIs. [`#62`](https://github.com/alan-wu/flatmapvuer/pull/62)
328
- - Bump url-parse from 1.5.3 to 1.5.10 [`#60`](https://github.com/alan-wu/flatmapvuer/pull/60)
329
- - Bump follow-redirects from 1.14.7 to 1.14.8 [`#58`](https://github.com/alan-wu/flatmapvuer/pull/58)
330
- - Fix an issue with icon [`#56`](https://github.com/alan-wu/flatmapvuer/pull/56)
331
- - Fix a bug causing compilation error upstream. [`#55`](https://github.com/alan-wu/flatmapvuer/pull/55)
332
- - Increment package version [`#54`](https://github.com/alan-wu/flatmapvuer/pull/54)
333
- - Update tooltip for non-rat flatmaps [`#53`](https://github.com/alan-wu/flatmapvuer/pull/53)
334
- - Use Scss instead. [`#52`](https://github.com/alan-wu/flatmapvuer/pull/52)
335
- - Dynamic markers, outline and colour chooser. [`#51`](https://github.com/alan-wu/flatmapvuer/pull/51)
336
- - Species check [`#49`](https://github.com/alan-wu/flatmapvuer/pull/49)
337
- - Set background colour and opacity at start up. [`#3`](https://github.com/alan-wu/flatmapvuer/pull/3)
338
- - Tehsurfer gazelle pop ups [`#2`](https://github.com/alan-wu/flatmapvuer/pull/2)
339
- - Resolve conflicts and bugs. [`#1`](https://github.com/alan-wu/flatmapvuer/pull/1)
340
-
341
- ### Commits
342
-
343
- - Increment package version. [`19f90a8`](https://github.com/alan-wu/flatmapvuer/commit/19f90a8aa3a3b3c103f7b4a7f18c46fa001b4b95)
344
- - Stylesheets are now in scss. [`4a944f3`](https://github.com/alan-wu/flatmapvuer/commit/4a944f35257a7e34b0144d111845f0cf4273f816)
345
- - Update package-lock.json [`f0afe8f`](https://github.com/alan-wu/flatmapvuer/commit/f0afe8f369ecb42e91ef97f626bc5ad4fb7887c9)
346
-
347
- ## v0.1.33 - 2021-06-21
348
-
349
- ### Merged
350
-
351
- - Improve tooltip style. [`#48`](https://github.com/alan-wu/flatmapvuer/pull/48)
352
- - UI improvements [`#46`](https://github.com/alan-wu/flatmapvuer/pull/46)
353
- - Update flatmap viewer which include an update on callback. [`#45`](https://github.com/alan-wu/flatmapvuer/pull/45)
354
- - Add an option to set the flatmap api endpoint. [`#44`](https://github.com/alan-wu/flatmapvuer/pull/44)
355
- - Implement saving/getting state of flatmap [`#43`](https://github.com/alan-wu/flatmapvuer/pull/43)
356
- - Update dependencies. [`#42`](https://github.com/alan-wu/flatmapvuer/pull/42)
357
- - Export is now named. Version updated to 0.1.28. [`#41`](https://github.com/alan-wu/flatmapvuer/pull/41)
358
- - Now built without bundling external node modules. [`#40`](https://github.com/alan-wu/flatmapvuer/pull/40)
359
- - Documentation [`#38`](https://github.com/alan-wu/flatmapvuer/pull/38)
360
- - Fix Display all checkbox problem with reset. [`#37`](https://github.com/alan-wu/flatmapvuer/pull/37)
361
- - Version0.1.25 [`#36`](https://github.com/alan-wu/flatmapvuer/pull/36)
362
- - Version0.1.24 [`#35`](https://github.com/alan-wu/flatmapvuer/pull/35)
363
- - Version0.1.23 [`#34`](https://github.com/alan-wu/flatmapvuer/pull/34)
364
- - Tooltip update [`#33`](https://github.com/alan-wu/flatmapvuer/pull/33)
365
- - Versions.1.22 [`#32`](https://github.com/alan-wu/flatmapvuer/pull/32)
366
- - Version0.1.21 [`#31`](https://github.com/alan-wu/flatmapvuer/pull/31)
367
- - Bump version to 0.1.20. [`#30`](https://github.com/alan-wu/flatmapvuer/pull/30)
368
- - Added Help hovers [`#28`](https://github.com/alan-wu/flatmapvuer/pull/28)
369
- - Add a button to toggle the background colour. [`#29`](https://github.com/alan-wu/flatmapvuer/pull/29)
370
- - Version0.1.19 [`#27`](https://github.com/alan-wu/flatmapvuer/pull/27)
371
- - Version0.1.18 [`#26`](https://github.com/alan-wu/flatmapvuer/pull/26)
372
- - Version0.1.17 [`#25`](https://github.com/alan-wu/flatmapvuer/pull/25)
373
- - Version0.1.16 [`#24`](https://github.com/alan-wu/flatmapvuer/pull/24)
374
- - Version0.1.15 [`#23`](https://github.com/alan-wu/flatmapvuer/pull/23)
375
- - Bump flatmap viewer and this package version. [`#22`](https://github.com/alan-wu/flatmapvuer/pull/22)
376
- - Version0.1.13 [`#21`](https://github.com/alan-wu/flatmapvuer/pull/21)
377
- - Version0.1.12 [`#19`](https://github.com/alan-wu/flatmapvuer/pull/19)
378
- - Update flatmap viewer to 0.9.10. [`#18`](https://github.com/alan-wu/flatmapvuer/pull/18)
379
- - Viewe0.9.9 test [`#1`](https://github.com/alan-wu/flatmapvuer/pull/1)
380
- - Add emit for when flatmap is changed [`#17`](https://github.com/alan-wu/flatmapvuer/pull/17)
381
- - Updaet flatmapviewer. [`#16`](https://github.com/alan-wu/flatmapvuer/pull/16)
382
- - Bump version and make some stylistic changes. [`#15`](https://github.com/alan-wu/flatmapvuer/pull/15)
383
- - Bump flatmap version to 0.9.4 [`#14`](https://github.com/alan-wu/flatmapvuer/pull/14)
384
- - Add the apis required to display a popup. [`#13`](https://github.com/alan-wu/flatmapvuer/pull/13)
385
- - Add the ability to adjust species at startup. [`#12`](https://github.com/alan-wu/flatmapvuer/pull/12)
386
- - Increment version number [`#11`](https://github.com/alan-wu/flatmapvuer/pull/11)
387
- - Update map viewer to v0.9.3 [`#10`](https://github.com/alan-wu/flatmapvuer/pull/10)
388
- - Flatmap viewer 0.9 release [`#9`](https://github.com/alan-wu/flatmapvuer/pull/9)
389
- - Add a multiflatmapvuer. [`#8`](https://github.com/alan-wu/flatmapvuer/pull/8)
390
- - Remove undefined label from returned labels list. [`#7`](https://github.com/alan-wu/flatmapvuer/pull/7)
391
- - Add ready event, getLabels and stylistic changes. [`#6`](https://github.com/alan-wu/flatmapvuer/pull/6)
392
- - Add label to payload. [`#5`](https://github.com/alan-wu/flatmapvuer/pull/5)
393
- - Fix a critical bug. [`#4`](https://github.com/alan-wu/flatmapvuer/pull/4)
394
- - Add README.md. [`#3`](https://github.com/alan-wu/flatmapvuer/pull/3)
395
- - Use resizeSensor to detect resizing. [`#2`](https://github.com/alan-wu/flatmapvuer/pull/2)
396
- - First revision of the vue component of flatmap viwer. [`#1`](https://github.com/alan-wu/flatmapvuer/pull/1)
397
-
398
- ### Commits
399
-
400
- - Increment version to 0.1.33. [`3202fa0`](https://github.com/alan-wu/flatmapvuer/commit/3202fa043c2e511994ce239e860c576dbaf155b9)
401
- - Increment flatmapviewer to 1.0.3 which fixes cases of labels. [`7564d1d`](https://github.com/alan-wu/flatmapvuer/commit/7564d1dc5b431f9546f9ba90d10e3ed1d3f21060)
402
- - Add more support for flatmap v0.9.2. [`b74b957`](https://github.com/alan-wu/flatmapvuer/commit/b74b957a4e3848f26e4bc0f97b1eed89a51bfe01)
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
+
10
+ ## [v0.5.9](https://github.com/alan-wu/flatmapvuer/compare/v0.5.9-beta.0...v0.5.9)
11
+
12
+ ### Merged
13
+
14
+ - Annotation UI and connected path [`#123`](https://github.com/alan-wu/flatmapvuer/pull/123)
15
+ - Add the featured markers star to the legend with tooltip [`#122`](https://github.com/alan-wu/flatmapvuer/pull/122)
16
+
17
+ ### Commits
18
+
19
+ - Increment version. [`c3b98bf`](https://github.com/alan-wu/flatmapvuer/commit/c3b98bfc21720153ff018ae0e61501c00e8c99e7)
20
+ - Reset version. [`5f10239`](https://github.com/alan-wu/flatmapvuer/commit/5f10239a05f33b9d6bb1b6c71d02605c0d1c0c58)
21
+ - Merge in changes. [`76ee249`](https://github.com/alan-wu/flatmapvuer/commit/76ee249280969445f48af38e9dfe8677d45faa00)
22
+
23
+ ## [v0.5.9-beta.0](https://github.com/alan-wu/flatmapvuer/compare/v0.5.8...v0.5.9-beta.0) - 2023-11-09
24
+
25
+ ### Commits
26
+
27
+ - Add initial UI for annotation viewing/submitting dialog. [`b5d3263`](https://github.com/alan-wu/flatmapvuer/commit/b5d326303f83bba7c1c7f468aecee49d092e0b4d)
28
+ - Restructure Tooltip component. Add in Annotational Tool component [`974f07e`](https://github.com/alan-wu/flatmapvuer/commit/974f07e6b242d11f3fb33469f0ae59246a5647e7)
29
+ - Improve annotation UI based on feedbacks. [`c631c7a`](https://github.com/alan-wu/flatmapvuer/commit/c631c7a98e8b5baf070b02c3a7bdfbfcf999bd80)
30
+
31
+ ## [v0.5.8](https://github.com/alan-wu/flatmapvuer/compare/v0.5.7...v0.5.8) - 2023-11-07
32
+
33
+ ### Merged
34
+
35
+ - Update package # [`#120`](https://github.com/alan-wu/flatmapvuer/pull/120)
36
+ - Add show/hide for details, add transition [`#119`](https://github.com/alan-wu/flatmapvuer/pull/119)
37
+
38
+ ## [v0.5.7](https://github.com/alan-wu/flatmapvuer/compare/v0.5.6...v0.5.7) - 2023-09-14
39
+
40
+ ### Merged
41
+
42
+ - Fix a few issues causing neuron search to fail [`#117`](https://github.com/alan-wu/flatmapvuer/pull/117)
43
+ - Revert "Add flatmap prov information button" [`#116`](https://github.com/alan-wu/flatmapvuer/pull/116)
44
+ - Add flatmap prov information button [`#115`](https://github.com/alan-wu/flatmapvuer/pull/115)
45
+
46
+ ### Commits
47
+
48
+ - Create a context card for the flatmap prov [`546dca8`](https://github.com/alan-wu/flatmapvuer/commit/546dca85a80d34988404e9de3137ce1acc2d9817)
49
+ - Strip out a lot of the context card content [`d4b5d31`](https://github.com/alan-wu/flatmapvuer/commit/d4b5d317c611480ab6d5f9e3537ede03394526bd)
50
+ - Add centrelines toggle. [`60c315e`](https://github.com/alan-wu/flatmapvuer/commit/60c315e4a9923d62e7a149ad50c00351915cdd3a)
51
+
52
+ ## [v0.5.6](https://github.com/alan-wu/flatmapvuer/compare/v0.5.5...v0.5.6) - 2023-08-08
53
+
54
+ ### Commits
55
+
56
+ - Add an accidentally removed line. [`3948001`](https://github.com/alan-wu/flatmapvuer/commit/394800196414108c4e6f8cbf271b53b022818b97)
57
+
58
+ ## [v0.5.5](https://github.com/alan-wu/flatmapvuer/compare/v0.5.4...v0.5.5) - 2023-08-07
59
+
60
+ ### Merged
61
+
62
+ - Additional settings [`#114`](https://github.com/alan-wu/flatmapvuer/pull/114)
63
+ - Add hierarchical control (FC) and species information (AC) [`#113`](https://github.com/alan-wu/flatmapvuer/pull/113)
64
+ - Add label for what species provenance info comes from [`#110`](https://github.com/alan-wu/flatmapvuer/pull/110)
65
+
66
+ ### Commits
67
+
68
+ - Merge in upstream changes. [`39bbcf7`](https://github.com/alan-wu/flatmapvuer/commit/39bbcf7886f22c7c5f7518e7fabcfe23c78db93f)
69
+ - Update to the latest flamtap-viewer. [`50d25c3`](https://github.com/alan-wu/flatmapvuer/commit/50d25c3e30f6bf57f60610ace38f1bd283b90cfd)
70
+ - Add open map UI. [`11f993e`](https://github.com/alan-wu/flatmapvuer/commit/11f993e3e2882a5ba65b7361ac9a77b86c3944c7)
71
+
72
+ ## [v0.5.4](https://github.com/alan-wu/flatmapvuer/compare/v0.5.3...v0.5.4) - 2023-07-04
73
+
74
+ ## [v0.5.3](https://github.com/alan-wu/flatmapvuer/compare/v0.5.2...v0.5.3) - 2023-07-04
75
+
76
+ ### Merged
77
+
78
+ - Couple of pop up fixes and remove an unused argument. [`#112`](https://github.com/alan-wu/flatmapvuer/pull/112)
79
+ - Remove unused request [`#111`](https://github.com/alan-wu/flatmapvuer/pull/111)
80
+
81
+ ### Commits
82
+
83
+ - Fix a couple of display issue with tooltip. [`196e1a8`](https://github.com/alan-wu/flatmapvuer/commit/196e1a89bd369d4297252e7e23edbc5ad80435f1)
84
+ - Remove unused variable. [`521828d`](https://github.com/alan-wu/flatmapvuer/commit/521828dd0ae43e23078d264793ee40f2bf9ee5a8)
85
+ - Fix uberon map for connectivity not being saved as a variable [`643690e`](https://github.com/alan-wu/flatmapvuer/commit/643690efc58934b8028bda592149179339ed7b9b)
86
+
87
+ ## [v0.5.2](https://github.com/alan-wu/flatmapvuer/compare/v0.5.1...v0.5.2) - 2023-06-15
88
+
89
+ ### Commits
90
+
91
+ - Fix an issue with flatmap queries not using the right name. [`eaf6167`](https://github.com/alan-wu/flatmapvuer/commit/eaf6167a1b7ff7426f313cf0231a1fc017e68752)
92
+
93
+ ## [v0.5.1](https://github.com/alan-wu/flatmapvuer/compare/v0.5.0...v0.5.1) - 2023-06-15
94
+
95
+ ### Commits
96
+
97
+ - Udpate dependencies. [`943e51f`](https://github.com/alan-wu/flatmapvuer/commit/943e51fc4f88014d6c3c9fae2b99d3ffa6465fd2)
98
+ - Revert changes in dependencies. [`3a70807`](https://github.com/alan-wu/flatmapvuer/commit/3a708074cc05a1b10e14b2bc33790cd934479469)
99
+
100
+ ## [v0.5.0](https://github.com/alan-wu/flatmapvuer/compare/v0.4.6...v0.5.0) - 2023-06-12
101
+
102
+ ### Merged
103
+
104
+ - Update build [`#107`](https://github.com/alan-wu/flatmapvuer/pull/107)
105
+ - Fix provenance logic: [`#109`](https://github.com/alan-wu/flatmapvuer/pull/109)
106
+
107
+ ### Commits
108
+
109
+ - Downgrade to vue 2.6.14 [`a81b049`](https://github.com/alan-wu/flatmapvuer/commit/a81b049813301700e3ea16dad0d7f7109433f362)
110
+ - Merge in upstream changes, [`f490c11`](https://github.com/alan-wu/flatmapvuer/commit/f490c1171d591b57987f6b6f81a3dd62feaac293)
111
+ - Update vue version to 2.7.14 [`5eeadec`](https://github.com/alan-wu/flatmapvuer/commit/5eeadecce6ea554c806d5b2c0db50fb92e9ec7a6)
112
+
113
+ ## [v0.4.6](https://github.com/alan-wu/flatmapvuer/compare/0.4.6-fixes-2...v0.4.6) - 2023-06-01
114
+
115
+ ## [0.4.6-fixes-2](https://github.com/alan-wu/flatmapvuer/compare/v0.4.6-fixes-0...0.4.6-fixes-2) - 2023-06-05
116
+
117
+ ### Commits
118
+
119
+ - Version 0.4.6-fixes-1 [`e8b60c3`](https://github.com/alan-wu/flatmapvuer/commit/e8b60c3e9bf381f4af68bd95612cdd20ea3132d0)
120
+ - Rename mapboxgl in css rules to maplibregl. [`9040cc9`](https://github.com/alan-wu/flatmapvuer/commit/9040cc96d32bb076c14c05af52f79a7137cd2651)
121
+ - Search will display the label and location of the highest score result. [`c3b2e47`](https://github.com/alan-wu/flatmapvuer/commit/c3b2e471ed3bb6eb61c078c903814f40d57ca3fa)
122
+
123
+ ## [v0.4.6-fixes-0](https://github.com/alan-wu/flatmapvuer/compare/v0.4.5...v0.4.6-fixes-0) - 2023-06-01
124
+
125
+ ### Commits
126
+
127
+ - Fix an issue with poppver does not dismiss. [`c26cd14`](https://github.com/alan-wu/flatmapvuer/commit/c26cd143211247c0b58dad0379ac14c69b6edc0e)
128
+ - Fix the version of flatmap-viewer at 0.2.3.2-b.4 [`d7692a2`](https://github.com/alan-wu/flatmapvuer/commit/d7692a20b855e5550c74962dd416515b9b67cdce)
129
+ - 0.4.6 release. [`d6e0e01`](https://github.com/alan-wu/flatmapvuer/commit/d6e0e014c450c7f3a2f091db4f8f70dbadbeb157)
130
+
131
+ ## [v0.4.5](https://github.com/alan-wu/flatmapvuer/compare/v0.4.2...v0.4.5) - 2023-06-01
132
+
133
+ ### Merged
134
+
135
+ - Update beta text. [`#108`](https://github.com/alan-wu/flatmapvuer/pull/108)
136
+ - Fix pubmed resource logic [`#106`](https://github.com/alan-wu/flatmapvuer/pull/106)
137
+
138
+ ### Commits
139
+
140
+ - Update flatmap-viewer [`4dfeb29`](https://github.com/alan-wu/flatmapvuer/commit/4dfeb296889802cee878d14c1143b99a8ed8fd7d)
141
+ - Remove debug code, update package # [`4d226fa`](https://github.com/alan-wu/flatmapvuer/commit/4d226faa084b80e76ee78e9f445f47173909e113)
142
+ - Version 0.4.5 [`d28daf4`](https://github.com/alan-wu/flatmapvuer/commit/d28daf48614e67568865bd0c1ae2309d5e90cbfa)
143
+
144
+ ## [v0.4.2](https://github.com/alan-wu/flatmapvuer/compare/v0.4.1...v0.4.2) - 2023-05-10
145
+
146
+ ### Commits
147
+
148
+ - Fix an issue with setting state before mounted. [`73d6cc1`](https://github.com/alan-wu/flatmapvuer/commit/73d6cc11005568c6b00f3dd322ff778b12373f63)
149
+
150
+ ## [v0.4.1](https://github.com/alan-wu/flatmapvuer/compare/v0.4.0...v0.4.1) - 2023-05-10
151
+
152
+ ### Merged
153
+
154
+ - Update controls and tidy up [`#105`](https://github.com/alan-wu/flatmapvuer/pull/105)
155
+ - Resolve promise list with 'true/false' for whether to display tooltip [`#104`](https://github.com/alan-wu/flatmapvuer/pull/104)
156
+ - Remove services from package.json [`#103`](https://github.com/alan-wu/flatmapvuer/pull/103)
157
+ - Switch class to function as it was breaking mapintegrated build [`#102`](https://github.com/alan-wu/flatmapvuer/pull/102)
158
+ - Queries refactor [`#101`](https://github.com/alan-wu/flatmapvuer/pull/101)
159
+ - V0.4.0 [`#100`](https://github.com/alan-wu/flatmapvuer/pull/100)
160
+
161
+ ### Commits
162
+
163
+ - Use new FC map [`e54bf3c`](https://github.com/alan-wu/flatmapvuer/commit/e54bf3cfa5031020f136251d3691d3d1f05a1971)
164
+ - Update version number. [`cd32fa9`](https://github.com/alan-wu/flatmapvuer/commit/cd32fa955bff0b38c29271f30cacc106f1355cb2)
165
+ - Move toolip logic to flatmapQueries.js [`9b09d0c`](https://github.com/alan-wu/flatmapvuer/commit/9b09d0c97e218e7799071aedecd7193441954a3d)
166
+
167
+ ## [v0.4.0](https://github.com/alan-wu/flatmapvuer/compare/v0.3.15...v0.4.0) - 2023-04-04
168
+
169
+ ### Merged
170
+
171
+ - Prov pop up feedback [`#97`](https://github.com/alan-wu/flatmapvuer/pull/97)
172
+ - Rename Change background colour to change settings. [`#96`](https://github.com/alan-wu/flatmapvuer/pull/96)
173
+
174
+ ### Commits
175
+
176
+ - Create a new vue component for the selection controls. [`aed5e35`](https://github.com/alan-wu/flatmapvuer/commit/aed5e3598d4d1fc8d6dd34a0cb7541066d155751)
177
+ - Add dynamic system legends. [`9c86414`](https://github.com/alan-wu/flatmapvuer/commit/9c8641476d61830f5f5141f3fe29c1a4c04b316f)
178
+ - update flatmap-viewer to 2.2.13 [`f8e0dc8`](https://github.com/alan-wu/flatmapvuer/commit/f8e0dc8473b37935dc24b9765569ed5c9d26604d)
179
+
180
+ ## [v0.3.15](https://github.com/alan-wu/flatmapvuer/compare/v0.3.12...v0.3.15) - 2023-02-27
181
+
182
+ ### Merged
183
+
184
+ - Fix minimap sizing issue and make sure flatmap-viewer 2.2.9 is used [`#95`](https://github.com/alan-wu/flatmapvuer/pull/95)
185
+ - Remove call to function that does not exist [`#94`](https://github.com/alan-wu/flatmapvuer/pull/94)
186
+ - Update package # and publish [`#93`](https://github.com/alan-wu/flatmapvuer/pull/93)
187
+ - Minimap hideable [`#92`](https://github.com/alan-wu/flatmapvuer/pull/92)
188
+ - Improve initialisation and search [`#91`](https://github.com/alan-wu/flatmapvuer/pull/91)
189
+
190
+ ### Commits
191
+
192
+ - Move code to flatmapvuer, fix transform origin [`a630ed8`](https://github.com/alan-wu/flatmapvuer/commit/a630ed85806cf008d6b3d36d3ee270994341b86e)
193
+ - Add an additional flag to allow label to be displayed with the searchAndShowResult function. [`5f6c57b`](https://github.com/alan-wu/flatmapvuer/commit/5f6c57b7fc4eb062c6b00b80e95f007f3bd0a95a)
194
+ - Improve state loading. [`f695883`](https://github.com/alan-wu/flatmapvuer/commit/f6958831c23fa9539463182509e1b55620eb9521)
195
+
196
+ ## [v0.3.12](https://github.com/alan-wu/flatmapvuer/compare/v0.3.12-fixes-0...v0.3.12) - 2023-01-20
197
+
198
+ ## [v0.3.12-fixes-0](https://github.com/alan-wu/flatmapvuer/compare/v0.3.11...v0.3.12-fixes-0) - 2023-01-20
199
+
200
+ ### Merged
201
+
202
+ - Permalink update [`#90`](https://github.com/alan-wu/flatmapvuer/pull/90)
203
+
204
+ ### Commits
205
+
206
+ - Flatmapvuer now uses uuid to fetch the map when saved in state. [`af447d3`](https://github.com/alan-wu/flatmapvuer/commit/af447d3e73bb8324d636b4831d7527d821704a60)
207
+ - Improve initialisation of the multi flatmap. [`c00e258`](https://github.com/alan-wu/flatmapvuer/commit/c00e2584f02e0e9d4fbb8507a5ebbabd0f2f9655)
208
+ - Fix an issue with reactivity by assigning value directly into an object. [`f87757b`](https://github.com/alan-wu/flatmapvuer/commit/f87757b32f0566eb8d6355055d60cb4ff724b597)
209
+
210
+ ## [v0.3.11](https://github.com/alan-wu/flatmapvuer/compare/v0.3.10...v0.3.11) - 2022-12-16
211
+
212
+ ### Merged
213
+
214
+ - Now search on model for pubmed ids [`#85`](https://github.com/alan-wu/flatmapvuer/pull/85)
215
+
216
+ ### Commits
217
+
218
+ - Cut down pubmedviewer, organise tooltip proccessing [`dde4b8b`](https://github.com/alan-wu/flatmapvuer/commit/dde4b8b62808475dac4e4cc2ecbbcc72c48d1196)
219
+ - Increment version number to 0.3.11. [`a7509fd`](https://github.com/alan-wu/flatmapvuer/commit/a7509fdbd4f6914f4362f2e526362ca8248b1a5e)
220
+ - Remove older unused watch on the pubmedvuer [`a74efe6`](https://github.com/alan-wu/flatmapvuer/commit/a74efe6ea54380d36afdaeede339584697701d5b)
221
+
222
+ ## [v0.3.10](https://github.com/alan-wu/flatmapvuer/compare/0.3.9...v0.3.10) - 2022-12-13
223
+
224
+ ### Commits
225
+
226
+ - Update to the latest version of flatmap-viewer. [`775fd65`](https://github.com/alan-wu/flatmapvuer/commit/775fd6551877e1219fb63e675be2ce31a2eb8a36)
227
+ - Add css for other neruon type. [`a8df0c5`](https://github.com/alan-wu/flatmapvuer/commit/a8df0c5cb03448a3b3bc5ab6e709206aee54f526)
228
+ - Start storing uuid when saving the state. [`21cea3e`](https://github.com/alan-wu/flatmapvuer/commit/21cea3eb1dbd58795482f29b7c2e5ed198fb7d63)
229
+
230
+ ## [0.3.9](https://github.com/alan-wu/flatmapvuer/compare/0.3.8...0.3.9) - 2022-12-08
231
+
232
+ ### Merged
233
+
234
+ - Update to the latest flatmap [`#84`](https://github.com/alan-wu/flatmapvuer/pull/84)
235
+
236
+ ### Commits
237
+
238
+ - Update to flatmap-viewer 2.2.7 and change the way maps are found. [`c2ae329`](https://github.com/alan-wu/flatmapvuer/commit/c2ae3297fb167e68515f8c779c4ce4222ea48211)
239
+
240
+ ## [0.3.8](https://github.com/alan-wu/flatmapvuer/compare/0.3.3...0.3.8) - 2022-12-02
241
+
242
+ ### Merged
243
+
244
+ - Add legends [`#83`](https://github.com/alan-wu/flatmapvuer/pull/83)
245
+ - Update node processing to display labels correctly [`#75`](https://github.com/alan-wu/flatmapvuer/pull/75)
246
+ - Switch to new colors [`#81`](https://github.com/alan-wu/flatmapvuer/pull/81)
247
+ - Run npm install and update package # [`#76`](https://github.com/alan-wu/flatmapvuer/pull/76)
248
+ - Latest changes message [`#74`](https://github.com/alan-wu/flatmapvuer/pull/74)
249
+
250
+ ### Commits
251
+
252
+ - Use the latest version of flatmap-viewer and update the endpoint. [`ecc5174`](https://github.com/alan-wu/flatmapvuer/commit/ecc517468aecab36097b29fd794f4e05fd8be1db)
253
+ - Begin working on legends. [`eb225cb`](https://github.com/alan-wu/flatmapvuer/commit/eb225cbe6285ff0030a03710a0f940b79e464311)
254
+ - Fix the creation of labels from nodes [`c28653a`](https://github.com/alan-wu/flatmapvuer/commit/c28653ad3534677d51fd29f666b5b036b8939e37)
255
+
256
+ ## [0.3.3](https://github.com/alan-wu/flatmapvuer/compare/v0.3.1...0.3.3) - 2022-08-19
257
+
258
+ ### Merged
259
+
260
+ - Add success pop-up [`#71`](https://github.com/alan-wu/flatmapvuer/pull/71)
261
+
262
+ ### Commits
263
+
264
+ - Add props to display and customis the latest changes message. [`494c3d8`](https://github.com/alan-wu/flatmapvuer/commit/494c3d8d6f86038495925704d676cbce91a665ed)
265
+ - Rename 'success' to 'latestChanges' [`6bec159`](https://github.com/alan-wu/flatmapvuer/commit/6bec15969d4fa6cfb28cfeddb89ec813c4343d6c)
266
+ - Fix tooltip boolean numbers [`76c4481`](https://github.com/alan-wu/flatmapvuer/commit/76c448124476d3a16fb9633ce1ad8e95653b5cf9)
267
+
268
+ ## [v0.3.1](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0...v0.3.1) - 2022-07-29
269
+
270
+ ### Merged
271
+
272
+ - Add scrollbar to the pathway popups [`#70`](https://github.com/alan-wu/flatmapvuer/pull/70)
273
+ - Bump async from 2.6.3 to 2.6.4 [`#63`](https://github.com/alan-wu/flatmapvuer/pull/63)
274
+ - Bump terser from 4.8.0 to 4.8.1 [`#67`](https://github.com/alan-wu/flatmapvuer/pull/67)
275
+ - Bump minimist from 1.2.5 to 1.2.6 [`#61`](https://github.com/alan-wu/flatmapvuer/pull/61)
276
+ - Bump shell-quote from 1.7.2 to 1.7.3 [`#68`](https://github.com/alan-wu/flatmapvuer/pull/68)
277
+ - Bump eventsource from 1.1.0 to 1.1.2 [`#69`](https://github.com/alan-wu/flatmapvuer/pull/69)
278
+
279
+ ### Commits
280
+
281
+ - Switch to using scrollbar for tooltips [`6467659`](https://github.com/alan-wu/flatmapvuer/commit/646765986db012aaa86985a69ab6c46571a46f66)
282
+ - Increment to version 0.3.0 [`6cdebde`](https://github.com/alan-wu/flatmapvuer/commit/6cdebde6fb62f24ed25989fedf54cae5d6380f16)
283
+ - Update package # [`9999102`](https://github.com/alan-wu/flatmapvuer/commit/9999102256526f65984534f26c174d062863e426)
284
+
285
+ ## [v0.3.0](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0-beta-2...v0.3.0) - 2022-07-22
286
+
287
+ ### Merged
288
+
289
+ - Upstream downstream pop ups [`#64`](https://github.com/alan-wu/flatmapvuer/pull/64)
290
+
291
+ ### Commits
292
+
293
+ - Refactor axon->destination dendrite->origin [`2e8ad3e`](https://github.com/alan-wu/flatmapvuer/commit/2e8ad3efeeaa22987071215922540cdacb313e9d)
294
+ - Update flatmap-viewer, no longer tooltips for nerve cuffs [`be23067`](https://github.com/alan-wu/flatmapvuer/commit/be2306743b5353617d0258a50688b3c97fcfc958)
295
+ - split up popup boolean and creation [`5fe897c`](https://github.com/alan-wu/flatmapvuer/commit/5fe897cc7afe2ba467531cdd261f70107e3e0af7)
296
+
297
+ ## [v0.3.0-beta-2](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0-beta-1...v0.3.0-beta-2) - 2022-05-23
298
+
299
+ ### Commits
300
+
301
+ - Improve label lookup. [`fceec12`](https://github.com/alan-wu/flatmapvuer/commit/fceec12276af56d28a9fbbc1f88c7bc984b17aef)
302
+
303
+ ## [v0.3.0-beta-1](https://github.com/alan-wu/flatmapvuer/compare/v0.3.0-beta-0...v0.3.0-beta-1) - 2022-05-23
304
+
305
+ ### Commits
306
+
307
+ - Handle missing data gratefully. [`875c5a0`](https://github.com/alan-wu/flatmapvuer/commit/875c5a0402808e0e05a6b58f708edcd6fbc47bf5)
308
+
309
+ ## [v0.3.0-beta-0](https://github.com/alan-wu/flatmapvuer/compare/v0.2.5...v0.3.0-beta-0) - 2022-05-23
310
+
311
+ ### Commits
312
+
313
+ - Create upstream-downstream tooltips [`3d2215f`](https://github.com/alan-wu/flatmapvuer/commit/3d2215f2d8ce6c2c4615505dac27c034d6b53434)
314
+ - Add pubmed queries for nerve cuffs [`81ec823`](https://github.com/alan-wu/flatmapvuer/commit/81ec8239dc7c5d7476a496797df33420532b8852)
315
+ - Make semicolons consistent and use provide/inject for apis [`60bd15d`](https://github.com/alan-wu/flatmapvuer/commit/60bd15d2984425c0a3f73b5d051634e936002230)
316
+
317
+ ## [v0.2.5](https://github.com/alan-wu/flatmapvuer/compare/v0.2.5-beta-1...v0.2.5) - 2022-05-19
318
+
319
+ ### Merged
320
+
321
+ - Build in element ui to avoid styles being used in global space. [`#65`](https://github.com/alan-wu/flatmapvuer/pull/65)
322
+
323
+ ## [v0.2.5-beta-1](https://github.com/alan-wu/flatmapvuer/compare/v0.1.33...v0.2.5-beta-1) - 2022-05-11
324
+
325
+ ### Merged
326
+
327
+ - Pan zoom events. Icon updates. Show/hide UI APIs. [`#62`](https://github.com/alan-wu/flatmapvuer/pull/62)
328
+ - Bump url-parse from 1.5.3 to 1.5.10 [`#60`](https://github.com/alan-wu/flatmapvuer/pull/60)
329
+ - Bump follow-redirects from 1.14.7 to 1.14.8 [`#58`](https://github.com/alan-wu/flatmapvuer/pull/58)
330
+ - Fix an issue with icon [`#56`](https://github.com/alan-wu/flatmapvuer/pull/56)
331
+ - Fix a bug causing compilation error upstream. [`#55`](https://github.com/alan-wu/flatmapvuer/pull/55)
332
+ - Increment package version [`#54`](https://github.com/alan-wu/flatmapvuer/pull/54)
333
+ - Update tooltip for non-rat flatmaps [`#53`](https://github.com/alan-wu/flatmapvuer/pull/53)
334
+ - Use Scss instead. [`#52`](https://github.com/alan-wu/flatmapvuer/pull/52)
335
+ - Dynamic markers, outline and colour chooser. [`#51`](https://github.com/alan-wu/flatmapvuer/pull/51)
336
+ - Species check [`#49`](https://github.com/alan-wu/flatmapvuer/pull/49)
337
+ - Set background colour and opacity at start up. [`#3`](https://github.com/alan-wu/flatmapvuer/pull/3)
338
+ - Tehsurfer gazelle pop ups [`#2`](https://github.com/alan-wu/flatmapvuer/pull/2)
339
+ - Resolve conflicts and bugs. [`#1`](https://github.com/alan-wu/flatmapvuer/pull/1)
340
+
341
+ ### Commits
342
+
343
+ - Increment package version. [`19f90a8`](https://github.com/alan-wu/flatmapvuer/commit/19f90a8aa3a3b3c103f7b4a7f18c46fa001b4b95)
344
+ - Stylesheets are now in scss. [`4a944f3`](https://github.com/alan-wu/flatmapvuer/commit/4a944f35257a7e34b0144d111845f0cf4273f816)
345
+ - Update package-lock.json [`f0afe8f`](https://github.com/alan-wu/flatmapvuer/commit/f0afe8f369ecb42e91ef97f626bc5ad4fb7887c9)
346
+
347
+ ## v0.1.33 - 2021-06-21
348
+
349
+ ### Merged
350
+
351
+ - Improve tooltip style. [`#48`](https://github.com/alan-wu/flatmapvuer/pull/48)
352
+ - UI improvements [`#46`](https://github.com/alan-wu/flatmapvuer/pull/46)
353
+ - Update flatmap viewer which include an update on callback. [`#45`](https://github.com/alan-wu/flatmapvuer/pull/45)
354
+ - Add an option to set the flatmap api endpoint. [`#44`](https://github.com/alan-wu/flatmapvuer/pull/44)
355
+ - Implement saving/getting state of flatmap [`#43`](https://github.com/alan-wu/flatmapvuer/pull/43)
356
+ - Update dependencies. [`#42`](https://github.com/alan-wu/flatmapvuer/pull/42)
357
+ - Export is now named. Version updated to 0.1.28. [`#41`](https://github.com/alan-wu/flatmapvuer/pull/41)
358
+ - Now built without bundling external node modules. [`#40`](https://github.com/alan-wu/flatmapvuer/pull/40)
359
+ - Documentation [`#38`](https://github.com/alan-wu/flatmapvuer/pull/38)
360
+ - Fix Display all checkbox problem with reset. [`#37`](https://github.com/alan-wu/flatmapvuer/pull/37)
361
+ - Version0.1.25 [`#36`](https://github.com/alan-wu/flatmapvuer/pull/36)
362
+ - Version0.1.24 [`#35`](https://github.com/alan-wu/flatmapvuer/pull/35)
363
+ - Version0.1.23 [`#34`](https://github.com/alan-wu/flatmapvuer/pull/34)
364
+ - Tooltip update [`#33`](https://github.com/alan-wu/flatmapvuer/pull/33)
365
+ - Versions.1.22 [`#32`](https://github.com/alan-wu/flatmapvuer/pull/32)
366
+ - Version0.1.21 [`#31`](https://github.com/alan-wu/flatmapvuer/pull/31)
367
+ - Bump version to 0.1.20. [`#30`](https://github.com/alan-wu/flatmapvuer/pull/30)
368
+ - Added Help hovers [`#28`](https://github.com/alan-wu/flatmapvuer/pull/28)
369
+ - Add a button to toggle the background colour. [`#29`](https://github.com/alan-wu/flatmapvuer/pull/29)
370
+ - Version0.1.19 [`#27`](https://github.com/alan-wu/flatmapvuer/pull/27)
371
+ - Version0.1.18 [`#26`](https://github.com/alan-wu/flatmapvuer/pull/26)
372
+ - Version0.1.17 [`#25`](https://github.com/alan-wu/flatmapvuer/pull/25)
373
+ - Version0.1.16 [`#24`](https://github.com/alan-wu/flatmapvuer/pull/24)
374
+ - Version0.1.15 [`#23`](https://github.com/alan-wu/flatmapvuer/pull/23)
375
+ - Bump flatmap viewer and this package version. [`#22`](https://github.com/alan-wu/flatmapvuer/pull/22)
376
+ - Version0.1.13 [`#21`](https://github.com/alan-wu/flatmapvuer/pull/21)
377
+ - Version0.1.12 [`#19`](https://github.com/alan-wu/flatmapvuer/pull/19)
378
+ - Update flatmap viewer to 0.9.10. [`#18`](https://github.com/alan-wu/flatmapvuer/pull/18)
379
+ - Viewe0.9.9 test [`#1`](https://github.com/alan-wu/flatmapvuer/pull/1)
380
+ - Add emit for when flatmap is changed [`#17`](https://github.com/alan-wu/flatmapvuer/pull/17)
381
+ - Updaet flatmapviewer. [`#16`](https://github.com/alan-wu/flatmapvuer/pull/16)
382
+ - Bump version and make some stylistic changes. [`#15`](https://github.com/alan-wu/flatmapvuer/pull/15)
383
+ - Bump flatmap version to 0.9.4 [`#14`](https://github.com/alan-wu/flatmapvuer/pull/14)
384
+ - Add the apis required to display a popup. [`#13`](https://github.com/alan-wu/flatmapvuer/pull/13)
385
+ - Add the ability to adjust species at startup. [`#12`](https://github.com/alan-wu/flatmapvuer/pull/12)
386
+ - Increment version number [`#11`](https://github.com/alan-wu/flatmapvuer/pull/11)
387
+ - Update map viewer to v0.9.3 [`#10`](https://github.com/alan-wu/flatmapvuer/pull/10)
388
+ - Flatmap viewer 0.9 release [`#9`](https://github.com/alan-wu/flatmapvuer/pull/9)
389
+ - Add a multiflatmapvuer. [`#8`](https://github.com/alan-wu/flatmapvuer/pull/8)
390
+ - Remove undefined label from returned labels list. [`#7`](https://github.com/alan-wu/flatmapvuer/pull/7)
391
+ - Add ready event, getLabels and stylistic changes. [`#6`](https://github.com/alan-wu/flatmapvuer/pull/6)
392
+ - Add label to payload. [`#5`](https://github.com/alan-wu/flatmapvuer/pull/5)
393
+ - Fix a critical bug. [`#4`](https://github.com/alan-wu/flatmapvuer/pull/4)
394
+ - Add README.md. [`#3`](https://github.com/alan-wu/flatmapvuer/pull/3)
395
+ - Use resizeSensor to detect resizing. [`#2`](https://github.com/alan-wu/flatmapvuer/pull/2)
396
+ - First revision of the vue component of flatmap viwer. [`#1`](https://github.com/alan-wu/flatmapvuer/pull/1)
397
+
398
+ ### Commits
399
+
400
+ - Increment version to 0.1.33. [`3202fa0`](https://github.com/alan-wu/flatmapvuer/commit/3202fa043c2e511994ce239e860c576dbaf155b9)
401
+ - Increment flatmapviewer to 1.0.3 which fixes cases of labels. [`7564d1d`](https://github.com/alan-wu/flatmapvuer/commit/7564d1dc5b431f9546f9ba90d10e3ed1d3f21060)
402
+ - Add more support for flatmap v0.9.2. [`b74b957`](https://github.com/alan-wu/flatmapvuer/commit/b74b957a4e3848f26e4bc0f97b1eed89a51bfe01)