diff --git a/CHANGELOG.md b/CHANGELOG.md index 97394c40..65c486d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 40255eed..c24312fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/flatmapvuer", - "version": "1.3.2-beta.2", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/flatmapvuer", - "version": "1.3.2-beta.2", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmap-viewer": "2.9.5", diff --git a/package.json b/package.json index db5c103d..fc7ffee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/flatmapvuer", - "version": "1.3.2-beta.2", + "version": "1.4.0", "license": "Apache-2.0", "files": [ "dist/*",