Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/guides/diagram_editor/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ Make sure that you set correct relative paths to these files:
<link rel="stylesheet" href="../codebase/diagramWithEditor.css">
~~~

### Installing Diagram Editor via npm and yarn
### Installing Diagram Editor via npm or yarn

You can import JavaScript Diagram Editor into your project using the `yarn` or `npm` package manager.

#### Installing trial Diagram Editor via npm and yarn
#### Installing trial Diagram Editor via npm or yarn

:::info
If you want to use the trial version of Diagram Editor, download the [**trial Diagram package**](https://dhtmlx.com/docs/products/dhtmlxDiagram/download.shtml) and follow the steps mentioned in the *README* file. Note that the trial Diagram Editor is available 30 days only.
:::

#### Installing PRO Diagram Editor via npm and yarn
#### Installing PRO Diagram Editor via npm or yarn

:::info
If you already have Diagram Editor under the proprietary license, send your **license number** to the *contact@dhtmlx.com* email to receive a login and a password for a private **npm** as well as a detailed guide on how to install Diagram Editor. Note that a private **npm** is available before the expiration of the proprietary Diagram Editor license.
You can access the DHTMLX private **npm** directly in the [Client's Area](https://dhtmlx.com/clients/) by generating your login and password for **npm**. A detailed installation guide is also available there. Please note that access to the private **npm** is available only while your proprietary Diagram license is active.
:::

## Initializing Diagram Editor
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integrations/angular_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the

### Step 1. Package installation

Download the [**trial Diagram package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.
Download the [**trial Diagram package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.

### Step 2. Component creation

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integrations/react_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the

### Step 1. Package installation

Download the [**trial Diagram Editor package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.
Download the [**trial Diagram Editor package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.

### Step 2. Component creation

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integrations/svelte_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the

### Step 1. Package installation

Download the [**trial Diagram Editor package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.
Download the [**trial Diagram Editor package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.

### Step 2. Component creation

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integrations/vue_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the

### Step 1. Package installation

Download the [**trial Diagram Editor package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.
Download the [**trial Diagram Editor package**](/guides/diagram_editor/initialization/#installing-diagram-editor-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Diagram Editor is available 30 days only.

### Step 2. Component creation

Expand Down
8 changes: 8 additions & 0 deletions docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ description: You can learn a new information about DHTMLX JavaScript Diagram lib

If you are updating Diagram from an older version, check [Migration to Newer Version](migration.md) for details.

## Version 6.0.11

Released on June 18, 2025

### Fixes

- Diagram Editor. Incorrect shapes moving while zooming in

## Version 6.0.10

Released on March 10, 2025
Expand Down
Loading