Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jan 7, 2025
1 parent b82746b commit d6c5200
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,33 @@ 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.6.1](https://github.com/alan-wu/flatmapvuer/compare/v1.6.0...v1.6.1)
## [v1.7.0](https://github.com/alan-wu/flatmapvuer/compare/v1.6.2...v1.7.0)

### Merged

- Disable zoom on connectivity highlight [`#217`](https://github.com/alan-wu/flatmapvuer/pull/217)
- Refactor the display of evidence for SCKAN connectivity [`#221`](https://github.com/alan-wu/flatmapvuer/pull/221)
- More annotation tool update [`#216`](https://github.com/alan-wu/flatmapvuer/pull/216)
- Replace Rat (NPO) with Human male for testing [`#222`](https://github.com/alan-wu/flatmapvuer/pull/222)
- Fix CORS errors for searching multiple PubMed IDs [`#220`](https://github.com/alan-wu/flatmapvuer/pull/220)
- Fix an issue with undefined label with searchAndShowResult. [`#219`](https://github.com/alan-wu/flatmapvuer/pull/219)
- Hide left drawer when there is no filter and legend. [`#215`](https://github.com/alan-wu/flatmapvuer/pull/215)
- Use a single map manager for different flatmap instances [`#213`](https://github.com/alan-wu/flatmapvuer/pull/213)

### Commits

- Update map-utilities [`b82746b`](https://github.com/alan-wu/flatmapvuer/commit/b82746b155ce269766d2a5c2f23649b0466445ea)
- Fix a bug. [`380abca`](https://github.com/alan-wu/flatmapvuer/commit/380abca550df06d02eb2a8f857db7e450ce1dfef)
- Resolve conflicts. [`cc18808`](https://github.com/alan-wu/flatmapvuer/commit/cc188081bff2678a6d0c8217112c64d5d195559f)

## [v1.6.2](https://github.com/alan-wu/flatmapvuer/compare/v1.6.1...v1.6.2) - 2024-12-17

### Commits

- Update flatmap-viewer. [`b60a666`](https://github.com/alan-wu/flatmapvuer/commit/b60a66603b441432e89fcd6f581b368593ce63dd)
- Resolve dependencies warning. [`bf9da38`](https://github.com/alan-wu/flatmapvuer/commit/bf9da38019074487691116a31551918fa8a5272a)

## [v1.6.1](https://github.com/alan-wu/flatmapvuer/compare/v1.6.0...v1.6.1) - 2024-11-25

### Merged

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.6.2-beta.5",
"version": "1.7.0",
"license": "Apache-2.0",
"files": [
"dist/*",
Expand Down

0 comments on commit d6c5200

Please sign in to comment.