Skip to content

Latest commit

 

History

History
564 lines (322 loc) · 47.4 KB

CHANGELOG.md

File metadata and controls

564 lines (322 loc) · 47.4 KB

@neo4j/graphql-toolbox

2.1.10

Patch Changes

2.1.9

Patch Changes

2.1.8

Patch Changes

2.1.7

Patch Changes

2.1.6

Patch Changes

2.1.5

Patch Changes

2.1.4

Patch Changes

2.1.3

Patch Changes

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

Patch Changes

2.0.14

Patch Changes

2.0.13

Patch Changes

2.0.12

Patch Changes

2.0.11

Patch Changes

2.0.10

Patch Changes

2.0.9

Patch Changes

2.0.7

Patch Changes

2.0.6

Patch Changes

2.0.5

Patch Changes

2.0.5-beta.2

Patch Changes

2.0.8

Patch Changes

2.0.7

Patch Changes

2.0.6

Patch Changes

2.0.5-beta.1

Patch Changes

2.0.5-beta.0

Patch Changes

2.0.5

Patch Changes

2.0.4

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

  • #3520 ecb370f9d Thanks @tbwiss! - feat: Toolbox - major version bump to version 2.0.0

    A high-level overview of changes made:

    • All the editors are now powered by CodeMirror version 6 and support all the features and functions from the previous version.
    • On the query editor page we've introduced tabs to store several queries and mutations. Improved the solution for resizing the different editors (query, variables, and response).
    • The favorites feature on the type definitions page has been updated. It's now possible to order favorites and download them individually.
    • Large overhaul of the styling to align with the other Neo4j frontend products.

Minor Changes

  • #3506 8f4af1641 Thanks @mjfwebb! - Toolbox: updates look and feel of favorites and adds ability to sort and download snippets

Patch Changes

  • #3491 4d6db92f9 Thanks @mjfwebb! - fix: Toolbox - Tabs no longer have scrollbars fix: Toolbox - DocExplorer no longer has a flash of an error when loading feat: Toolbox - The "Build Schema" button now shows a loading state fix: Toolbox - Tabs only have a close button when there is more than one tab

  • #3481 67800df06 Thanks @tbwiss! - feat: Toolbox - address several small editor issues

  • #3518 f386b950c Thanks @tbwiss! - feat: Toolbox - additional product tracking events for new UI elements

  • #3498 0be64e79d Thanks @tbwiss! - feat: Toolbox - clean-up after CodeMirror v6 integration

  • #3487 0c526615c Thanks @tbwiss! - feat: Toolbox - warning dialog when attempting to switch database

  • #3504 da8bd8799 Thanks @tbwiss! - fix: Toolbox - right-hand sider overflow and font-family for components

1.6.0

Minor Changes

Patch Changes

1.5.6

Patch Changes

1.5.5

Patch Changes

1.5.4

Patch Changes

1.5.3

Patch Changes

1.5.2

Patch Changes

1.5.1

Patch Changes

1.5.0

Minor Changes

Patch Changes

1.4.13

Patch Changes

1.4.12

Patch Changes

1.4.11

Patch Changes

1.4.10

Patch Changes

1.4.9

Patch Changes

1.4.8

Patch Changes

1.4.7

Patch Changes

1.4.6

Patch Changes

1.4.5

Patch Changes

1.4.4

Patch Changes

1.4.3

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #1873 01ca3450 Thanks @tbwiss! - feat: Toolbox restructure after UX feedback

    • Prompt to introspect type definitions on connection
    • Restructuring of the page
      • Type definitions/query selector component moves to the top (forming a second "top bar")
      • Introspect button to be inside type definitions
      • Back to "Prettify" text in the button
      • Beta tag, use a blue label
      • Move the documentation sidebar to also be on the left, toggled by a slider in the Explorer
    • Tweak the "Add new Query/Mutation" button in the Explorer

Patch Changes