@abi-software/map-side-bar 1.3.38 → 1.3.39-beta.0
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.
- package/CHANGELOG.md +195 -0
- package/dist/map-side-bar.common.js +1739 -1083
- package/dist/map-side-bar.common.js.map +1 -1
- package/dist/map-side-bar.css +1 -1
- package/dist/map-side-bar.umd.js +1739 -1083
- package/dist/map-side-bar.umd.js.map +1 -1
- package/dist/map-side-bar.umd.min.js +3 -1
- package/dist/map-side-bar.umd.min.js.map +1 -1
- package/package-lock.json +5359 -4920
- package/package.json +11 -5
- package/src/components/ImageGallery.vue +10 -3
- package/vue.config.js +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,195 @@
|
|
|
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
|
+
## [v1.3.39-beta.0](https://github.com/alan-wu/map-sidebar/compare/v1.3.38...v1.3.39-beta.0)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Update vue to 2.7.14 [`#57`](https://github.com/alan-wu/map-sidebar/pull/57)
|
|
15
|
+
- Fix an issue with JSON parse on plotAnnotation. [`#58`](https://github.com/alan-wu/map-sidebar/pull/58)
|
|
16
|
+
- Support scss. [`#56`](https://github.com/alan-wu/map-sidebar/pull/56)
|
|
17
|
+
|
|
18
|
+
### Commits
|
|
19
|
+
|
|
20
|
+
- Add autochangelog to release command. [`c57a6a0`](https://github.com/alan-wu/map-sidebar/commit/c57a6a020c4d3582e2e784e7b808286b22cdeedc)
|
|
21
|
+
- Add new commands for version release. [`fc0e579`](https://github.com/alan-wu/map-sidebar/commit/fc0e579517a4cf83dee3f5aa1201c7369d2bc53a)
|
|
22
|
+
- Downgrade version. [`8f55e01`](https://github.com/alan-wu/map-sidebar/commit/8f55e01f95e05bf11bdf2c8f8c4746f8e81bac93)
|
|
23
|
+
|
|
24
|
+
## [v1.3.38](https://github.com/alan-wu/map-sidebar/compare/v1.3.37...v1.3.38) - 2023-04-10
|
|
25
|
+
|
|
26
|
+
### Commits
|
|
27
|
+
|
|
28
|
+
- Replace css with scss. [`5970c81`](https://github.com/alan-wu/map-sidebar/commit/5970c818d705adf468e8bd62c6713fb886a74fa1)
|
|
29
|
+
- Update to use the latest gallery which supports scss. [`1ec6529`](https://github.com/alan-wu/map-sidebar/commit/1ec652935bbd88797f1e46777e217e7a10c1788f)
|
|
30
|
+
|
|
31
|
+
## [v1.3.37](https://github.com/alan-wu/map-sidebar/compare/v1.3.36...v1.3.37) - 2023-04-10
|
|
32
|
+
|
|
33
|
+
### Commits
|
|
34
|
+
|
|
35
|
+
- Version 1.3.37 release. [`17c88e6`](https://github.com/alan-wu/map-sidebar/commit/17c88e6fbbfd9ad7bdd589290fdf84fd28f2fbf9)
|
|
36
|
+
|
|
37
|
+
## [v1.3.36](https://github.com/alan-wu/map-sidebar/compare/v1.3.34...v1.3.36) - 2023-03-23
|
|
38
|
+
|
|
39
|
+
### Merged
|
|
40
|
+
|
|
41
|
+
- Support S3 bucket for all related resources [`#55`](https://github.com/alan-wu/map-sidebar/pull/55)
|
|
42
|
+
- Sidebar feedback sprint 27 [`#54`](https://github.com/alan-wu/map-sidebar/pull/54)
|
|
43
|
+
- Refactoring [`#53`](https://github.com/alan-wu/map-sidebar/pull/53)
|
|
44
|
+
|
|
45
|
+
### Commits
|
|
46
|
+
|
|
47
|
+
- Add a mixin for getting s3 information. Support s3 bucket with context card. [`7c9617d`](https://github.com/alan-wu/map-sidebar/commit/7c9617deae781987eab584d8cae08fbdf5044465)
|
|
48
|
+
- Switch to using algolia 'type' facet [`861ee60`](https://github.com/alan-wu/map-sidebar/commit/861ee600e43ef9f371a671a257182dd8c6473e69)
|
|
49
|
+
- Add s3 bucket information [`dc139dd`](https://github.com/alan-wu/map-sidebar/commit/dc139ddb685b4c2f1a40826ce8170e9baff6ffe0)
|
|
50
|
+
|
|
51
|
+
## [v1.3.34](https://github.com/alan-wu/map-sidebar/compare/v1.3.33...v1.3.34) - 2023-02-02
|
|
52
|
+
|
|
53
|
+
### Merged
|
|
54
|
+
|
|
55
|
+
- Fix a bug caused by retracted datasets. [`#52`](https://github.com/alan-wu/map-sidebar/pull/52)
|
|
56
|
+
|
|
57
|
+
### Commits
|
|
58
|
+
|
|
59
|
+
- Remove unused variables and make sure search is performed correctly when the app is mounted. [`bcc1ec1`](https://github.com/alan-wu/map-sidebar/commit/bcc1ec1e89a9ff1ab012b07f2a22f48c0365ac2d)
|
|
60
|
+
- increment version to 1.3.34. [`b0126a1`](https://github.com/alan-wu/map-sidebar/commit/b0126a1a30a35c0caa6ec8bc5a460f18ec273663)
|
|
61
|
+
- Update .gitignore [`89cfe13`](https://github.com/alan-wu/map-sidebar/commit/89cfe1341627f151f29a227768377d37a8eec9fa)
|
|
62
|
+
|
|
63
|
+
## [v1.3.33](https://github.com/alan-wu/map-sidebar/compare/v1.3.18...v1.3.33) - 2022-12-15
|
|
64
|
+
|
|
65
|
+
### Merged
|
|
66
|
+
|
|
67
|
+
- Change Biolucida Images badge to Images and add a Dataset badge. [`#51`](https://github.com/alan-wu/map-sidebar/pull/51)
|
|
68
|
+
- Tab color change [`#50`](https://github.com/alan-wu/map-sidebar/pull/50)
|
|
69
|
+
- Switch to using markdown and checking for XSS [`#48`](https://github.com/alan-wu/map-sidebar/pull/48)
|
|
70
|
+
- remove hardcoded root url [`#46`](https://github.com/alan-wu/map-sidebar/pull/46)
|
|
71
|
+
- Context card source fix [`#45`](https://github.com/alan-wu/map-sidebar/pull/45)
|
|
72
|
+
- Fix a bug causing filters are not set when the cascader is yet ready. [`#44`](https://github.com/alan-wu/map-sidebar/pull/44)
|
|
73
|
+
|
|
74
|
+
### Commits
|
|
75
|
+
|
|
76
|
+
- Switch to using js-xss for sanatization [`f2ee30e`](https://github.com/alan-wu/map-sidebar/commit/f2ee30e338bfc626c6262dde244e8fe2f0d47a6c)
|
|
77
|
+
- Add sidebar data input formatting to the readme [`3006ec0`](https://github.com/alan-wu/map-sidebar/commit/3006ec020e4b11432d9d79a1acbca6db59c19ebd)
|
|
78
|
+
- Create link to the datasetsDetails filePath page [`3af21cb`](https://github.com/alan-wu/map-sidebar/commit/3af21cb457b71a63048d863b2ad70f3bfe04dcf7)
|
|
79
|
+
|
|
80
|
+
## [v1.3.18](https://github.com/alan-wu/map-sidebar/compare/v1.3.1...v1.3.18) - 2022-07-22
|
|
81
|
+
|
|
82
|
+
### Merged
|
|
83
|
+
|
|
84
|
+
- Facets check [`#43`](https://github.com/alan-wu/map-sidebar/pull/43)
|
|
85
|
+
- Remove unused hardcoded keywords [`#42`](https://github.com/alan-wu/map-sidebar/pull/42)
|
|
86
|
+
- Fix css error, add comments [`#41`](https://github.com/alan-wu/map-sidebar/pull/41)
|
|
87
|
+
- Keyword search [`#40`](https://github.com/alan-wu/map-sidebar/pull/40)
|
|
88
|
+
- Keyword search typo fixes [`#39`](https://github.com/alan-wu/map-sidebar/pull/39)
|
|
89
|
+
- Add keyword search [`#38`](https://github.com/alan-wu/map-sidebar/pull/38)
|
|
90
|
+
- Add scrollbar for content overflow on context card [`#37`](https://github.com/alan-wu/map-sidebar/pull/37)
|
|
91
|
+
- Dynamic components [`#36`](https://github.com/alan-wu/map-sidebar/pull/36)
|
|
92
|
+
|
|
93
|
+
### Commits
|
|
94
|
+
|
|
95
|
+
- Remove markerLevels.js (not needed) [`bd76e9a`](https://github.com/alan-wu/map-sidebar/commit/bd76e9aabf01adc09bb1cf77ed33c7c3094a750c)
|
|
96
|
+
- Add missing file [`4e98a6e`](https://github.com/alan-wu/map-sidebar/commit/4e98a6ecb62b5ded440d27c3b9213aa304b6bb2b)
|
|
97
|
+
- Add anatomy to the keywords, reformat document [`0f8e867`](https://github.com/alan-wu/map-sidebar/commit/0f8e867a932d74378c07702746656cbc06eaebf5)
|
|
98
|
+
|
|
99
|
+
## [v1.3.1](https://github.com/alan-wu/map-sidebar/compare/v1.3.0...v1.3.1) - 2022-06-09
|
|
100
|
+
|
|
101
|
+
### Merged
|
|
102
|
+
|
|
103
|
+
- Fix for context card banners [`#35`](https://github.com/alan-wu/map-sidebar/pull/35)
|
|
104
|
+
|
|
105
|
+
### Commits
|
|
106
|
+
|
|
107
|
+
- Update gallery. [`06241ae`](https://github.com/alan-wu/map-sidebar/commit/06241aec4646306d534c9bb3b7faa71720f82217)
|
|
108
|
+
- Fix incorrect view url on the context card. [`637d5e0`](https://github.com/alan-wu/map-sidebar/commit/637d5e0d2bfc58ea2dda4c5bc3b68b75f2b8e522)
|
|
109
|
+
- Set a height for dataset card to avoid resizing. [`35b8fc7`](https://github.com/alan-wu/map-sidebar/commit/35b8fc741d49d5f9d5d4ef2e0ac8219d9051769b)
|
|
110
|
+
|
|
111
|
+
## [v1.3.0](https://github.com/alan-wu/map-sidebar/compare/v1.2.0-beta.11...v1.3.0) - 2022-05-27
|
|
112
|
+
|
|
113
|
+
### Merged
|
|
114
|
+
|
|
115
|
+
- Image gallery on sidebar [`#34`](https://github.com/alan-wu/map-sidebar/pull/34)
|
|
116
|
+
|
|
117
|
+
### Commits
|
|
118
|
+
|
|
119
|
+
- Increment version to 1.3.0 [`415916c`](https://github.com/alan-wu/map-sidebar/commit/415916c5ddf0257df5a9b447cf2a37050d2d2765)
|
|
120
|
+
- Set maximum number of downloads in paralle. [`f0d88f4`](https://github.com/alan-wu/map-sidebar/commit/f0d88f413cfbc1aadf4a2c77e3a580efb2ae758b)
|
|
121
|
+
- Support parallel cards loading. Add missing contextual information. [`feb9140`](https://github.com/alan-wu/map-sidebar/commit/feb91406da756ea4b979126ed96b8d84f5b73a7d)
|
|
122
|
+
|
|
123
|
+
## [v1.2.0-beta.11](https://github.com/alan-wu/map-sidebar/compare/v1.2.0-beta.10...v1.2.0-beta.11) - 2022-05-23
|
|
124
|
+
|
|
125
|
+
### Commits
|
|
126
|
+
|
|
127
|
+
- Update to gallery 0.3.0-beta.5 [`76f64a1`](https://github.com/alan-wu/map-sidebar/commit/76f64a1737072e370e659d7219fad6988728179d)
|
|
128
|
+
|
|
129
|
+
## [v1.2.0-beta.10](https://github.com/alan-wu/map-sidebar/compare/1.1.3-fix-0...v1.2.0-beta.10) - 2022-05-18
|
|
130
|
+
|
|
131
|
+
### Merged
|
|
132
|
+
|
|
133
|
+
- Updated the way to detect a simulation dataset [`#33`](https://github.com/alan-wu/map-sidebar/pull/33)
|
|
134
|
+
- Fix package number being out of date [`#32`](https://github.com/alan-wu/map-sidebar/pull/32)
|
|
135
|
+
- Now populate cards from algolia, then add scicrunch data [`#31`](https://github.com/alan-wu/map-sidebar/pull/31)
|
|
136
|
+
- Contex cards via scicrunch [`#30`](https://github.com/alan-wu/map-sidebar/pull/30)
|
|
137
|
+
- Add hardcoded data and ability to display samples: [`#29`](https://github.com/alan-wu/map-sidebar/pull/29)
|
|
138
|
+
- Contex cards via scicrunch - finishing touches [`#28`](https://github.com/alan-wu/map-sidebar/pull/28)
|
|
139
|
+
- Context cards via scicrunch [`#27`](https://github.com/alan-wu/map-sidebar/pull/27)
|
|
140
|
+
- Fix facets not being passed in emit [`#26`](https://github.com/alan-wu/map-sidebar/pull/26)
|
|
141
|
+
- Fix an issue the auto merge caused [`#25`](https://github.com/alan-wu/map-sidebar/pull/25)
|
|
142
|
+
- Switch to using dois for finding datasets as opposed to discover ids [`#24`](https://github.com/alan-wu/map-sidebar/pull/24)
|
|
143
|
+
- Use the latest version of svg which fix a problem with icons on sparc-app. [`#23`](https://github.com/alan-wu/map-sidebar/pull/23)
|
|
144
|
+
- Algolia search [`#22`](https://github.com/alan-wu/map-sidebar/pull/22)
|
|
145
|
+
- Fix sample size text. [`#21`](https://github.com/alan-wu/map-sidebar/pull/21)
|
|
146
|
+
- Fix facet not set correctly with open search [`#20`](https://github.com/alan-wu/map-sidebar/pull/20)
|
|
147
|
+
|
|
148
|
+
### Commits
|
|
149
|
+
|
|
150
|
+
- Initial supports for image gallery. [`1a178bd`](https://github.com/alan-wu/map-sidebar/commit/1a178bd86c64b378bd8dbf25574aaa02efe97acf)
|
|
151
|
+
- Initial commit of gallery. [`4f9e96a`](https://github.com/alan-wu/map-sidebar/commit/4f9e96a586a3f1e760331b5c35442552eb2d75bd)
|
|
152
|
+
- Add badges buttons for image gallery filtering. [`a3c2958`](https://github.com/alan-wu/map-sidebar/commit/a3c29580871ff3355ef8897b3e9b4f7b04ae6143)
|
|
153
|
+
|
|
154
|
+
## [1.1.3-fix-0](https://github.com/alan-wu/map-sidebar/compare/1.0.12...1.1.3-fix-0) - 2022-01-28
|
|
155
|
+
|
|
156
|
+
### Merged
|
|
157
|
+
|
|
158
|
+
- Integrated features [`#19`](https://github.com/alan-wu/map-sidebar/pull/19)
|
|
159
|
+
- Add published year [`#6`](https://github.com/alan-wu/map-sidebar/pull/6)
|
|
160
|
+
- Remove setinterval, use cascader callback [`#4`](https://github.com/alan-wu/map-sidebar/pull/4)
|
|
161
|
+
- Make labels in sidebar cascader clickable [`#3`](https://github.com/alan-wu/map-sidebar/pull/3)
|
|
162
|
+
|
|
163
|
+
### Commits
|
|
164
|
+
|
|
165
|
+
- Updated package-lock.json. [`6cc7a9c`](https://github.com/alan-wu/map-sidebar/commit/6cc7a9cd7092ece505585979fb807ee552597290)
|
|
166
|
+
- Merged in simulation branch changes. [`dfb6245`](https://github.com/alan-wu/map-sidebar/commit/dfb6245221cb0d0d93a980703f173077975f7506)
|
|
167
|
+
- Updates to package-lock.json. [`e401cfc`](https://github.com/alan-wu/map-sidebar/commit/e401cfc3718cf3db65608feb5763fc497fb396ca)
|
|
168
|
+
|
|
169
|
+
## 1.0.12 - 2021-07-15
|
|
170
|
+
|
|
171
|
+
### Merged
|
|
172
|
+
|
|
173
|
+
- Filters and other fixes [`#18`](https://github.com/alan-wu/map-sidebar/pull/18)
|
|
174
|
+
- Emit event [`#17`](https://github.com/alan-wu/map-sidebar/pull/17)
|
|
175
|
+
- Add check for organ labels [`#15`](https://github.com/alan-wu/map-sidebar/pull/15)
|
|
176
|
+
- Add neuron search [`#14`](https://github.com/alan-wu/map-sidebar/pull/14)
|
|
177
|
+
- Tehsurfer add neuron search [`#1`](https://github.com/alan-wu/map-sidebar/pull/1)
|
|
178
|
+
- Fix label 'Genotype' being wrong [`#13`](https://github.com/alan-wu/map-sidebar/pull/13)
|
|
179
|
+
- Fix a bug when there is less than 2 contributors. [`#11`](https://github.com/alan-wu/map-sidebar/pull/11)
|
|
180
|
+
- Change endpoint to pennsieve. [`#10`](https://github.com/alan-wu/map-sidebar/pull/10)
|
|
181
|
+
- Fix sidebar not searching on load [`#9`](https://github.com/alan-wu/map-sidebar/pull/9)
|
|
182
|
+
- Give the mockup label more meaningful name. [`#8`](https://github.com/alan-wu/map-sidebar/pull/8)
|
|
183
|
+
- small clean up [`#7`](https://github.com/alan-wu/map-sidebar/pull/7)
|
|
184
|
+
- Fix search displaying result from previous search input. [`#5`](https://github.com/alan-wu/map-sidebar/pull/5)
|
|
185
|
+
- Fix sizing with information card [`#4`](https://github.com/alan-wu/map-sidebar/pull/4)
|
|
186
|
+
- Fix images and css breaking mapintegratedvuer [`#3`](https://github.com/alan-wu/map-sidebar/pull/3)
|
|
187
|
+
- Merge in upstream changes. [`#1`](https://github.com/alan-wu/map-sidebar/pull/1)
|
|
188
|
+
- Added tabs and context cards to sidebar [`#2`](https://github.com/alan-wu/map-sidebar/pull/2)
|
|
189
|
+
- Tidy up for releases. [`#1`](https://github.com/alan-wu/map-sidebar/pull/1)
|
|
190
|
+
|
|
191
|
+
### Commits
|
|
192
|
+
|
|
193
|
+
- Create map-sidebar repo [`ce887ae`](https://github.com/alan-wu/map-sidebar/commit/ce887aec6cef1cc7ee4786117624c8f143ee4411)
|
|
194
|
+
- Change version to 1.0.0. [`a431eed`](https://github.com/alan-wu/map-sidebar/commit/a431eede106aa604be063ab3c71c8382d5b04757)
|
|
195
|
+
- Clean up and small improvements. [`98d19cd`](https://github.com/alan-wu/map-sidebar/commit/98d19cdb59476b0d7ceb3e725ef14d18b61e67ca)
|