@abi-software/scaffoldvuer 0.3.2-beta.1 → 0.3.2
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 +18 -34
- package/dist/scaffoldvuer-wc.common.js +41 -41
- package/dist/scaffoldvuer-wc.umd.js +41 -41
- package/dist/scaffoldvuer-wc.umd.min.js +41 -41
- package/dist/scaffoldvuer.common.js +6 -6
- package/dist/scaffoldvuer.umd.js +6 -6
- package/package-lock.json +80 -32
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,19 @@ 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.3.
|
|
10
|
+
## [v0.3.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.3.1...v0.3.2)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Annotation UI [`#120`](https://github.com/alan-wu/scaffoldvuer/pull/120)
|
|
15
|
+
|
|
16
|
+
### Commits
|
|
17
|
+
|
|
18
|
+
- Update to the latest flatmapvuer and annotation tool. [`aaae18e`](https://github.com/alan-wu/scaffoldvuer/commit/aaae18e138988efe5ed4c472d44f340bbadba342)
|
|
19
|
+
- Add annotation UI to scaffoldvuer. [`75f9f9a`](https://github.com/alan-wu/scaffoldvuer/commit/75f9f9ad7bae80568ec2ea8edf92eb5e3805bb3a)
|
|
20
|
+
- Update to latest version of flatmapvuer. [`b4258e4`](https://github.com/alan-wu/scaffoldvuer/commit/b4258e44f9064101e35f24f6daea5a9298214b08)
|
|
21
|
+
|
|
22
|
+
## [v0.3.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.3.0...v0.3.1) - 2023-09-25
|
|
11
23
|
|
|
12
24
|
### Merged
|
|
13
25
|
|
|
@@ -35,53 +47,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
35
47
|
- Add prop to take in markers, update on that prop [`ed903e1`](https://github.com/alan-wu/scaffoldvuer/commit/ed903e128323d2cf226f22112315cb985fbed40f)
|
|
36
48
|
- Update package-lock.json. [`e050f08`](https://github.com/alan-wu/scaffoldvuer/commit/e050f086c6bcb9a7bb3b7edce3d9358247203da3)
|
|
37
49
|
|
|
38
|
-
## [v0.2.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.
|
|
50
|
+
## [v0.2.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1...v0.2.2) - 2023-07-18
|
|
39
51
|
|
|
40
52
|
### Merged
|
|
41
53
|
|
|
42
54
|
- Add a new optional open map menu [`#113`](https://github.com/alan-wu/scaffoldvuer/pull/113)
|
|
43
|
-
|
|
44
|
-
## [v0.2.2-beta.2](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.1...v0.2.2-beta.2) - 2023-07-12
|
|
45
|
-
|
|
46
|
-
### Commits
|
|
47
|
-
|
|
48
|
-
- Support single and multiple term searches. [`e874126`](https://github.com/alan-wu/scaffoldvuer/commit/e874126859685929656a9e593b5ba4c0b74ebb30)
|
|
49
|
-
- Fix a typo. [`bf94cd3`](https://github.com/alan-wu/scaffoldvuer/commit/bf94cd392e1b3b8ace625b17d277357ec1fda004)
|
|
50
|
-
|
|
51
|
-
## [v0.2.2-beta.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.2-beta.0...v0.2.2-beta.1) - 2023-07-11
|
|
52
|
-
|
|
53
|
-
### Commits
|
|
54
|
-
|
|
55
|
-
- Open map options are now a prop. [`9e59f2a`](https://github.com/alan-wu/scaffoldvuer/commit/9e59f2a60d9cba2c558d7e0433bf5d31066eba6c)
|
|
56
|
-
|
|
57
|
-
## [v0.2.2-beta.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1...v0.2.2-beta.0) - 2023-07-11
|
|
58
|
-
|
|
59
|
-
### Merged
|
|
60
|
-
|
|
61
55
|
- Add a loading wheel on the region tree until the model is fully loaded. [`#112`](https://github.com/alan-wu/scaffoldvuer/pull/112)
|
|
62
56
|
|
|
63
57
|
### Commits
|
|
64
58
|
|
|
65
59
|
- Add open map UI. [`e2d6e99`](https://github.com/alan-wu/scaffoldvuer/commit/e2d6e99828829e9a3e15c6b4aeef618103795a04)
|
|
66
|
-
-
|
|
67
|
-
|
|
68
|
-
## [v0.2.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.1-beta.1...v0.2.1) - 2023-06-22
|
|
69
|
-
|
|
70
|
-
### Commits
|
|
71
|
-
|
|
72
|
-
- Update zincjs to 1.0.16 which calculate rect on mouse enter event. [`939f3cd`](https://github.com/alan-wu/scaffoldvuer/commit/939f3cd038887f3382dae374ba2a2e77c63855a1)
|
|
73
|
-
- Hide arrow from tooltip. [`8092e40`](https://github.com/alan-wu/scaffoldvuer/commit/8092e40779474f764b07258c3b0ffe5f94c13714)
|
|
60
|
+
- Open map options are now a prop. [`9e59f2a`](https://github.com/alan-wu/scaffoldvuer/commit/9e59f2a60d9cba2c558d7e0433bf5d31066eba6c)
|
|
61
|
+
- Support single and multiple term searches. [`e874126`](https://github.com/alan-wu/scaffoldvuer/commit/e874126859685929656a9e593b5ba4c0b74ebb30)
|
|
74
62
|
|
|
75
|
-
## [v0.2.1
|
|
63
|
+
## [v0.2.1](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.0...v0.2.1) - 2023-06-22
|
|
76
64
|
|
|
77
65
|
### Commits
|
|
78
66
|
|
|
79
67
|
- Revert changes in dependencies. [`65a6e57`](https://github.com/alan-wu/scaffoldvuer/commit/65a6e57d663c075804194f3fd2142dae850dea43)
|
|
80
|
-
|
|
81
|
-
## [v0.2.1-beta.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.2.0...v0.2.1-beta.0) - 2023-06-13
|
|
82
|
-
|
|
83
|
-
### Commits
|
|
84
|
-
|
|
68
|
+
- Update zincjs to 1.0.16 which calculate rect on mouse enter event. [`939f3cd`](https://github.com/alan-wu/scaffoldvuer/commit/939f3cd038887f3382dae374ba2a2e77c63855a1)
|
|
85
69
|
- Udpate dependencies. [`f014e14`](https://github.com/alan-wu/scaffoldvuer/commit/f014e147e563ae974f6ed0d508a978d2f7b8f78b)
|
|
86
70
|
|
|
87
71
|
## [v0.2.0](https://github.com/alan-wu/scaffoldvuer/compare/v0.1.62...v0.2.0) - 2023-06-12
|