Releases: neo4j/neo4j-browser
4.1.1
4.1.1
-
Update change password form to avoid overlap with password manager icons PR: #1134
-
Fix comment issue in multi statement commands PR: #1140
-
Update UX on :style usage PR: #1141
-
Fix text position in GraphComponent for rtl languages PR: #1145
-
Improve editor view sizes (single-line, card view and fullscreen) PR: #1155
-
Add multi statement query warning when multi statement is disabled PR: #1157
-
Make editor a frame that has control buttons PR: #1159
-
Shortcuts PR: #1161
-
Fix fullscreen issue in safari PR: #1167
-
Recognize new Neo4j Aura editions PR: #1168
4.1.0
Neo4j Browser 4.1.0
Highlights:
- Experimental: support for browser guides authored in MDX file format PR: #1105
New and improved:
- New: Update the UI color schemes (dark, light, contrast) PR: #1122
- Improved: Vertical align result table cell values at row top PR: #1123
- Improved: Upgrade neo4j-driver to 4.1.0 PR: #1125
- Fix: integer rendering in table PR: #1126
- Fix: JSON export PR: #1126
Note: Internet Explorer is no longer supported. Please use Neo4j Desktop for a fully supported suite of client tools.
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.3
4.0.3
-
Use best practices driver transaction functions by default and introduce the
:auto
command as an escape hatch for queries that needs auto-committing tx:USING PERIODIC COMMIT
PR: #1048 -
Fix HTML rendering issues on query results PR: #1054
-
Correct tab order in change password form PR: #1055
-
Make node 12 the default (support .nvmrc file) build env PR: #1058
-
Add
:help auto
+ link to it from relevant errors and docs PR: #1057