@abi-software/flatmapvuer 0.5.2 → 0.5.4-fccb-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 +16 -1
- package/dist/flatmapvuer.common.js +5619 -861
- package/dist/flatmapvuer.common.js.map +1 -1
- package/dist/flatmapvuer.css +1 -1
- package/dist/flatmapvuer.umd.js +5619 -861
- package/dist/flatmapvuer.umd.js.map +1 -1
- package/dist/flatmapvuer.umd.min.js +2 -2
- package/dist/flatmapvuer.umd.min.js.map +1 -1
- package/package-lock.json +9 -9
- package/package.json +2 -2
- package/src/App.vue +2 -0
- package/src/components/FlatmapVuer.vue +110 -22
- package/src/components/SelectionsGroup.vue +2 -1
- package/src/components/Tooltip.vue +21 -4
- package/src/components/TreeControls.vue +232 -0
- package/src/services/flatmapQueries.js +45 -21
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
9
9
|
|
|
10
|
-
## [v0.5.
|
|
10
|
+
## [v0.5.4](https://github.com/alan-wu/flatmapvuer/compare/v0.5.3...v0.5.4)
|
|
11
|
+
|
|
12
|
+
## [v0.5.3](https://github.com/alan-wu/flatmapvuer/compare/v0.5.2...v0.5.3) - 2023-07-04
|
|
13
|
+
|
|
14
|
+
### Merged
|
|
15
|
+
|
|
16
|
+
- Couple of pop up fixes and remove an unused argument. [`#112`](https://github.com/alan-wu/flatmapvuer/pull/112)
|
|
17
|
+
- Remove unused request [`#111`](https://github.com/alan-wu/flatmapvuer/pull/111)
|
|
18
|
+
|
|
19
|
+
### Commits
|
|
20
|
+
|
|
21
|
+
- Fix a couple of display issue with tooltip. [`196e1a8`](https://github.com/alan-wu/flatmapvuer/commit/196e1a89bd369d4297252e7e23edbc5ad80435f1)
|
|
22
|
+
- Remove unused variable. [`521828d`](https://github.com/alan-wu/flatmapvuer/commit/521828dd0ae43e23078d264793ee40f2bf9ee5a8)
|
|
23
|
+
- Fix uberon map for connectivity not being saved as a variable [`643690e`](https://github.com/alan-wu/flatmapvuer/commit/643690efc58934b8028bda592149179339ed7b9b)
|
|
24
|
+
|
|
25
|
+
## [v0.5.2](https://github.com/alan-wu/flatmapvuer/compare/v0.5.1...v0.5.2) - 2023-06-15
|
|
11
26
|
|
|
12
27
|
### Commits
|
|
13
28
|
|