Skip to content

Commit aabb504

Browse files
authored
Merge pull request #61 from DHTMLX/next
Update the note related to npm (PRO)
2 parents f658e9d + 3035166 commit aabb504

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

docs/guides/diagram_editor/initialization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ Make sure that you set correct relative paths to these files:
6060
<link rel="stylesheet" href="../codebase/diagramWithEditor.css">
6161
~~~
6262

63-
### Installing Diagram Editor via npm and yarn
63+
### Installing Diagram Editor via npm or yarn
6464

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

67-
#### Installing trial Diagram Editor via npm and yarn
67+
#### Installing trial Diagram Editor via npm or yarn
6868

6969
:::info
7070
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.
7171
:::
7272

73-
#### Installing PRO Diagram Editor via npm and yarn
73+
#### Installing PRO Diagram Editor via npm or yarn
7474

7575
:::info
76-
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.
76+
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.
7777
:::
7878

7979
## Initializing Diagram Editor

docs/guides/integrations/angular_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the
5353

5454
### Step 1. Package installation
5555

56-
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.
56+
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.
5757

5858
### Step 2. Component creation
5959

docs/guides/integrations/react_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the
5656

5757
### Step 1. Package installation
5858

59-
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.
59+
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.
6060

6161
### Step 2. Component creation
6262

docs/guides/integrations/svelte_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the
5858

5959
### Step 1. Package installation
6060

61-
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.
61+
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.
6262

6363
### Step 2. Component creation
6464

docs/guides/integrations/vue_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Now you should get the DHTMLX Diagram Editor source code. First of all, stop the
6060

6161
### Step 1. Package installation
6262

63-
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.
63+
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.
6464

6565
### Step 2. Component creation
6666

docs/whats_new.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ description: You can learn a new information about DHTMLX JavaScript Diagram lib
88

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

11+
## Version 6.0.11
12+
13+
Released on June 18, 2025
14+
15+
### Fixes
16+
17+
- Diagram Editor. Incorrect shapes moving while zooming in
18+
1119
## Version 6.0.10
1220

1321
Released on March 10, 2025

0 commit comments

Comments
 (0)