Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Aug 15, 2024
1 parent 6bf41fd commit ffddd7c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.3.1](https://github.com/alan-wu/flatmapvuer/compare/v1.3.0...v1.3.1)
## [v1.4.0](https://github.com/alan-wu/flatmapvuer/compare/v1.3.2...v1.4.0)

### Merged

- Add species legend to the FC map [`#186`](https://github.com/alan-wu/flatmapvuer/pull/186)
- Fix beta tooltip index [`#185`](https://github.com/alan-wu/flatmapvuer/pull/185)
- Map annotation shortcut [`#183`](https://github.com/alan-wu/flatmapvuer/pull/183)
- Fix missing features alert [`#182`](https://github.com/alan-wu/flatmapvuer/pull/182)
- Replace global variable with markRaw [`#181`](https://github.com/alan-wu/flatmapvuer/pull/181)

### Commits

- Modify code to provide change viewing mode api [`adca34e`](https://github.com/alan-wu/flatmapvuer/commit/adca34e4c114b04013a22363e1bd201d5df69b84)
- Update to the latest packages. [`6bf41fd`](https://github.com/alan-wu/flatmapvuer/commit/6bf41fd2e69bfb38397b3f005c6a9e168472fc62)
- Beta release v1.3.2-beta.2 [`883760f`](https://github.com/alan-wu/flatmapvuer/commit/883760f8d35b004c74e250de16ae72f72106237f)

## [v1.3.2](https://github.com/alan-wu/flatmapvuer/compare/v1.3.1...v1.3.2) - 2024-07-22

### Merged

- Release v-1.3.2 [`#180`](https://github.com/alan-wu/flatmapvuer/pull/180)
- Hide connectivity info for empty tooltip data [`#179`](https://github.com/alan-wu/flatmapvuer/pull/179)

### Commits

- Fix empty tooltip checking function [`54a8498`](https://github.com/alan-wu/flatmapvuer/commit/54a8498c043434effd997d17ebdfd62ae087e7a6)
- Update to beta version 1.3.2-beta.1 [`5476730`](https://github.com/alan-wu/flatmapvuer/commit/5476730548f78a9a078270ebe8610f6f91daadc5)
- Rename function to be more meaningful [`aa370f8`](https://github.com/alan-wu/flatmapvuer/commit/aa370f8cac39746e22270a7505969789915738fd)

## [v1.3.1](https://github.com/alan-wu/flatmapvuer/compare/v1.3.0...v1.3.1) - 2024-07-10

### Commits

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/flatmapvuer",
"version": "1.3.2-beta.2",
"version": "1.4.0",
"license": "Apache-2.0",
"files": [
"dist/*",
Expand Down

0 comments on commit ffddd7c

Please sign in to comment.