Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Version bump + update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Feb 27, 2020
1 parent ed9baac commit 7fd2fbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neomap",
"version": "0.3.1",
"version": "0.4.0",
"author": "Estelle Scifo",
"private": false,
"neo4jDesktop": {
Expand Down
14 changes: 8 additions & 6 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# neomap release notes

## 0.4.0 (WIP)

- Add "Save As" and "Open" basic functionality
- Change marker tooltips to popup (so that one can copy/paste the content)
- Introduction of a "Polyline" rendering. So far, only supports single polyline.
- Added support for [neo4j-spatial plugin](https://github.com/neo4j-contrib/spatial) SimplePoint layers (#5)
## 0.4.0 (2020-02-27)

- Performance improvements for map display (#32)
- Use a color picker to choose marker color in the full palette (#11)
- Change marker tooltips to popup (so that one can copy/paste the content) and icon markers to circle markers
- Introduction of a "Polyline" rendering. So far, only supports single polyline (beta)
- Added support for [neo4j-spatial plugin](https://github.com/neo4j-contrib/spatial) SimplePoint layers (#5) (beta)
- Add "Save As" and "Open" basic functionality (beta)
- Bug fix: enforce tooltip is a string (fix rendering issue in some weird cases)
- Fix CI on GitHub
- Code refactoring by introducing a neo4jService to isolate the DB queries
Expand Down

0 comments on commit 7fd2fbe

Please sign in to comment.