Skip to content

Commit c751baa

Browse files
Merge branch 'master' of github.com:DHTMLX/docs-spreadsheet into next
2 parents 186928d + eebdf95 commit c751baa

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can customize the appearance, structure and functionality of toolbar, menu a
1010

1111
## Default and custom icons
1212

13-
DHTMLX Spreadsheet uses the [Material Design](https://materialdesignicons.com)-based icons by default. However, you can use any other icon font pack, if necessary. For this, you need to include the desired icon font on a page and apply icons in any possible part of the spreadsheet: in Toolbar controls, Menu and Context menu items.
13+
DHTMLX Spreadsheet uses the [Material Design](https://pictogrammers.com/library/mdi/?welcome)-based icons by default. However, you can use any other icon font pack, if necessary. For this, you need to include the desired icon font on a page and apply icons in any possible part of the spreadsheet: in Toolbar controls, Menu and Context menu items.
1414

1515
For example, you can use the [Font Awesome](https://fontawesome.com/) icon pack by including [link to its CDN](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css) after the source files of DHTMLX Spreadsheet as follows:
1616

docs/react_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DHTMLX Spreadsheet is compatible with **React**. We have prepared code examples
1515
## Creating a project
1616

1717
:::info
18-
Before you start to create a new project, install [**Vite**](https://vitejs.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
18+
Before you start to create a new project, install [**Vite**](https://vite.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
You can create a basic **React** project or use **React with Vite**. Let's name the project as **my-react-spreadsheet-app**:

docs/svelte_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DHTMLX Spreadsheet is compatible with **Svelte**. We have prepared code examples
1515
## Creating a project
1616

1717
:::info
18-
Before you start to create a new project, install [**Vite**](https://vitejs.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
18+
Before you start to create a new project, install [**Vite**](https://vite.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
To create a **Svelte** JS project, run the following command:

docs/vuejs_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: You can learn about the Vue integration of the DHTMLX JavaScript Sp
77
# Integration with Vue
88

99
:::tip
10-
You should be familiar with the basic concepts and patterns of [**Vue**](https://vuejs.org/) before reading this documentation. To refresh your knowledge, please refer to the [**Vue 3 documentation**](https://v3.vuejs.org/guide/introduction.html#getting-started).
10+
You should be familiar with the basic concepts and patterns of [**Vue**](https://vuejs.org/) before reading this documentation. To refresh your knowledge, please refer to the [**Vue 3 documentation**](https://vuejs.org/guide/introduction.html#getting-started).
1111
:::
1212

1313
DHTMLX Spreadsheet is compatible with **Vue**. We have prepared code examples on how to use DHTMLX Spreadsheet with **Vue 3**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/vue-spreadsheet-demo).

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 what's new in the DHTMLX JavaScript Spreadsheet libra
88

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

11+
## Version 5.1.8
12+
13+
Released on December 10, 2024
14+
15+
### Fixes
16+
17+
- The issue with the local trial package during import to frameworks
18+
1119
## Version 5.1.7
1220

1321
Released on November 27, 2024

0 commit comments

Comments
 (0)