|
1 |
| -## NeoDash 2.3.0 |
2 |
| -NeoDash 2.3 is out! This release brings a brand new look-and-feel, improved speed for large dashboards, and a new extension for querying Neo4j with natural language (using LLMs). |
| 1 | +## NeoDash 2.3.1 |
| 2 | +What's new in NeoDash 2.3.1? A few bug fixes, improvement of natural language queries with support of Azure Open AI V1 and parameters, Graph Vizualization relationship styling and more below! |
3 | 3 |
|
4 |
| -Highlights: |
5 |
| -- Write **[Natural Language Queries](https://neo4j.com/labs/neodash/2.3/user-guide/extensions/natural-language-queries/)** and use OpenAI to generate Cypher queries for your visualizations. (OpenAI API key required) |
6 |
| -- UI updated to use the **[Neo4j Design Language](https://www.neo4j.design/)**, giving NeoDash a similar look-and-feel to other Neo4j tools. |
7 |
| -- Customize branding, colors dynamically with a new [Style Configuration File](https://neo4j.com/labs/neodash/2.3/developer-guide/style-configuration). |
8 |
| - |
9 |
| -Other changes: |
10 |
| -- Fixed issues with date picker / free-text parameter sometimes not initializing. |
11 |
| -- Improved documentation by fixing broken links, and adding more details around complex concepts. |
12 |
| -- **Pro Extensions have evolved to open Expert Extensions.** |
13 |
| -- Fixed issue where deep-linked parameters were not set from the URL. |
14 |
| -- Added option to specify absolute width for table columns (in pixels or as percentages). |
15 |
| -- Fixed map charts to auto-cluster markers when they collide, or are too close together. |
16 |
| -- ... and dozens of other improvements! |
| 4 | +- Natural language queries |
| 5 | + - **Support of Azure Open AI V1** ([@BennuFire](https://github.com/bennufire), [#515](https://github.com/neo4j-labs/neodash/pull/515)) |
| 6 | + - Support parameters on natural language queries ([@BennuFire](https://github.com/bennufire), [#514](https://github.com/neo4j-labs/neodash/pull/514)) |
17 | 7 |
|
| 8 | +- Graph Visualization |
| 9 | + - Added styling rules for relationship color ([@brahmprakashMishra](https://github.com/brahmprakashMishra) [@BennuFire](https://github.com/bennufire), [#537](https://github.com/neo4j-labs/neodash/pull/537)) |
18 | 10 |
|
| 11 | +- Table Chart |
| 12 | + - Update TableChart to use first returned row values as titles when transposed ([@bastienhubert](https://github.com/bastienhubert), [#513](https://github.com/neo4j-labs/neodash/pull/513)) |
| 13 | + - Fix falsy boolean display on table ([@bastienhubert](https://github.com/bastienhubert), [#536](https://github.com/neo4j-labs/neodash/pull/536)) |
19 | 14 |
|
20 |
| -Contributors to this release: |
21 |
| -- [Alfredo Rubin](https://github.com/alfredorubin96) |
22 |
| -- [Harold Agudelo](https://github.com/BennuFire) |
23 |
| -- [Aleksandar Simeunovic](https://github.com/AleSim94) |
24 |
| -- [Marius Conjeaud](https://github.com/mariusconjeaud) |
25 |
| -- [Brahm Prakash Mishra](https://github.com/brahmprakashMishra) |
26 |
| -- [Pierre Martignon](https://github.com/pierremartignon) |
27 |
| -- [Kim Zachariassen](https://github.com/KiZach) |
28 |
| -- [Paolo Baldini](https://github.com/8Rav3n) |
29 |
| -- [Niels de Jong](https://github.com/nielsdejong/) |
| 15 | +- Report Actions |
| 16 | + - Fix on Style and Action modal that was preventing from setting params on low resolutions ([@mariusconjeaud](https://github.com/mariusconjeaud), [#533](https://github.com/neo4j-labs/neodash/pull/533)) |
| 17 | + |
| 18 | +- Others |
| 19 | + - New setting for parameters selector to allow selection of multiple values instead of one + Fix multi selector on dates ([@BennuFire](https://github.com/bennufire), [#535](https://github.com/neo4j-labs/neodash/pull/535)) |
| 20 | + - Fix bug where protocol was not set properly on share links ([@nielsdejong](https://github.com/nielsdejong), [#521](https://github.com/neo4j-labs/neodash/pull/521)) |
| 21 | + - Update word-wrap from 1.2.3 to 1.2.4 ([@BennuFire](https://github.com/bennufire), [#526](https://github.com/neo4j-labs/neodash/pull/526) [#527](https://github.com/neo4j-labs/neodash/pull/527)) |
0 commit comments